Download linux - Input redirection in test1 > test2 < test3 - Stack Overflow book pdf free download link or read online here in PDF. Read online linux - Input redirection in test1 > test2 < test3 - Stack Overflow book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
In the example you provided, cat test1 > test2 < test3, the file test3 is the input stream for cat, but cat is ignoring it because you didn't specify -as an argument. If you instead do cat test1 - > test2 < test3 , then cat will read its stdin, but the final content of test2 will not merely be the content of test3 , but the concatenation of test1 and test3 .
Read : linux - Input redirection in test1 > test2 < test3 - Stack Overflow pdf book online Select one of servers for direct link: |
---|