Search Results

Search: Posts Made By: jbi
1,269
Posted By Corona688
awk '# If we are in the first file, and the line...
awk '# If we are in the first file, and the line begins with @, save the header
# in the array A to find it later then skip to the next line
(NR==FNR) && /^@/ { A[$1]=1; next }
# Line begins with...
Showing results 1 to 1 of 1

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