Display file path pattern
node app1.js directory/path/to
node app2.js directory/path/to
node app3.js directory/path/to
node --harmony-generators app4.js directory/path/to
# directory/path/to/file1.txt
# directory/path/to/file2.txt
# directory/path/to/dir/file.txt
# directory/path/to/dir/dir2/file.txt
write file
node app1.js directory/path/to filename.txt
# Success!! => filename.txt
- app1.js
- app2.js
- app3.js
- No deps
- app4.js