Skip to content
/ apen Public

Apen is 7x faster than anewer. It's CLI tool to appending from stdin into a new file. `cat list_1.txt | apen unique_lines.txt`

License

Notifications You must be signed in to change notification settings

koaj/apen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apen

Append from stdin to a new file.

Apen is 7x faster than anewer which a fast rust version of tomnomnom anew.

Usage:

cat 1.txt
one
two
two
one
cat 2.txt
one
line
cat 1.txt | ./apen 2.txt
two
cat 2.txt
one
line
two

Inspierd by anew. anewer

About

Apen is 7x faster than anewer. It's CLI tool to appending from stdin into a new file. `cat list_1.txt | apen unique_lines.txt`

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages