Search Results

Search: Posts Made By: RudiC
2,370
Posted By RudiC
Working through / analysing a huge data file with...
Working through / analysing a huge data file with a huge pattern file will take its time no matter which tool you deploy, be it grep or awk or what have you; so, saying "doesn't work" may be...
2,370
Posted By RudiC
Closest I can get quickly: while read line; do...
Closest I can get quickly:
while read line; do echo "^$line"; done <file2 | grep -of- file1 | sort | uniq -c
1 first
2 second
while read line; do echo "$line\$"; done <file2 | grep...
Showing results 1 to 2 of 2

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