Skip to content

arielril/anew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

echo "a new line to append" | anew my-old-file-without-the-new-line

About

ANEW: Append New Lines in a file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages