diff --git a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md index d4cc4ba5f..f22a53665 100644 --- a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md +++ b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md @@ -1,7 +1,6 @@ # Glob -Glob matching, or globbing, is a programming approach that entails using wildcards or glob patterns to specify or match filenames or a set of arbitrary strings. +The glob pattern is most commonly used to specify filenames, called wildcard characters, and strings, called wildcard matching. Free Content -Understanding Glob -Wikipedia +NPM Glob