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