![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suggestions Req | ravi.sadani19 | SUN Solaris | 1 | 06-01-2007 07:29 AM |
| EMS Suggestions for AIX? | janet | AIX | 0 | 04-13-2006 11:15 AM |
| Looking for Suggestions... | scottsl | UNIX for Advanced & Expert Users | 1 | 12-17-2005 12:32 PM |
| Backup suggestions | bache_gowda | UNIX for Dummies Questions & Answers | 3 | 02-01-2005 06:52 PM |
| Suggestions wanted ... | Cameron | UNIX for Dummies Questions & Answers | 3 | 02-19-2003 10:12 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
help/suggestions needed with wget
Hi
I'm thinking of using the following command to download some music from websites I visit (designated in the mp3blogs.txt file): wget -r -l1 -H -t1 -nd -N -np -A.mp3 -erobots=off -i ~/mp3blogs.txt -P ~/Music/WGet My only question is, is there ANY way to either download files that have been posted ONLY after a certain date (like today) or only download a certain number of files from each site in my txt file? I know that the -N timestamp will check the files I've downloaded and only download new ones but as far as starting out, I don't want to download ALL the files some sites have available dating back to what could be years. That's why I was wondering about a solution as described above. I know curl has a -z command that some people say might work but I'm more fond of wget. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|