anewer appends lines from stdin to a file if they don’t already exist in the file.
Read more![Find](https://i0.wp.com/www.linuxlinks.com/wp-content/uploads/2023/04/cli-tools-find.png?resize=300%2C208&ssl=1)
The Linux Portal Site
anewer appends lines from stdin to a file if they don’t already exist in the file.
Read moreanew is a tool for adding new lines to files, skipping duplicates. The software also outputs new lines to stdout.
Read morezet is a command-line utility for doing set operations on files considered as sets of lines. It’s free and open source software.
Read moreuq is a simple, user-friendly alternative to sort | uniq. It removes duplicate lines from the output, regardless of the order.
Read moreThe semiuniq program reads over lines of input and write lines of output that are “semi-unique” by eliminating repeated lines that are close.
Read moreruniq offers an efficient way (in both time and space) to filter duplicate entries (lines) from textual input.
Read morenauniq is similar to the Unix command uniq but detects repeated lines even if they are not adjacent. It’s written in Perl.
Read morehuniq remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates.
Read more