aanew-0.1.1 is not a library.
ANEW - Append New Lines to files
Append only new lines from stdin. If lines from input are already present in the original file, nothing is done.
This tool works exactly as using tee -a: new lines are appended to the file and written to stdout.
Install
cargo install aanew
Usage
|
# next line was appended to `my-old-file-without-the-new-line` file