Skip to content

Instantly share code, notes, and snippets.

@brunorozendo
Created March 11, 2019 23:13
Show Gist options
  • Save brunorozendo/85bb271eccbc7f5df32e899a699a2a3a to your computer and use it in GitHub Desktop.
Save brunorozendo/85bb271eccbc7f5df32e899a699a2a3a to your computer and use it in GitHub Desktop.
zsh glob

Problem find . -name *.test.js zsh: no matches found: *.test.js

Solution setopt +o nomatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment