Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A small correction' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A small correction
Authored by: Black on Jun 04, '02 10:14:03AM

The way this script is written, it tries to parse each argument separately. So, the example command at the bottom won't work as advertised, it will first open www.google.com and then it will try to open www.hat.com

The correct command, using this script would be
ow "google hat"



[ Reply to This | # ]