Search Results

Search: Posts Made By: david_seeds
5,487
Posted By jim mcnamara
awk 'BEGIN{ok=0} $(NR)>1.7 {ok=3; next}...
awk 'BEGIN{ok=0}
$(NR)>1.7 {ok=3; next}
{if(ok>0) {ok--; next}
else { print $0} }' inputfile


Assuming I got what you want, try that.
Showing results 1 to 1 of 1

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