How to search for a file containing 2 known words
Moderators: Hacker, petermad, Stefan2, white
How to search for a file containing 2 known words
I need to search for a text file which contains "summit" and "blue", but I cannot specify this in the "Find text" field, pressing F1 and reading got me nowhere, and I drowned in TC Wiki.
Sorry for asking such trivial questions.
Please, kindly hint.
Sorry for asking such trivial questions.
Please, kindly hint.
ts4242,
Nah, that would be OR, not AND.
nemadeka,
If
- you know the order of the words (eg. "blue" comes always after "summit") and
- the words are always on the same line
you can use the regex summit.*blue
Otherwise I would suggest first searching for "summit", then Feed to listbox, select all files, and perform a search again for "blue".
HTH
Roman
Nah, that would be OR, not AND.
nemadeka,
If
- you know the order of the words (eg. "blue" comes always after "summit") and
- the words are always on the same line
you can use the regex summit.*blue
Otherwise I would suggest first searching for "summit", then Feed to listbox, select all files, and perform a search again for "blue".
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Thanks and grievances
Thanks for confirming and for the tips.
I remember the time when Altavista was the best known search engine.
I could use OR, AND and NEAR switches, very helpful.
Here is a screenshot of the message finder of my e-mail client.
Image: http://i61.photobucket.com/albums/h68/nemadeka/messfind.gif
Looks good, doesn't it?
I remember the time when Altavista was the best known search engine.
I could use OR, AND and NEAR switches, very helpful.
Here is a screenshot of the message finder of my e-mail client.
Image: http://i61.photobucket.com/albums/h68/nemadeka/messfind.gif
Looks good, doesn't it?
You can try to install this plugin: http://www.totalcmd.net/plugring/TextSearch.html
And then use Plugins tab of search dialog.
And then use Plugins tab of search dialog.