ysf / anewer

anewer appends lines from stdin to a file if they don't already exist in the file. This is a rust version of https://github.com/tomnomnom/anew
https://github.com/ysf/anewer
GNU General Public License v3.0
57 stars 4 forks source link

Anewer fails to create and write into a new file. #5

Closed dhra closed 2 years ago

dhra commented 3 years ago
cat things.txt | anewer newthings.txt

Error: Failed to open file: "newthings.txt"

Caused by:
    No such file or directory (os error 2)