You can escape a string on the command line by using single ticks, so
lynx ' anExample.html'
Will pass the URL unchanged to lynx, or any other program.
You can escape a string on the command line by using single ticks, so
lynx ' anExample.html'
Will pass the URL unchanged to lynx, or any other program.