Wednesday, July 14, 2010

training@training-vm:~$ find / -type f -name ec2-describe-instances 2>/dev/null

use -type f for file type and -type d for directory type.
use 2>/dev/null to not display the protected file/dir error messages if you are not root.

No comments:

Post a Comment