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

Support quiet option for cat subcommand #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

klion26
Copy link

@klion26 klion26 commented Jun 22, 2024

After this option is enabled, we can send the result to other commands using pipe

This wants to support the feature requested in #35 .

PS: currently we can redirect the stderr elsewhere, and then pipe the result to the other command, but I think adding an option is a good solution because not everyone know this

cc @manojkarthick

After this option enabled, we can send the result to other command using pipe
@abelcha
Copy link

abelcha commented Aug 3, 2024

IMO this should be the default behaviour. cat should not write the file name on stderr

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 this pull request may close these issues.

2 participants