Skip to content

Instantly share code, notes, and snippets.

@codeopensrc
Created January 25, 2017 20:50
Show Gist options
  • Save codeopensrc/eabe2934c2a602158b3a42347f786c85 to your computer and use it in GitHub Desktop.
Save codeopensrc/eabe2934c2a602158b3a42347f786c85 to your computer and use it in GitHub Desktop.
Whitelistable basic `ls` command
PATTERN=*.git
find . -iname '$PATTERN' | sed -e s%./%%g | column
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment