Search Results

Search: Posts Made By: oriqin
2,858
Posted By rdcwayx
grep -f DCN.txt a*.txt |grep ProvLicNo
grep -f DCN.txt a*.txt |grep ProvLicNo
2,858
Posted By alister
Unless the number of files is very large or you...
Unless the number of files is very large or you are on a very conservative system, the following should suffice:
awk 'FNR==NR && NF {k[$1]; next} $2 in k && $8=="ProvLicNo" {print $2, $8, $10}'...
2,350
Posted By bartus11
grep -A30 "Top 30 reject reasons:"...
grep -A30 "Top 30 reject reasons:" a11.txt
6,787
Posted By bartus11
Try: $ awk 'FNR==5' *.txt > results.txt
Try: $ awk 'FNR==5' *.txt > results.txt
Showing results 1 to 4 of 4

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