[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Mozilla Q] What are command-line arguments to open a web page in active browser?



> lynx -source "http://google.com/search?num=100&q=$*"; | \
>   sed -e 's/Froogle//g' -e 's/<img src=[^>]*>//g' \
>   -e 's/href=\//href=http:\/\/google.com\//g' > ~/search.html
>
> That feed the search through Lynx, to which Text Ads aren't served.
> I then view the page in MozFirefox.
>
> Is there a command I can use to tell the Active browser to switch to 
> this page I've saved?

Type 'mozilla --help' and look for 'remote'.

Alexis



Reply to: