Tag: printf
Download Multiple URLs
September 20, 2008
Command to download a series of urls with zero padding files… for ((i=1;i
Zero Padding In Linux Commands
July 2, 2008
This is how you zero pad a numerical variable in bash. for ((x=1;x<=31;x+=1)); do echo `printf “%02d” $x`; done Original…
Recent Comments