Search Results

Search: Posts Made By: KidD312
1,162
Posted By elixir_sinari
num=8; while [ $((num+=1)) -le 20 ] do ...
num=8;
while [ $((num+=1)) -le 20 ]
do
printf "file%04d.txt\n" $num
done


Output:


file0009.txt
file0010.txt
file0011.txt
file0012.txt
file0013.txt
file0014.txt
file0015.txt...
1,672
Posted By binlib
-v Cause hexdump to display all input data. ...
-v Cause hexdump to display all input data. Without the -v option,
any number of groups of output lines, which would be identical
to the immediately preceding group...
Showing results 1 to 2 of 2

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