sindresorhus / guides

A collection of succinct guides - Public Domain
2.47k stars 457 forks source link

Globbing for noobs #15

Open sindresorhus opened 10 years ago

sindresorhus commented 10 years ago

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:

mathiasbynens commented 10 years ago

http://wiki.bash-hackers.org/syntax/expansion/globs may also be of help (although the above two resources cover it quite nicely)

treyhunner commented 10 years ago

:+1: also noting the difference between the various globbing libraries/tools/shells would be great

sindresorhus commented 10 years ago

Yes, and the guide will be mainly focused on the patterns node-glob supports.