How do I search for an executable file using python in linux? The executable files have no extensions and are in a folder together with files that have different extensions. Thanks
EDIT: What I mean by search is to get the filenames of all the executable files and store them in a list or tuple. Thanks