"find" command
The find command on our linux machines is not working correctly.
Even a simple find like - find . -name "IL6*" -print does not return anything...even though the files exist.
I am running Redhat ES v4.0
uname command result
$ uname -a
Linux ccapps 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux
I am wondering where i could download the find command utility file and reinstall it? Or is there any other way of correcting the problem?
thank you
Kiran
|