You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When giving file input to a *nix command, you can use
command < file
rather thancat file | command
.
The text was updated successfully, but these errors were encountered: