find-fun
Take a break and have some fun in the terminal.
$ = user
# = root
copy/paste this code into a terminal...
better still type it youself .)
$ find . -type f -exec ls -s {} \; | sort -n -r | head -50 | cat -n | tee ~/bigfile.list
when it completes type:
$ ls -l
You should find a file
bigfile.list
You should see the 50 largest files in your home directory printed to the screen.
Also a file has been created called bigfile.list in your home directory.
$ edit bigfile.list
Now you can delete your unwanted junk.
Have fun,
dave.

Easter-Eggs
grep & find inside many files
bashrc grep history
Disk Usage 2
find-Software
ecasound
history find history
command line recording
history
first run results
Do it faster... (theme and variations)