![]() |
Notepad++ is there a way to extract all lines that contain a certain search string?
say I have a huge text file that I want to condense down to just the lines that contain a certain word or words
is there an easy way to do this with Notepad++ ? |
how about any other easier solutions?
|
You're looking for 'grep'. Part of unixutils. You can download it by itself. It runs via command line.
Simple use: grep <whatyouwant> filename > foundlines.txt Case insignicant: grep -i <whatyouwant> filename > foundlines.txt |
try motepad
|
All times are GMT -7. The time now is 04:12 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123