Search Results

Search: Posts Made By: pvr_satya
1,477
Posted By Franklin52
Nice! :)
Nice! :)
1,477
Posted By Scrutinizer
awk '1;getline $1' infile
awk '1;getline $1' infile
1,477
Posted By droid
Try: awk ' NF == 3 { a=$1; b = $2; c=$3 ;...
Try:
awk ' NF == 3 { a=$1; b = $2; c=$3 ; readline}; { print $1, b, c }' INPUTFILE


droid
1,477
Posted By Franklin52
Try: awk 'NF>1{s=$2 FS $3}NF==1{$0=$0 FS s}1'...
Try:
awk 'NF>1{s=$2 FS $3}NF==1{$0=$0 FS s}1' file
Showing results 1 to 4 of 4

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