atom feed5 messages in org.freebsd.freebsd-questionshow to find executable files
FromSent OnAttachments
Peter LeftwichSep 24, 2002 4:13 pm 
Erik TrulssonSep 24, 2002 4:30 pm 
Fernando GleiserSep 24, 2002 5:14 pm 
Peter LeftwichSep 25, 2002 4:28 pm 
Gary W. SwearingenSep 25, 2002 6:33 pm 
Subject:how to find executable files
From:Peter Leftwich (Host@Video2Video.Com)
Date:Sep 24, 2002 4:13:29 pm
List:org.freebsd.freebsd-questions

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.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message