mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-31 22:11:02 +08:00
doc: add link to echo in printf command
[ci skip]
This commit is contained in:
parent
0a5c2051b1
commit
655f7c8c63
|
@ -16,7 +16,7 @@ printf formats the string FORMAT with ARGUMENT, and displays the result.
|
|||
|
||||
The string FORMAT should contain format specifiers, each of which are replaced with successive arguments according to the specifier. Specifiers are detailed below, and are taken from the C library function ``printf(3)``.
|
||||
|
||||
Unlike ``echo``, ``printf`` does not append a new line unless it is specified as part of the string.
|
||||
Unlike :ref:`echo <cmd-echo>`, ``printf`` does not append a new line unless it is specified as part of the string.
|
||||
|
||||
Valid format specifiers are:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user