Sample Header Ad - 728x90

How to escape standard input when "cat f - g"

0 votes
0 answers
16 views
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