Searching for multiple Strings with ITX

Опубликовано: 12 Март 2026
на канале: Paul Brett Technology
696
17

The inspiration for this video came from a need...
I needed to comb through all the lines of a rather large file, and capture any lines that matched any one of a number of strings.

DOS commands not helping:

type Input.txt | find “One” | Find “Two”

…would only find lines that contained BOTH, not either. I found a DOS command FINDSTR that would do the job, but I wanted to use ITX to solve my need.

So, in a nutshell, I designed a couple of quick Typetrees and a Map that would accomplish the task.

Files can be found here:

https://drive.google.com/file/d/1fia9...