Skip to content

Instantly share code, notes, and snippets.

@vremy
Created August 5, 2015 21:12
Show Gist options
  • Select an option

  • Save vremy/a4aad1aa68d4e3faf03e to your computer and use it in GitHub Desktop.

Select an option

Save vremy/a4aad1aa68d4e3faf03e to your computer and use it in GitHub Desktop.
Find all executable files
find YOURDIRECTORY/ -type f -perm /u=x,g=x,o=x -exec ls -l {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment