doc: add interlinks between echo ←→ printf commands

This commit is contained in:
Delapouite
2020-03-01 13:43:14 +01:00
committed by Fabian Homborg
parent 593c43663c
commit 8530a4bd9e
2 changed files with 10 additions and 8 deletions

View File

@@ -57,18 +57,19 @@ If ``-e`` is used, the following sequences are recognized:
Example
-------
::
echo 'Hello World'
Print hello world to stdout
::
echo -e 'Top\\nBottom'
Print Top and Bottom on separate lines, using an escape sequence
See Also
--------
- the :ref:`printf <cmd-printf>` command, for more control over output formatting