search for: 512931

Displaying 1 result from an estimated 1 matches for "512931".

Did you mean: 12931
2008 Oct 17
2
question
I am trying to increment a filename in a script example name is 000001.txt and I need to keep the leading 0's. I have no problem if the name was 1.txt, 2.txt etc... var=`expr $var + 1` however how do I keep the leading 0's? Thanks, Jerry