5 useful shell scripts
Digg this story ?
Here are 5 shell scripts you might find useful:
- Dump a MySQL database and gzip the result =>[download#4]
- Find duplicate files in a folder (it works even if the duplicate files have different names, which can be be helpful for mp3 files) =>[download#5]
- Delete old folders for saving disk space =>[download#3]
- Get your best uptime. You must make it run from time to time (I set a cronjob so it gets executed every hour) =>[download#7]
- Generate random password. Length and characters to use may be specified =>[download#6]
You can also download all the scripts in one file: [download#8]
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.





July 28th, 2008 at 1:16 am
http://www.intuitive.com/wicked/showscript.cgi?013-guessword.sh
July 28th, 2008 at 1:55 pm
5 useful shell scripts | PC Tips & Tricks…
Here are 5 shell scripts you might find useful….
September 19th, 2008 at 5:13 pm
Printing newlines:
$ echo -e Hello,\\nworld!
Hello,
world!
January 8th, 2009 at 3:44 pm
you should give http://www.webhangman.com a look if you like playing hangman… it keeps me busy at work
March 2nd, 2009 at 12:08 am
I really liked the way they came off