Skip to content

Commit de06e83

Browse files
committed
Another example.
1 parent c31c1c8 commit de06e83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/class-assignments/labs-assignment-2019.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ following invocations are equivalent:
391391
The same stands for all other redirections. For example, the following
392392
command lines are also equivalent:
393393

394+
mysh$ cat <input >output
394395
mysh$ >output cat <input
395396
mysh$ cat >output <input
396397
mysh$ <input >output cat

0 commit comments

Comments
 (0)