Search Results

Search: Posts Made By: bartus11
5,355
Posted By bartus11
awk 'NR==FNR && !/EL/;NR!=FNR' input.txt...
awk 'NR==FNR && !/EL/;NR!=FNR' input.txt end.txt
5,355
Posted By bartus11
Try: awk 'NR==FNR{print;next}!/EL/' header.txt...
Try: awk 'NR==FNR{print;next}!/EL/' header.txt input.txt
Showing results 1 to 2 of 2

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