Search Results

Search: Posts Made By: ayan153
5,010
Posted By birei
Hi ayan153, Try: $ cat infile ...
Hi ayan153,

Try:


$ cat infile
Col1|Col2|Col3|Col4|Col5
a1|b1|c1|d1|e1
a2|b2|c2|d2|e2
a3|b3|c3|d3|e3
$ awk -v icp=1 -v fcp=3 -v d="|" 'BEGIN { FS=OFS=d } { column=$fcp; $fcp=$icp;...
Showing results 1 to 1 of 1

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