We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Globbing is used all over the place, but I've yet to find a nice intro guide for beginners.
Should include usage examples for common pattern combinations.
Need it for globby and multimatch.
Resources:
The text was updated successfully, but these errors were encountered:
http://wiki.bash-hackers.org/syntax/expansion/globs may also be of help (although the above two resources cover it quite nicely)
Sorry, something went wrong.
👍 also noting the difference between the various globbing libraries/tools/shells would be great
Yes, and the guide will be mainly focused on the patterns node-glob supports.
No branches or pull requests
Globbing is used all over the place, but I've yet to find a nice intro guide for beginners.
Should include usage examples for common pattern combinations.
Need it for globby and multimatch.
Resources:
The text was updated successfully, but these errors were encountered: