summaryrefslogtreecommitdiff
path: root/Userland/uniq.cpp
AgeCommit message (Collapse)Author
2020-10-25Userland/uniq: Add uniq utilityMatthew L. Curry
Add an implementation for uniq. While it will be nice in the future to make more hardened versions of sort and uniq in the future, this implementation of uniq is compatible with the current version of sort and its buffer sizes. This version supports optional input and output files along with stdin and stdout.