Shell Tricks #1 - When size matters
Friday, April 23rd, 2004We will start with something easy for Issue 1.
Ever need to clear some space fast? It may be easier to remove the largest files first. Use this trick to find which files to prune first:
du -sk | sort -n