奇怪 find杂不能用了

奇怪 find杂不能用了

[root@rh9 root]# find / -name "*.cpp" -o -name "*.sh"
/usr/bin/find: line 1: -bash:: command not found
[root@rh9 root]# find / -name "*.cpp" -o -name "*.h"
/usr/bin/find: line 1: -bash:: command not found
[root@rh9 root]# /usr/bin/find / -name "*.cpp" -o -name "*.h"
/usr/bin/find: line 1: -bash:: command not found
[root@rh9 root]# ls -l/usr/bin/find
ls: invalid option -- /
Try `ls --help' for more information.
[root@rh9 root]# ls -l /usr/bin/find
-rwxr-xr-x    1 root     root           37 Sep 10 22:18 /usr/bin/find
ls -l /usr/bin/find
-rwxr-xr-x    1 root     root           37 Sep 10 22:18 /usr/bin/find
你的 find 文件才 37 字节?