From da42b220c696eadb1e76d6c71175c9829b367935 Mon Sep 17 00:00:00 2001 From: Ivan Veselov Date: Mon, 19 Nov 2018 23:14:46 +0000 Subject: [PATCH] Fix a minor mistake in the redirection description --- processes-shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processes-shell/README.md b/processes-shell/README.md index a5a3d67..ba0e187 100644 --- a/processes-shell/README.md +++ b/processes-shell/README.md @@ -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