Description
Provides a small command-line utility that appends only new lines from standard input to a file. It is useful in scripts that collect unique values, merge wordlists, or avoid adding duplicate log or data entries.
Use it when you need simple deduplication while appending text. It changes the target file, so scripts should pass the intended path explicitly.