diff options
-rw-r--r-- | tools-reference/echo/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-reference/echo/text.xml b/tools-reference/echo/text.xml index 9bce77c..dba3452 100644 --- a/tools-reference/echo/text.xml +++ b/tools-reference/echo/text.xml @@ -47,7 +47,7 @@ As of >=bash-2.05b, the so-called "here strings" have been introduced. Using "here strings", you can pass contents of an environment variable to the standard input of an application, using <c><<<word</c> redirection: what actually happens is -that <c>bash</c> expands word and passes the result to the standard +that <c>bash</c> expands <c>word</c> and passes the result to the standard input. </p> |