allensim81
Technical User
Hi, I am totally new in learning to write an Unix script.
I want to automate the WebHTTrack downloading website process. I had tried to write a simple script and it runs! But i didnt use any variables, the website URL and directory is fixed.
Can anyone guides me step-by-step so that i can automate the webHTTrack and make it to download 20-30 websites?
Following is the simple script that i tried to write:
#!/bin/sh
# purpose: automate webHTTtack downloading process
httrack -q -%i -w /data/websites/Calpoly -n -%P -N0 -s2 -p7 -D -a -K0 -c4 -%k -r1 -%e1 -A25000
echo "download completed"
Appreciate your help & guidiance.
Love
I want to automate the WebHTTrack downloading website process. I had tried to write a simple script and it runs! But i didnt use any variables, the website URL and directory is fixed.
Can anyone guides me step-by-step so that i can automate the webHTTrack and make it to download 20-30 websites?
Following is the simple script that i tried to write:
#!/bin/sh
# purpose: automate webHTTtack downloading process
httrack -q -%i -w /data/websites/Calpoly -n -%P -N0 -s2 -p7 -D -a -K0 -c4 -%k -r1 -%e1 -A25000
echo "download completed"
Appreciate your help & guidiance.
Love