mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 17:02:45 +08:00
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
\section printf printf - format and print data
|
|
|
|
\subsection printf-synopsis Synopsis
|
|
<tt>printf FORMAT [ARGUMENT]...</tt>
|
|
|
|
\subsection printf-description Description
|
|
Print ARGUMENT(s) according to FORMAT
|
|
|
|
Fish has imported printf builtin from GNU Coreutils. For more information see : http://www.gnu.org/software/coreutils/manual/html_node/printf-invocation.html
|