25 Nov
2005
25 Nov
'05
5:04 p.m.
On 11/25/05, Michael Long <mlong@datalong.com> wrote:
As I was looking through my /usr/bin directory I came across a binary file "[". What is this? I am running Suse 9.3.
# rpm -qf /usr/bin/[ coreutils-5.3.0-10 I believe this is the equivalent of the 'test' command that you use as part of shell scripting. i.e.: if [ "$flying_pigs" = "yes" ]; then echo "I'm dreaming" fi BR