Welcome To Snipplr
Everyone's Recent Snippets Tagged curl
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Simply paste the list of URLs into stdin. You can add the option `-P 4` to parallelize the downloads.
1
791
posted 15 years ago by xenonite
This will start at the specified URL and recursively download pages up to 3 links away from the original page, but only pages which are in the directory of the URL you specified (emacstips/) or one of its subdirectories.
wget will also rewrite the...
10
1098
posted 16 years ago by rwczippy
Little script which call tinyurl.com via 'curl' for generate a sort url of the url you pass.
0
1225
posted 16 years ago by Juanje
In light of last nights tornado warnings here in TN, I thought it appropriate to post this little bit of code that I use to alert myself and others of dangerous weather conditions via SMS/Email alerts.
I run this through cron at Dreamhost without...
9
1024
posted 16 years ago by johnself