Search Results

Search: Posts Made By: craigsky
1,861
Posted By Don Cragun
Perhaps something more like: #!/bin/ksh ...
Perhaps something more like:
#!/bin/ksh
base="file"
start1=1
start2=385
for ((i = start1; i < start2; i++))
do f1="$(printf '%s%03d' "$base" $i)"
f2="$(printf '%s%03d' "$base" $((i + start2 -...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 06:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy