Skip to content

Instantly share code, notes, and snippets.

@phil
Created March 25, 2013 13:43
Show Gist options
  • Select an option

  • Save phil/5237193 to your computer and use it in GitHub Desktop.

Select an option

Save phil/5237193 to your computer and use it in GitHub Desktop.
Shell scripts
# Show sizes of log files
find . -iname '*log' -type f | xargs ls -lhaSr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment