Hi There
In Solaris, what is the syntax of find
command to find files having multiple file name formats?
Eg: In my current directory and in its sub-directories if I have files like test.log
, sample.out
, demo.buf
and some other files, how can I write single find
command to find these 3 files.
Thank you Chaitanya