Merge pull request #2 from sphynx/master

Fix a minor mistake in the redirection description
This commit is contained in:
Remzi Arpaci-Dusseau
2018-11-25 11:50:09 -06:00
committed by GitHub

View File

@@ -170,7 +170,7 @@ feature, but with a slight twist (explained below).
For example, if a user types `ls -la /tmp > output`, nothing should be printed
on the screen. Instead, the standard output of the `ls` program should be
rerouted to the file `output`. In addition, the standard error output of
the file should be rerouted to the file `output` (the twist is that this
the program should be rerouted to the file `output` (the twist is that this
is a little different than standard redirection).
If the `output` file exists before you run your program, you should simple