Skip to content

Instantly share code, notes, and snippets.

@wjn
Created May 4, 2015 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wjn/edaedd1adb939c0ef98f to your computer and use it in GitHub Desktop.
Save wjn/edaedd1adb939c0ef98f to your computer and use it in GitHub Desktop.
Helpful Linux Commands
**Find Files by Date**
- `ll | grep '2014-12-27’`
- `ll | grep '2015-04-28’`
**Find Compressed Files**
- `find / -type f -exec file {} + | grep compress > compressed_files.txt` (prints to report file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment