L
L
lyohalyoha792021-02-09 12:13:47
Software and Internet Services
lyohalyoha79, 2021-02-09 12:13:47

Is there a program to search for words by mask in txt?

Hello! There is a dic.txt file with words inside. Are there any programs to which you can connect this file and so that it can search for words by mask in this file? For example: ?a?ina Result: raspberry, car, cab, etc. Or maybe someone can make such a program? The program is simple, no bells and whistles, just search for words by mask with the output of the results. I would be very grateful if someone tells me such programs or does it myself, if not difficult :-)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Kuts, 2021-02-09
@fox_12

grep

S
Sergey Karbivnichy, 2021-02-09
@hottabxp

As already suggested by Vladimir Kuts - grep. This is the same utility, without the bells and whistles. If you have problems with the command line, you can also google "Windows grep gui" (if you're using Windows). Example: 6 Best GUI grep implementations for Windows as of 2021
There is also "funduc search and replace". On the one hand, a simple utility, on the other hand, a powerful one:
602257964421b392566361.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question