coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Implement uniq

Open GrayJack opened this issue 6 years ago • 3 comments

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

POSIX standard text

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

GrayJack avatar Sep 27 '19 20:09 GrayJack

I'll give this a shot. Been meaning to contribute here!

envp avatar Sep 30 '19 14:09 envp

Have fun :smile:

GrayJack avatar Sep 30 '19 16:09 GrayJack

Almost completed by #121 (PR), #122 (Issue) is pending (-f flag).

marcospb19 avatar Aug 09 '20 21:08 marcospb19