Search Results

Search: Posts Made By: the_simpsons
836
Posted By Corona688
awk '/^>/ { NF=1 } 1' inputfile > outputfile
awk '/^>/ { NF=1 } 1' inputfile > outputfile
2,509
Posted By Akshay Hegde
Try worked with given sample : awk ' ...
Try worked with given sample :

awk '
function dothis(){
if(f){print s}
s=f=""
}
FNR==NR{
gsub(/[[:space:]]+/,x,$1)
A[$1]=1
next
}
...
Showing results 1 to 2 of 2

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