URL: http://www.dsl.org/cookbook/

The Linux Cookbook: Tips and Techniques for Everyday Use

I just love cookbooks. A cookbook doesn't have to be about food you know. This one is about little useful tips on how to use your Linux computer.

From this I learnt how to find all really large files which is useful if you want to find out why causes your harddrive to be so surprisingly full:


$ find /usr/local -size +10000k [RET]

Comments

Peter

Another useful one for finding the total size of a folder is:
$ du -sh Documents

Your email will never ever be published.

Previous:
Amazon.co.uk Top Reviewers December 7, 2003 Misc. links
Next:
Back online December 10, 2003 This site
Related by category:
set -ex - The most useful bash trick of the year August 31, 2014 Linux
brotli_static in Nginx November 8, 2024 Linux
Be very careful with your add_header in Nginx! You might make your site insecure February 11, 2018 Linux
Linux tip: du --max-depth=1 September 27, 2007 Linux