zsh-users
 help / color / mirror / code / Atom feed
From: "Jérémie Roquet" <arkanosis@gmail.com>
To: Brent Briggs <brent.briggs@gmail.com>
Cc: "zsh-users@zsh.org" <zsh-users@zsh.org>
Subject: Re: Glob problem
Date: Wed, 23 Oct 2013 14:37:20 +0200	[thread overview]
Message-ID: <CAFOazAPkzZqY5=UQ7iuSwvHyMmWS976CCJ2t-BEg87Gd9qS10g@mail.gmail.com> (raw)
In-Reply-To: <91F9ED9F-B198-403B-9FE1-FF40DE960C1C@gmail.com>

Hi,

2013/10/23 Brent Briggs <brent.briggs@gmail.com>:
> This did the job. I still have one question. I can't find any documentation for the "--" option. What does it do exactly?

Many programs handle this as a flag that says that subsequent
parameters on the command line starting with a dash (“-”) are not
options (while, in general, parameters starting with a dash are
options).

For example:
  rm -f # call rm with the “-f” option
  rm -- -f # call rm on the “-f” file

This is not zsh-specific.

Best regards,

-- 
Jérémie


  reply	other threads:[~2013-10-23 12:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22 16:45 Brent Briggs
2013-10-22 16:58 ` Jérémie Roquet
2013-10-22 16:59 ` Peter Stephenson
2013-10-22 17:05 ` Philippe Troin
2013-10-22 18:02   ` Brent Briggs
2013-10-22 18:12     ` Peter Miller
2013-10-22 18:49       ` Brent Briggs
2013-10-22 19:30         ` Peter Miller
2013-10-22 20:11         ` Yuya Amemiya
2013-10-23 12:27           ` Brent Briggs
2013-10-23 12:37             ` Jérémie Roquet [this message]
2013-10-23 13:47             ` Peter Stephenson
2013-10-23 14:29             ` Yuya Amemiya
2013-10-22 17:11 ` Matt Garriott

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='CAFOazAPkzZqY5=UQ7iuSwvHyMmWS976CCJ2t-BEg87Gd9qS10g@mail.gmail.com' \
    --to=arkanosis@gmail.com \
    --cc=brent.briggs@gmail.com \
    --cc=zsh-users@zsh.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).