coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Implement comm

Open GrayJack opened this issue 5 years ago • 5 comments

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

POSIX standard text

Unresolved questions:

None

History

GrayJack avatar Sep 27 '19 20:09 GrayJack

@GrayJack is this something I can pick up? If yes, then any suggestions/pointers regarding this issue?

kolharsam avatar Dec 28 '20 10:12 kolharsam

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 avatar Dec 28 '20 12:12 GrayJack

@GrayJack Hey, I want to give this one a shot. Is it still available ?

ShisuiMadara avatar Oct 17 '22 12:10 ShisuiMadara

Hey @ShisuiMadara , it is available if you want to take a shot on this

GrayJack avatar Oct 17 '22 13:10 GrayJack

Hey, I have completed and tested the implementation with the three flags mentioned. I have opened a pull request on the dev branch. @GrayJack

ShisuiMadara avatar Oct 26 '22 11:10 ShisuiMadara