I have the following find
command:
find /mnt/F_11 -type f \( -iname '*.xls' -o -iname '*.xlsx' /)
How would I find all items in /mnt/F_11
but not in /mnt/f_11/DONOTENTER/
?
In other words, I would want it to search:
YES /mnt/F_11
YES /mnt/F_11/somepath/
YES /mnt/F_11/somepath/other/
NO /mtn/F_11/DONOTENTER/