atomic-lt
v1.0.0
Published
`cat` but using fs-write-stream-atomic
Downloads
7
Readme
atomic-lt
The shell file redirection operator (>
- less than sign aka <
) but using fs-write-stream-atomic
Installation
npm install --save atomic-lt
Usage
(echo 'foo'; < bar) | lt bar
- prepends bar
file's contents with foo
Credits
License
ISC