Search Results

Search: Posts Made By: kbmkris
2,714
Posted By kbmkris
Hi Corona688, Thanks for your reply. ...
Hi Corona688,

Thanks for your reply.

Thanks,
Bala

---------- Post updated at 03:01 PM ---------- Previous update was at 02:58 PM ----------

However, I observed that print command comes...
2,714
Posted By kbmkris
AWK printf command question
Hi,

I am using below awk code to convert a csv file data into fixed file format.

awk 'BEGIN { FS = ","
fmt = "%10s%010d%10s%d%1d\n" }
NR>1 { printf fmt, $1, $2, $3,...
1,994
Posted By kbmkris
AWK printf command question
Hi,

I am using below awk code to convert a csv file data into fixed file format.

awk 'BEGIN { FS = ","
fmt = "%10s%010d%10s%d%1d\n" }
NR>1 { printf fmt, $1, $2, $3, $4*100, $5 }'...
Showing results 1 to 3 of 3

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