> Would some one please help me with the syntax to do this?  I would prefer
> to have wget execute the grep command or pipe the pages directly to grep
> so that I don't have the website mirrored on my system.


see the info page for wget

try

wget -qq http://some.site/blahblawhateverurlyouwant/ -O - | grep hello

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to