#!/bin/bash
count=0
for (( i=36 ; i<=61; i++ ))
do
for (( j=0; j<10; j++))
do
let "count++"
echo $count
let "page=$j * 100"
echo $page
filename="http://www.abc.com/t_${i}_${page}_EN.htm"
echo $filename
wget "$filename" --output-document=html/${count}.html
done
done
Subscribe to:
Post Comments (Atom)
-
Step 1, New a project rails new demo Step 2, Update Gemfile add paperclip, mysql2 gem, enable JavaScript runtime gem 'mysql2' ...
-
I used 7z to zip this file under Windows, try to unzip it under linux [ang@walker temp]$ gunzip 2011.sdf.zip gunzip: 2011.sdf.zip: unkno...
-
When trying to access transmission from web-browswer i got the message : 403: Forbidden Unauthorized IP Address. Either disable the IP ad...
No comments:
Post a Comment