Skip to content

Instantly share code, notes, and snippets.

@mbigatti
Created December 4, 2014 10:31
Show Gist options
  • Save mbigatti/d39b6bb3fc8879b3c6c1 to your computer and use it in GitHub Desktop.
Save mbigatti/d39b6bb3fc8879b3c6c1 to your computer and use it in GitHub Desktop.
List only files modified today
ls -al --time-style=+%D | grep $(date +%D)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment