Created
October 4, 2016 21:39
-
-
Save gregdaynes/90bac23f83154439fff955b7acadb486 to your computer and use it in GitHub Desktop.
Revisions
-
gregdaynes created this gist
Oct 4, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Show disk usage df -h # Find all files over X size find / -size 10000k -print0 | xargs -0 ls -l