Posted in Code, Command Line, Linux Download Multiple URLs Binny V A September 20, 2008 Leave a Comment on Download Multiple URLs Command to download a series of urls with zero padding files… for ((i=1;i<20;i++)) do wget "http://img55.onemanga.com/mangas/00000004/00000000/Naruto-Pilot-`printf "%02d" $i`.jpg"; done done Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.