Skip to content

Instantly share code, notes, and snippets.

@leveled
Last active December 29, 2016 16:58
Show Gist options
  • Save leveled/5b88dd581fd2a7430613c04d41246260 to your computer and use it in GitHub Desktop.
Save leveled/5b88dd581fd2a7430613c04d41246260 to your computer and use it in GitHub Desktop.
find all executable files within a directory
find . -maxdepth 1 -perm -111 -type f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment