Skip to content

Instantly share code, notes, and snippets.

@chepetime
Created April 8, 2019 21:27
Show Gist options
  • Save chepetime/47feb3fdf5f4f75c6ac928482cd0c992 to your computer and use it in GitHub Desktop.
Save chepetime/47feb3fdf5f4f75c6ac928482cd0c992 to your computer and use it in GitHub Desktop.
Get files from a directory ordered by size
du -hs --apparent-size * | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment