1.1.0 • Published 10 years ago
fs-transport-stream v1.1.0
fs-transport-stream
Execute a command somewhere else on the fs and get results back as a stream.
npm install fs-transport-stream
fs-transport-stream(filepath, cmd)
var transport = require('fs-transport-stream')
var stream1 = transport('file://path/to/file', 'ls')
stream1.on('data', console.log)