/ Published in: Bash
Expand |
Embed | Plain Text
To drop source into a file: lynx -auth=userid:pass -source http://mysite.com > filename Piping to a grep: lynx -auth=userid:pass -source http://mysite.com | grep foo
You need to login to post a comment.
