FC12: Hidden files in /usr/bin/*

Joshua Roys roysjosh at gmail.com
Fri Jan 22 16:41:04 UTC 2010


On 01/22/2010 11:34 AM, Denis Leroy wrote:
> Speaking on funny things in /usr/bin
>
> what about '/usr/bin/[', part of cureutils... had never noticed this one
> before.
>
> -denis

I came across that one day, too, and it seemed weird until I thought 
about shell scripts:

if [ $foo = "bar" ]
then
   ...
fi

See: man test

Josh


More information about the devel mailing list