--- Kamaraju S Kusumanchi <[EMAIL PROTECTED]> wrote:

> I tried
> 
> /usr/bin/gview -c 'set ft=man nomod nolist titlestring="$1"' -
> /usr/bin/gview -c 'set ft=man nomod nolist titlestring=$1' -

The problem here is that you're forgetting that string interpolation
_doesn't_ happen within single quotes.  Hence what you want to do is use:

/usr/bin/gview -c "set ft=man nomod nolist titlestring=$1" -
 
-- Thomas Adam


      ___________________________________________________________ 
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for
your free account today 
http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html 

Reply via email to