coreutils
coreutils copied to clipboard
Implement comm
This is a tracking issue for the comm
util.
Required options and flags in the POSIX standard:
- [ ]
1
(long: ¹) - [ ]
2
(long: ¹) - [ ]
3
(long: ¹)
Notes: ¹ : Long name not defined on other implementation of this utility. Implementer must choose a long name ² : Short name (one letter) not defined on other implementation of this utility. Implementer must choose a short name
References
Unresolved questions:
None
History
@GrayJack is this something I can pick up? If yes, then any suggestions/pointers regarding this issue?
Hey, yes, you can pick it up!
My only suggestions are to read the CONTRIBUTING file and read the standard before anything. This is more of a tracking issue, so no need to feel forced to implement all options and flags listed on the issue text in one go.
And that list of required options/flags are only required to end the POSIX requirements, any extensions (behavior, flags and options not in the standard) are welcome as well.
Have fun implementing it!! 🎉
@GrayJack Hey, I want to give this one a shot. Is it still available ?
Hey @ShisuiMadara , it is available if you want to take a shot on this
Hey, I have completed and tested the implementation with the three flags mentioned. I have opened a pull request on the dev branch. @GrayJack