How to pass empty user ID to lynx?

Hmmm... not sure, but I would try:
lynx -auth=:<passwd>
and
lynx -auth="":<passwd>
based on the lynx man page
That kind of syntax (the double quotes with nothing btwn) fakes out most command line tools....

hope this helps....

-alex
 
Back
Top