Welcome To Snipplr
Everyone's Recent Bash Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
There's another snippet here that's pure Ruby. This one can be used from the command line directly. The previous version still used Ruby, this one is pure shell.
0
482
posted 16 years ago by plexus
SSh with 3 levels of debugging this useful if you can't login and need to see what is going on.
1
506
posted 16 years ago by vanne
Remove all those annoying thumbnail files that Windows users created while browsing your network drive. This command traverses all directories and deletes all "Thumbs.db" files as it finds them.
1
886
posted 16 years ago by Roshambo
Move all mails with a certain subject (in this case starting with the word "Undelivered" into a backup dir.
It is by no means a mail filter, I needed it to clean out the maildirectory after a HDD crash wich caused over 1000000 (one million) local bo...
0
390
posted 16 years ago by berkes
Using this command makes it easy to do a project-wide search-and-replace
0
407
posted 16 years ago by collin
This command will list every file under /my/directory larger than 250kB and sort it largest to smallest.
13
529
posted 16 years ago by SunnyJim