Skip to content

Instantly share code, notes, and snippets.

@roycehaynes
Last active September 4, 2015 20:03
Show Gist options
  • Save roycehaynes/cbf3329a0d7a4597519c to your computer and use it in GitHub Desktop.
Save roycehaynes/cbf3329a0d7a4597519c to your computer and use it in GitHub Desktop.

To sort processes by memory usage:

ps aux --sort -rss

ps aux --sort -rss | head -10

To view files in a directory with tons of files (making ls slow):

ls -ltr <common_text_for_files>* | tail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment