Skip to content

Instantly share code, notes, and snippets.

@dcorking
Created August 3, 2016 08:12
Show Gist options
  • Save dcorking/65e98aa613fdc3c773601d66523f2cfb to your computer and use it in GitHub Desktop.
Save dcorking/65e98aa613fdc3c773601d66523f2cfb to your computer and use it in GitHub Desktop.
One liners I wish I had thought of before now
# 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