Thread
:
find command and excluding files under specific directories
View Single Post
#
2
(
permalink
)
01-05-2008, 06:03 AM
Sun
Posts: n/a
Re: find command and excluding files under specific directories
you can try this
find /opt/2004 -type d -print
-SR
Sun