bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What is the '[' binary?


From: Paul Jarc
Subject: Re: What is the '[' binary?
Date: Tue, 27 Apr 2004 13:02:05 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

>From the "test invocation" node in the manual:
#    `test' has an alternate form that uses opening and closing square
# brackets instead a leading `test'.  For example, instead of `test -d
# /', you can write `[ -d / ]'.  The square brackets must be separate
# arguments; for example, `[-d /]' does not have the desired effect.
# Since `test EXPR' and `[ EXPR ]' have the same meaning, only the former
# form is discussed below.


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]