Skip to content

Instantly share code, notes, and snippets.

@ckhrysze
Created April 20, 2015 17:45
Show Gist options
  • Save ckhrysze/3e533949802a4414d950 to your computer and use it in GitHub Desktop.
Save ckhrysze/3e533949802a4414d950 to your computer and use it in GitHub Desktop.
Useful unixy commands
find . ! -newermt 2013-11-22 ! -type d -delete
find / -xdev -type f -size +100M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment