Hey I needed sgrep all my life, is it recent? some simple examples sgrep -i '("<h1>" .. "</h1>")' index.php sgrep -i '("fred" .. "joe")' essay.txt
It gets really useful when you stream it sgrep -i '("fred" .. "joe")' essay.txt | egrep -i 'keyword' -- zzapper http://www.successtheory.com/tips/vimtips.html http://www.successtheory.com/tips/zshtips.html http://www.successtheory.com/tips/cygwintips.php (in progress) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/