Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tail #50

Open
2 of 3 tasks
GrayJack opened this issue Sep 27, 2019 · 2 comments
Open
2 of 3 tasks

Implement tail #50

GrayJack opened this issue Sep 27, 2019 · 2 comments
Labels
A-tool Area: Binary tool C-tracking-issue Category: A tracking issue for an feature. Hacktoberfest Hacktoberfest

Comments

@GrayJack
Copy link
Owner

GrayJack commented Sep 27, 2019

This is a tracking issue for the tail utility.

Required options and flags in the POSIX standard:

  • c (long: bytes)
  • f (long: follow)
  • n (long: lines)

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 yet

History

Options -c and -n implemented in #136

@AZanellato
Copy link

I think I can do this one 😄

@GrayJack
Copy link
Owner Author

GrayJack commented Oct 4, 2019

Nice, have fun 😃

@GrayJack GrayJack added C-tracking-issue Category: A tracking issue for an feature. A-tool Area: Binary tool labels Dec 28, 2020
@GrayJack GrayJack added the Hacktoberfest Hacktoberfest label Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tool Area: Binary tool C-tracking-issue Category: A tracking issue for an feature. Hacktoberfest Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants