man cat
shows the following example:
cat f - g
Output f's contents, then standard input, then g's
contents.
How do you escape the standard input and proceed to output the 2nd file 'g'?
Asked by MattP
(111 rep)
Oct 17, 2022, 10:19 PM