mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
doc: add interlinks between echo ←→ printf commands
This commit is contained in:
committed by
Fabian Homborg
parent
593c43663c
commit
8530a4bd9e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user