You are not logged in.
$ ls -l /usr/bin | head
total 282654
-rwxr-xr-x 1 root root 27648 Jan 4 23:42 [
-rwxr-xr-x 1 root root 95 Jan 6 11:52 2to3
-r-xr-xr-x 1 root root 36 Jul 22 2010 7z
-r-xr-xr-x 1 root root 37 Jul 22 2010 7za
-r-xr-xr-x 1 root root 37 Jul 22 2010 7zr
-rwxr-xr-x 1 root root 101844 Nov 8 03:59 a2p
-rwxr-xr-x 1 root root 18988 Jul 18 2008 a52dec
-rwxr-xr-x 1 root root 9772 Oct 28 04:56 aafire
-rwxr-xr-x 1 root root 4252 Oct 28 04:56 aainfo
$ pacman -Qo /usr/bin/\[
/usr/bin/[ is owned by coreutils 8.9-1
$ file /usr/bin/\[
/usr/bin/[: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.27, strippedIs this file there for a reason?
Offline
yes, that is how bash evaluates statements like:
if [ "$foo" == "$bar" ]Offline
Well, not really... bash has a built-in for that. But close enough.
Offline
Everything's OK, it's an app with a weird name.
Offline