Search Results

Search: Posts Made By: Michaelm
2,117
Posted By Michaelm
Data is in file cat /tmp/t.txt | nawk -F' '...
Data is in file
cat /tmp/t.txt | nawk -F' ' '{print $1"\"""|""\""$2}'
Output
"355"|""|"NJ"|"A0A"|"1W0"|"V"|""|""|""|"N"

Will treat the space as a separator, and then add "|" between the two...
Showing results 1 to 1 of 1

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