rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
From: Tim Goodwin <tjg@star.le.ac.uk>
To: yann.golanski@theplanet.net
Cc: rc@hawkwind.utcs.toronto.edu
Subject: Re: rc feature?
Date: Fri, 12 Nov 1999 05:56:45 -0500	[thread overview]
Message-ID: <RxQAAIPyKzif6AsA@ltsun0.star.le.ac.uk> (raw)
In-Reply-To: <19991112100634.A27688@kierun.localnet>

> I get the following error, when using ``='':
> ; configure --prefix=/usr/local
> syntax error
> ; nslookup -querytype=mx 127.0.0.1
> syntax error
> 
> Any idea how to solve this as it seem not to be covered in the man page?

Yes it is...

       rc interprets several characters specially; special  char-
       acters automatically terminate words.  The following char-
       acters are special:

            # ; & | ^ $ = ` ' { } ( ) < >

       The single quote (') prevents  special  treatment  of  any
       character  other  than  itself.

So you just need to quote the character, like this.

    ; configure '--prefix=/usr/local'
    ; nslookup '-querytype=mx' 127.0.0.1

Tim.


           reply	other threads:[~1999-11-13 23:22 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <19991112100634.A27688@kierun.localnet>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=RxQAAIPyKzif6AsA@ltsun0.star.le.ac.uk \
    --to=tjg@star.le.ac.uk \
    --cc=rc@hawkwind.utcs.toronto.edu \
    --cc=yann.golanski@theplanet.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).