Search Results

Search: Posts Made By: pvamsikr
1,230
Posted By pvamsikr
sorry, did not read your first thread clearly.....
sorry, did not read your first thread clearly.. if you dont want to print 16th column, use this.. It same as the solution provided by "bartus11"

awk '{$4 = $16; $16 = ""} {print $0}' file
1,230
Posted By pvamsikr
Try this: awk '{temp = $4; $4 = $16; $16 =...
Try this:

awk '{temp = $4; $4 = $16; $16 = temp} {print $0}' file
Showing results 1 to 2 of 2

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