I am trying to find a directory named 480debugerror nested under child directories. I don't know the exact path, or even if I have the exact spelling of the directory I ant to find.
Is there any linux command to find directories with a given prefix or suffix, for example directories with a name of debug or debugerror, with unknown some prefix or suffix?
locate(locates files) orfind(finds files). – miku Jan 21 '11 at 13:31fsearches for files – thkala Jan 21 '11 at 13:34