zsh-users
 help / color / mirror / code / Atom feed
From: "Jérémie Roquet" <arkanosis@gmail.com>
To: Zsh Users <zsh-users@zsh.org>
Cc: TJ Luoma <luomat@gmail.com>
Subject: Re: checking for file existence when I don't know the exact name
Date: Mon, 24 Oct 2011 16:59:43 +0200	[thread overview]
Message-ID: <CAFOazAOYEos8LNdhG6+KHtGPJoFausu1SO4ZMq5OA9ip22VFAw@mail.gmail.com> (raw)
In-Reply-To: <CADjGqHu5B7jhR_kWo9XBth4a94KKW6m3TvQbCMZEKHbuC1G=Mw@mail.gmail.com>

2011/10/24 TJ Luoma <luomat@gmail.com>:
> 2011/10/24 Jérémie Roquet <arkanosis@gmail.com>
>> From the man, section “conditional expressions” :
>>
>>  “File generation is not  performed on any form of argument to
>> conditions.”
>
> This isn't file _generation_, is it? Or am I not understanding zsh's terms?

Err, it's file*name* generation, actually. In zsh's terms, filename
generation refers to globbing.

Peter, maybe we should fix the doc there?

> I still don't fully understand why / when to use [[ ]] instead of [ ]

Most of the time, I guess. [[ ]] is part of the syntax and has a
number of advanced features while [ is just a command very similar to
“test” and ] an argument to this command.
Unless you want to keep your scripts portable accross different
shells, of course.

Best regards,

-- 
Jérémie

diff --git a/Doc/Zsh/cond.yo b/Doc/Zsh/cond.yo
index 489ee35..71971b4 100644
--- a/Doc/Zsh/cond.yo
+++ b/Doc/Zsh/cond.yo
@@ -184,7 +184,7 @@ enditem()
 Normal shell expansion is performed on the var(file), var(string) and
 var(pattern) arguments, but the result of each expansion is constrained to
 be a single word, similar to the effect of double quotes.
-File generation is not performed on any form of argument to conditions.
+Filename generation is not performed on any form of argument to conditions.
 However, pattern metacharacters are active for the var(pattern) arguments;
 the patterns are the same as those used for filename generation, see
 ifzman(\


  reply	other threads:[~2011-10-24 15:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-24 13:16 TJ Luoma
2011-10-24 13:29 ` Jérémie Roquet
2011-10-24 14:25   ` TJ Luoma
2011-10-24 14:59     ` Jérémie Roquet [this message]
2011-10-24 15:35       ` Peter Stephenson
2011-10-24 13:31 ` Peter Stephenson
2011-10-24 13:41   ` Stephane CHAZELAS
2011-10-24 14:36   ` Vincent Lefevre
2011-10-24 13:35 ` Stephane CHAZELAS

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=CAFOazAOYEos8LNdhG6+KHtGPJoFausu1SO4ZMq5OA9ip22VFAw@mail.gmail.com \
    --to=arkanosis@gmail.com \
    --cc=luomat@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).