Welcome To Snipplr
Everyone's Recent Snippets Tagged Bash
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
1521
posted 17 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
638
posted 17 years ago by berkes
Using this command makes it easy to do a project-wide search-and-replace
0
685
posted 18 years ago by collin
This command will list every file under /my/directory larger than 250kB and sort it largest to smallest.
13
920
posted 18 years ago by SunnyJim