Comment Re:Stupid Tricks (Score 1) 2362
for straight summaries, du -cks is crap. instead use:
du -sh
On the topic of humourous command flags, one of my favourites is a directory listing, reverse sorted by creation time:
$ ls -Fart
for straight summaries, du -cks is crap. instead use:
du -sh
On the topic of humourous command flags, one of my favourites is a directory listing, reverse sorted by creation time:
$ ls -Fart
The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.