Search Results

Search: Posts Made By: vgersh99
2,371
Posted By vgersh99
looks good - should work. Please address Don's...
looks good - should work.
Please address Don's ask in post #8 before proceeding any further.
2,371
Posted By vgersh99
works on the sample files you gave me. there must...
works on the sample files you gave me. there must be something different with your actual files - and not just the size.

do cat -vet patternFile and post a sample output here (using code tags).
2,371
Posted By vgersh99
a bit verbose, but.... awk -f ah.awk...
a bit verbose, but....
awk -f ah.awk patternFile inputFile
where ah.awk is:

FNR==NR {
f2[$0]
next
}
{
for(i in f2) {
if($0 ~ ("^"i))
beg[i]++
if($0 ~ (i"$")) {
...
Showing results 1 to 3 of 3

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