Skip to content

Instantly share code, notes, and snippets.

@bmmalone
Created April 30, 2017 16:12
Show Gist options
  • Save bmmalone/f0e5072ae3e08ce7702ecb8c400dd5b5 to your computer and use it in GitHub Desktop.
Save bmmalone/f0e5072ae3e08ce7702ecb8c400dd5b5 to your computer and use it in GitHub Desktop.
Show the size of contents of the current directory, sorted by size
#! /usr/bin/env bash
du -hs * | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment