Submit
Path:
~
/
/
usr
/
share
/
doc
/
node-glob
/
examples
/
File Content:
usr-local.js
var Glob = require("glob").Glob var pattern = "{./*/*,/*,/usr/local/*}" console.log(pattern) var mg = new Glob(pattern, {mark: true}, function (er, matches) { console.log("matches", matches) }) console.log("after")
Submit
FILE
FOLDER
Name
Size
Permission
Action
g.js
229 bytes
0644
usr-local.js
219 bytes
0644
N4ST4R_ID | Naxtarrr