We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31c1c8 commit de06e83Copy full SHA for de06e83
docs/class-assignments/labs-assignment-2019.txt
@@ -391,6 +391,7 @@ following invocations are equivalent:
391
The same stands for all other redirections. For example, the following
392
command lines are also equivalent:
393
394
+ mysh$ cat <input >output
395
mysh$ >output cat <input
396
mysh$ cat >output <input
397
mysh$ <input >output cat
0 commit comments