0
votes
2answers
596 views

How to use wget to grab copy of Google Code site documents?

I have a Google Code project which has a lot of wiki'ed documentation. I would like to create a copy of this documentation for offline browsing. I would like to use wget or a similar utility. I have ...
1
vote
1answer
482 views

Submitting a form using curl

Forgive me for the simple question... I haven't used curl before. I'm trying to automatically download some data from this form: http://ida.water.usgs.gov/ida/available_records.cfm?sn=12040500 which ...
1
vote
3answers
515 views

How to retrieve all *.html files from website using Unix command line tools and regular expression

I would like to retrieve all .html files from a website that has a certain text on its name: eg. this_is_good_site.html So, I would like to download .html files with a word "good" on its name. I ...