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
1162
posted 14 years ago by mprabhuram
You will be prompted for a password after issuing this command
1
786
posted 14 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
996
posted 14 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
688
posted 14 years ago by kossmoss
A quick script to add all of your unversioned files. Good when working in bulk.
0
643
posted 14 years ago by philsown