0.1.0 • Published 10 years ago

lib-pathsearch v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

Path Search

Return all the files available in a series of paths.

Install

npm i --save lib-pathsearch

Usage

var ps = require('lib-pathsearch');
ps(['/bin','/usr/bin','/usr/local/bin'], function (err, res) {
  console.log(res);
});

// [ 
//   'a2p',
//   'a2p5.12',
//   'a2p5.16',
//   'addftinfo',
//   'afconvert',
//   'afhash',
//   'afida',
//   'afinfo',
//   'afmtodit',
//   'afplay',
//   'agentxtrap',
//   'agvtool',
//   'alias',
//   'allmemory',
//   'applesingle',
//   'appletviewer',
//   'apply',
//   'apr-1-config',
//   'apropos',
//   'apt',
//   'apu-1-config',
//   'ar',
//   'arch',
//   ...
// ]
0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago