Welcome To Snipplr
Everyone's Recent Bash Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
-l switch output only the names of files in which the text occurs as opposed to each line containing the text<br>
-i switch ignores the case<br>
-r descends into subdirectories<br>
Example:
grep -lir "my search string" /home/account_name/public...
0
761
posted 13 years ago by klovera
Modified a little bit to make it easier to change the location of the recycle bin.
0
975
posted 13 years ago by mkornatz
found via google:
http://www.unix.com/unix-dummies-questions-answers/133697-find-folders-do-not-contain-certain-file.html
1
721
posted 13 years ago by pspierce
Output Example:
d65bfef64a5fc9f7dbf9d35d80a2e1ed218c75d2 ./tmp1/12414.txt
d65bfef64a5fc9f7dbf9d35d80a2e1ed218c75d2 ./tmp2/2012.txt
d65bfef64a5fc9f7dbf9d35d80a2e1ed218c75d2 ./tmp1/3153.txt
dd07cec149e7c5929d6e9a0618de7114d50b34b0 ./tmp...
0
922
posted 13 years ago by ksaver
One line command to find and import all PGP keys for sources.list repositories.
0
690
posted 13 years ago by Louner
get token
upload track
download track to client ( request --> REDIRECT --> follow it to get download
0
1470
posted 13 years ago by rowntreerob
rsync doesn't like to copy files from host to host. This is sort of the "old school" unix way - tar everything to a pipe, then pipe everything out. It's how we used to copy directories remotely before we had tools like rsync. I'm definitely open to s...
0
659
posted 13 years ago by 4fthawaiian
you may not want to use the buggy apt version. just compile it yourself
0
717
posted 13 years ago by abstraktor