Welcome To Snipplr
Everyone's Recent Bash Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
cURL can be used in place of wget
Use this command to download a file into filesystem using terminal.
0
1933
posted 15 years ago by mprabhuram
You will be prompted for a password after issuing this command
1
1447
posted 15 years ago by beneberle
Replace filename with the name you want to give the zip file. The .zip extension is automatically appended to the end of the filename. Replace inputfile1 and inputfile2 with the names of the files you wish to include in the zip archive. You can inclu...
2
1681
posted 15 years ago by beneberle
1st shows only files and directories bigger than 1 Megabyte
2nd shows only files and directories bigger than 100 Megabyte
0
1194
posted 15 years ago by kossmoss
A quick script to add all of your unversioned files. Good when working in bulk.
0
1084
posted 15 years ago by philsown