Thread
:
Notepad++ is there a way to extract all lines that contain a certain search string?
View Single Post
06-18-2009, 02:12 PM
GrouchyAdmin
Now choke yourself!
Industry Role:
Join Date: Apr 2006
Posts: 12,085
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
__________________
AIM: GrouchyGfy
GrouchyAdmin
View Public Profile
Visit GrouchyAdmin's homepage!
Find More Posts by GrouchyAdmin