Do you guys have an idea on how to search or list down .exe files on the server
I am currently using (or maybe place it in an array)?
I will use this command in my Perl program. Assuming that my program is also located on the said server.
My OS is Linux – Ubuntu if that even matters, just in case. Working in CLI here. =)
Do you guys have an idea on how to search or list down .exe
Share
I’ll probably be shot down for suggesting this, but you don’t have to use modules for a simple task. For example:
Of course, it will need to have some tweaking for your particular choice of starting directory (here, I used ~ for the home directory)
EDIT: Maybe I should have said until you get the modules installed