coreutils
coreutils copied to clipboard
Implement uniq
This is a tracking issue for the uniq util.
Required options and flags in the POSIX standard
- [X]
c(long:count) [#121] - [X]
d(long:repeated) [#121] - [X]
f(long:skip-fields) [#131] - [X]
s(long:skip-chars) [#121] - [X]
u(long:unique) [#121]
References
Unresolved questions:
None
History
Default behavior and -c, -d, -s, -u flags implemented by #121
Issue for -f flag in #122
-f flag implemented in #131
I'll give this a shot. Been meaning to contribute here!
Have fun :smile:
Almost completed by #121 (PR), #122 (Issue) is pending (-f flag).