View Single Post
Posts: 54 | Thanked: 14 times | Joined on Oct 2010
#10
Originally Posted by niloy View Post
find command can search the whole system.

Keep the stars in the above command, they act as wildcard.

Use this command to search for .dae files:
find / -name *.dae
that thing does not find all hidden files or system files
for xample i search for *.wav files in result there are too many files shown but not system files which is in /usr/share/sounds ui-charging_started

but it shows other .wav files which are in same folder but not all files