find . -maxdepth 1 -type f -perm /a+x
Do homem:
-perm /mode
Any of the permission bits mode are set for the file. Symbolic modes are accepted in this form. You must specify ’u’, ’g’ or ’o’ if you use a symbolic mode. See the EXAMPLES section for some illustrative examples. If no permission bits in mode are set, this test currently matches no files. However, it will soon be changed to match any file (the idea is to be more consistent with the behaviour of perm -000).
A seção EXAMPLES tem algo em que o find
mostra todos os arquivos graváveis. Um find
em arquivos executáveis será semelhante ao exemplo dado.