In Linux if you type
sort < txtfile
is that the same thing as
cat txtfile | sort
|
In Linux if you type
is that the same thing as
| |||
|
feedback
|
|
To your title question: No. Getting But, as your But even just the following produce very different results:
If there's more than one matching file, the latter will produce
since it's just not as flexible as the former, which will cat all matching files, and pipe them as input into | ||||
|
feedback
|