LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   wget howto help please (https://www.linuxquestions.org/questions/programming-9/wget-howto-help-please-41746/)

macewan 01-16-2003 06:00 PM

wget howto help please
 
I'm taking a spanish class online and the files are realplayer media. How could I use wget to just grab all *.rm files from /spanish/class01 and /spanish/class02 and so on? just grabbing only the realplayer files from all the directories under the spanish parent directory. reading throught the man page does seem to be specific to this task.

not that i'm lazy, well, i am lazy, but i just want a local copy so that bandwidth is eaten. this way i can do it and go to bed.

maybe a shell script will do this?

manpreetnehra 01-16-2003 10:04 PM

You should Try using

wget -r -l0 -o spanish.log -t0 -nc -c --convert-links [path to Spanish folder]

macewan 01-17-2003 05:58 AM

cool. thanks


All times are GMT -5. The time now is 06:22 PM.