Hi Guys,
This command will list all executables files in current directory.

find . -maxdepth 1 -type f -perm /+x -print

cheer!
mna