Search Results

Search: Posts Made By: gvj
3,131
Posted By agama
I've taken the liberty to add some explaination...
I've taken the liberty to add some explaination to Franklin52's code:


awk -v nfiles="4" '
NR==FNR{a[$0]++;next} # NR is the current record number counting from start of programme
...
43,844
Posted By agama
His script is taking advantage of the fact that...
His script is taking advantage of the fact that if the action part of a pattern-action pair is missing, the action {print;} is assumed. Further, !p is the same as saying 'p == 0' in the pattern...
Showing results 1 to 2 of 2

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