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

  • General
  • Linux and Systems
. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.


Bad Behavior has blocked 144 access attempts in the last 7 days.