Two questions, first is why doesn't this work, or is there a flag I can use
with "ls?"

# find . -type f -perm +x
find: -perm: x: illegal mode string
# find . -type f -perm +x -print
find: -perm: x: illegal mode string

Question II: Is find always recursive (through subdirectories) or can this
be limited to x levels down?  Thanks.

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to