Tuesday, March 22, 2011

Finding files via Linux terminal

Easy way to find files in terminal is to issue the command:


sudo find / -name {filename with/without wildcards}


For example:


sudo find / -name *.rpm


will result the entire rpm files in / directory to be listed with full path.
Happy searching.

0 comments:

Post a Comment