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'?
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'?