how to ignore subdirectories in find command of unix
483856Nov 27 2006 — edited Dec 14 2006how to exclude subdirectories of a path from find command
/app
/app/fmbs
/app/fmbs/temp
find /app/fmbs -name *.fmb
i want to ignore any fmb file existing into subdirectories created under temp subdirectory.
regards