Y
Hacker News
new
|
ask
|
show
|
jobs
by
expression
3587 days ago
Did you know you can start the command with the redirection operator?
<input-file grep stuff
Unless you are concatenating stuff, I see no reason to use cat.
1 comments
gpm
3587 days ago
What if you just want to view the contents of input-file, unpaged. `<input-file` doesn't print anything unfortunately (curiously it doesn't error either).
link