Search Results

Search: Posts Made By: Nand Kishor
2,607
Posted By MadeInGermany
The last line without a comma awk '{printf...
The last line without a comma
awk '{printf "%s", sep"'\''"$1"'\''"; sep=","RS} END {print ""}' file_name
2,607
Posted By bartus11
Try:awk '{print "\047"$1"\047,"}'...
Try:awk '{print "\047"$1"\047,"}' file_name
24,305
Posted By itkamaraj
awk '{print "'"$0"'"}' input >...
awk '{print "'"$0"'"}' input > output.txt
Showing results 1 to 3 of 3

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