View Single Post
Old 06-18-2009, 02:12 PM  
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
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
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote