* Finding executables @ 2004-01-09 6:20 Jeffrey Holle 2004-01-09 10:04 ` Jan-Benedict Glaw 0 siblings, 1 reply; 2+ messages in thread From: Jeffrey Holle @ 2004-01-09 6:20 UTC (permalink / raw) To: linux-console Hi, Is there a way to get a list of just the executable files that are within a directory tree? I use find to search for lots of different things, but can't figure out how to get it to match only executable files. In case anybody needs to know, I'm using Mandrake 9.1 linux. ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Finding executables 2004-01-09 6:20 Finding executables Jeffrey Holle @ 2004-01-09 10:04 ` Jan-Benedict Glaw 0 siblings, 0 replies; 2+ messages in thread From: Jan-Benedict Glaw @ 2004-01-09 10:04 UTC (permalink / raw) To: linux-console [-- Attachment #1: Type: text/plain, Size: 574 bytes --] On Thu, 2004-01-08 22:20:42 -0800, Jeffrey Holle <jeff.holle@verizon.net> wrote in message <btlhcu$ruh$1@sea.gmane.org>: > Is there a way to get a list of just the executable files that are > within a directory tree? $ find / -type f -perm +111 MfG, JBG -- Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481 "Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak! ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA)); [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-09 10:04 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-01-09 6:20 Finding executables Jeffrey Holle 2004-01-09 10:04 ` Jan-Benedict Glaw
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox