in message <[EMAIL PROTECTED]>,
wrote Garrett Cooper thusly...
> cat file.html | sed -e "s|http://www.domain.com||g"
...

Not really a need for cat(1), just use input redirection ...

  sed -e '...' < file


  - Parv

-- 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to