LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   finding elf files (https://www.linuxquestions.org/questions/linux-newbie-8/finding-elf-files-466331/)

ashlesha 07-21-2006 03:04 PM

finding elf files
 
how do i use the find command to find all binary or elf files in a given directory?

thanks,
ashlesha.

Tinkster 07-21-2006 03:40 PM

find /path/to/dir -exec file {} \;|grep ELF


Cheers,
Tink


All times are GMT -5. The time now is 06:04 AM.