zsh-users
 help / color / mirror / code / Atom feed
* `[[ -n $VAR ]]` equal to `[[ $VAR ]]`?
@ 2015-04-10  1:23 Thorsten Kampe
  2015-04-10  1:31 ` Kurtis Rader
  2015-04-10  2:01 ` Bart Schaefer
  0 siblings, 2 replies; 16+ messages in thread
From: Thorsten Kampe @ 2015-04-10  1:23 UTC (permalink / raw)
  To: zsh-users

Hi,

this is kind of a follow-up to 
http://www.zsh.org/mla/users/2011/msg00284.html .

Basically the solutions were `((+VAR))` for zsh and `[[ -n 
${VAR+stuff} ]]` for bash and zsh.

Now my question is, isn't `[[ -n $VAR ]]` equivalent to `[[ $VAR ]]`? 
(`[[ -n ${VAR+stuff} ]]` equivalent to `[[ ${VAR+stuff} ]]`)

Thorsten


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-04-14 15:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10  1:23 `[[ -n $VAR ]]` equal to `[[ $VAR ]]`? Thorsten Kampe
2015-04-10  1:31 ` Kurtis Rader
2015-04-10  1:39   ` Thorsten Kampe
2015-04-10  2:02     ` Kurtis Rader
2015-04-10  2:05       ` Kurtis Rader
2015-04-10  2:46         ` Mikael Magnusson
2015-04-10  2:59           ` Kurtis Rader
2015-04-10  4:00             ` Mikael Magnusson
2015-04-10  6:06             ` Thorsten Kampe
2015-04-13 16:52               ` Ray Andrews
2015-04-13 17:36                 ` Roman Neuhauser
2015-04-13 23:58                   ` Ray Andrews
2015-04-14  1:27                     ` Bart Schaefer
2015-04-14 15:06                       ` Ray Andrews
2015-04-10  3:21           ` Kurtis Rader
2015-04-10  2:01 ` Bart Schaefer

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