I am accepting a value entered from batch file using set /p command. I
need to add spaces to the left of the number entered inside an awk
script
nawk -v number=%number% -f test.awk test.dat
What function used to fill the left side of the number with spaces to
complete 7 characters as fixed length of any nymber entered.
Thanks