leading zero

leading zero is a tool that generates a number output with leading zeros in a defined range and cipher count.
Download

leading zero Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Haluk Durmus
  • Publisher web site:

leading zero Tags


leading zero Description

leading zero is a tool that generates a number output with leading zeros in a defined range and cipher count. leading zero is a tool that generates a number output with leading zeros in a defined range and cipher count. Useful for shell developers for example to create directories or to mirror websites.USAGE: leadingzero CHIPER leadingzero CHIPER END leadingzero CHIPER BEGIN ENDExamples:To create directories from years/1974 to years/2008:for dic in `leadingzero 4 1974 2008`;do mkdir -p ./years/${dic}doneTo get the websites from http://samplesite.com/2007/01/ to http://samplesite.com/2007/12/for month in `leadingzero 2 1 12`;do wget http://samplesite.com/2007/${month}/done Requirements: · gawk


leading zero Related Software