>What happens when you issue the command
Here are my results so far:
i3:~ okn$ /usr/bin/which grep
/usr/bin/grep
i3:~ okn$ /usr/bin/which cat
/bin/cat
i3:~ okn$ /bin/ls -aleO@ /usr/bin/grep
-rwxr-xr-x 1 root wheel compressed 232064 Jan 15 17:51 /usr/bin/grep
i3:~ okn$ /bin/ls -aleO@ /usr/bin/cat
ls: /usr/bin/cat: No such file or directory
i3:~ okn$ /usr/bin/file /usr/bin/grep
/usr/bin/grep: Mach-O universal binary with 2 architectures
/usr/bin/grep (for architecture x86_64): Mach-O 64-bit executable x86_64
/usr/bin/grep (for architecture i386): Mach-O executable i386
i3:~ okn$ /usr/bin/file /usr/bin/cat
/usr/bin/cat: cannot open `/usr/bin/cat' (No such file or directory)
also this:
i3:~ okn$ /usr/bin/file /bin/cat
/bin/cat: Mach-O universal binary with 2 architectures
/bin/cat (for architecture x86_64): Mach-O 64-bit executable x86_64
/bin/cat (for architecture i386): Mach-O executable i386
Does this show something is wrong??
Thank you guys so far!
(On my way .... to finally use grep and cat again)
bw,
Omar KN