how to locate file in home directory
I simply want to find all files OR directories like "fi*" anywhere (recursively) in my /home directory (I downloaded firefox and want to find it).
I've tried all kinds of varations of locate, find and grep, all with various results.
- so what is the command, if I am in my home directory to say "find me all files/directories that start with fi*"
Thanks.
|