Results 1 to 1 of 1
Hi Guys,
This command will list all executables files in current directory.
find . -maxdepth 1 -type f -perm /+x -print
cheer!
mna...
- 06-16-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 1
Listing all executables files in current directory
Hi Guys,
This command will list all executables files in current directory.
find . -maxdepth 1 -type f -perm /+x -print
cheer!
mna


Reply With Quote