find†
使い方†
複数パターンのファイル名を or 条件で検索する†
実行可能ファイルの検索†
$ find . -executable -type f
$ find . -perm /u=x,g=x,o=x -type f
ELF のみ検索†
$ find . -executable -type f -exec file {} \; | grep -i elf
$ find . -exec file {} \; | grep -i elf
最終更新日時付きで表示する†
$ find -printf "%TY-%Tm-%Td %TT+%TZ %p\n"
2016-12-03 21:18:15.0645873030+JST .
2010-06-29 07:16:27.0000000000+JST ./acinclude.m4
2012-08-04 23:25:20.0000000000+JST ./aclocal.m4
2010-06-29 07:16:25.0000000000+JST ./AUTHORS
2012-08-04 23:24:51.0000000000+JST ./ChangeLog
2012-06-15 23:08:23.0000000000+JST ./compile
2012-06-15 23:08:23.0000000000+JST ./config.guess