View Single Post

   
  #9 (permalink)  
Old 02-19-2008, 11:30 AM
Joost Kremers
 
Posts: n/a
Default Re: find executables

alex wrote:
>> Oops, sorry, make that 'find /home -perm +111'. My previous post
>> would find files with u+x set, not any others.

>
> perfect.. ! now... any way to make it ignore directories?


find /home -perm +111 -type f

man find

--
Joost Kremers joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)
Reply With Quote