bug-coreutils
[Top][All Lists]
Advanced

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

Re: What is the '[' binary?


From: Alfred M. Szmidt
Subject: Re: What is the '[' binary?
Date: Tue, 27 Apr 2004 18:48:18 +0200

   Just curious. It shows as a binary in the README and the
   installation directory.

It is the `test' binary.  For example:

if [ $foo -eq $bar ]; then ...

and

if test $foo -eq $bar; then ...

are equal.  It was/is used on systems that don't have `[' as a builtin
I think.

Cheers.




reply via email to

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