Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created February 22, 2012 12:30
Show Gist options
  • Save JakubOboza/1884766 to your computer and use it in GitHub Desktop.
Save JakubOboza/1884766 to your computer and use it in GitHub Desktop.
files with sizes
ls -lh | awk '{ print $5 " \t -> " $9; }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment