Let’s see you want to download a series of file from somewhere. Which is having sequential filename. This can be easily done with a shell script. such as below: for i in {1..113} do echo $i donefor i in {1..113} do echo $i done while am at it, why not make a PDF file out […]

continue reading.....