Search Results

Search: Posts Made By: dtalvacchio
2,499
Posted By bakunin
Exactly. This was what i meant by "trivial". ...
Exactly. This was what i meant by "trivial".



I don't think so. In fact, after running grep "A.E" the job would be done. The reason is that all hits this generates would differ from each other...
2,499
Posted By RudiC
Yes - for that char combination/permutation....
Yes - for that char combination/permutation. Doing so for the entire alphabet would require to run grep repeatedly, creating a new, different results file every time. An awk script might run once,...
2,499
Posted By drl
Hi. Off the top of my head (but before more...
Hi.

Off the top of my head (but before more than one cup of coffee):

1) I agree with RudiC. The OP asked for all sets.

2) I think I'd try applying the idea of a sieve as in...
2,499
Posted By drl
Hi. Possibly of some help: NAME ...
Hi.

Possibly of some help:
NAME
agrep - search a file for a string or regular expression, with
approximate matching capabilities

DESCRIPTION
agrep searches the input...
2,499
Posted By RudiC
Not sure I understand. Unfortunately you don't...
Not sure I understand. Unfortunately you don't mention your OS nor your shell version. Given you're using a recent shell that has the braceexpand (-B) option, would this help:for i in A{A..Z}.; do...
2,499
Posted By Don Cragun
Hi dtalvacchio, Welcome to the UNIX & Linux...
Hi dtalvacchio,
Welcome to the UNIX & Linux Forum. I agree with RudiC... I'm not sure that I understand what you're trying to do. In addition to telling us what operating system and shell you're...
2,499
Posted By bakunin
What exactly do you mean by that? It is obvious...
What exactly do you mean by that? It is obvious that "abc" and "abd" differ by one character but what about "abc" and "abcd"? What about "abbc"? And what about reversals? Are "dog" and "god"...
Showing results 1 to 7 of 7

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