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

Complete remaining cat functionality #54

Open
tacoda opened this issue Jul 26, 2022 · 1 comment
Open

Complete remaining cat functionality #54

tacoda opened this issue Jul 26, 2022 · 1 comment

Comments

@tacoda
Copy link
Contributor

tacoda commented Jul 26, 2022

Complete the remaining use-cases of cat as defined by GNU Coreutils here.

These include:

  1. When called with no arguments copies STDIN to STDOUT
  2. When called with multiple files it outputs all content
  3. Add options, which are mostly about showing/hiding nonprinting characters
  4. When called with multiple files and - it outputs all contents including STDIN
@tacoda
Copy link
Contributor Author

tacoda commented Jul 26, 2022

@faraazahmad I'm planning on implementing as much of Coreutils functionality as possible. I chose to start with cat. I will be getting started on this soon. Any feedback you may have is welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant