0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.116.80.252


Current Path : /proc/self/root/usr/share/doc/node-glob/examples/
Upload File :
Current File : //proc/self/root/usr/share/doc/node-glob/examples/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")