diff options
author | Sebastian Engel <sighunter@gmx.de> | 2024-08-29 16:21:00 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-08-31 18:40:52 +0200 |
commit | 60b9d214f4454aea8451cc7fdf49035e707da7d9 (patch) | |
tree | 58181857d9c93f88498188235789bbd3b78d6c39 | |
parent | tools-reference/echo: Format the word variable as inline code (diff) | |
download | devmanual-60b9d214f4454aea8451cc7fdf49035e707da7d9.tar.gz devmanual-60b9d214f4454aea8451cc7fdf49035e707da7d9.tar.bz2 devmanual-60b9d214f4454aea8451cc7fdf49035e707da7d9.zip |
tools-reference/echo: Remove bash version history
Those bash "here strings" were introduced 22 years ago and stating the version
they were implemented does not serve any purpose any more.
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | tools-reference/echo/text.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools-reference/echo/text.xml b/tools-reference/echo/text.xml index dba3452..404d319 100644 --- a/tools-reference/echo/text.xml +++ b/tools-reference/echo/text.xml @@ -43,8 +43,7 @@ of dealing with such cases. <title>Here strings</title> <body> <p> -As of >=bash-2.05b, the so-called "here strings" have been -introduced. Using "here strings", you can pass contents of an +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 <c>word</c> and passes the result to the standard |