The Computer Oracle

Notepad++ Find in Files Filters

Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2 Looping

--

Chapters
00:00 Question
00:23 Accepted answer (Score 158)
00:40 Thank you

--

Full question
https://superuser.com/questions/84601/no...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#notepad++ #filetypes #findinfiles #filefilter

#avk47



ACCEPTED ANSWER

Score 167


Separate multiple filters with a semi-colon (;).

*.txt ; *.log

Or you can just use a space

*.txt *.log