Skip to content

Instantly share code, notes, and snippets.

@jclement
Created September 17, 2015 21:58
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 jclement/8caf5bfe1fb9df95994f to your computer and use it in GitHub Desktop.
Save jclement/8caf5bfe1fb9df95994f to your computer and use it in GitHub Desktop.
Find files older than 30 days show details and sort by size
find /home/sftp -type f -mtime +30 -exec ls -s {} \; | sort -n -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment