Skip to content

Instantly share code, notes, and snippets.

@gregdaynes
Created October 4, 2016 21:39
Show Gist options
  • Select an option

  • Save gregdaynes/90bac23f83154439fff955b7acadb486 to your computer and use it in GitHub Desktop.

Select an option

Save gregdaynes/90bac23f83154439fff955b7acadb486 to your computer and use it in GitHub Desktop.
Commands I use often

Show disk usage

df -h

Find all files over X size

find / -size 10000k -print0 | xargs -0 ls -l

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