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 db32356 commit c31c1c8Copy full SHA for c31c1c8
docs/class-assignments/labs-assignment-2019.txt
@@ -389,7 +389,7 @@ following invocations are equivalent:
389
mysh$ cat >output /etc/passwd
390
391
The same stands for all other redirections. For example, the following
392
-comand lines are also equivalent:
+command lines are also equivalent:
393
394
mysh$ >output cat <input
395
mysh$ cat >output <input
0 commit comments