|
|
|
|
|
by throwaway999888
3841 days ago
|
|
BTW, the authors effectively embraced having the functionality of using `cat` instead of < . > The use of cat to feed a single input file to a program has to some degree superseded the shell’s < operator, which illustrates that general-purpose constructs - like cat and pipes - are often more natural than convenient special-purpose ones. |
|