Shell Tricks #1 - When size matters
We 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
We 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
Bad Behavior has blocked 144 access attempts in the last 7 days.