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

Misuse of cat suggested in wiki #45

Open
expectocode opened this issue Jul 11, 2017 · 2 comments
Open

Misuse of cat suggested in wiki #45

expectocode opened this issue Jul 11, 2017 · 2 comments

Comments

@expectocode
Copy link

expectocode commented Jul 11, 2017

When giving file input to a *nix command, you can use command < file rather than cat file | command
.

@PrincessRTFM
Copy link

Okay? It's not a misuse of cat though, it's a stylistic choice. And using cat is more extensible, cause you can cat multiple files in a specific order when piping them into a command.

@makc
Copy link

makc commented Jul 12, 2017

do not misuse cats.

it makes them sad

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

No branches or pull requests

3 participants