Using find command
Hy,
Does someone know how to setup "find" command allowing to find all files or directories according to a specific filter whatever case sensitive (I'm working on AIX platform 4.3.3).
Example:
find / -type d -exec grep ....
Or perhaps using regular expresssion
find / -type d -name *...$name...\*
Thanks for your help
|