Created
August 3, 2016 08:12
-
-
Save dcorking/65e98aa613fdc3c773601d66523f2cfb to your computer and use it in GitHub Desktop.
One liners I wish I had thought of before now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# preview the most recently modified file in the current directory | |
ls -t |head -n 1 | xargs less # sadly less drops out on SIGINT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment