Search Results

Search: Posts Made By: protocomm
1,846
Posted By protocomm
try this: awk '{for(i=1;i<=NF;i+=6){print...
try this:

awk '{for(i=1;i<=NF;i+=6){print $i,$(i+1),$(i+2),FS,$(i+3),$(i+4),$(i+5)}}' FS="\n" RS=""
Showing results 1 to 1 of 1

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