printf
This commit is contained in:
parent
12a61af617
commit
08effbebc9
2 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,7 @@ RTFD
|
|||
public/bash/index
|
||||
public/bind9/index
|
||||
public/c/index
|
||||
public/coreutils/index
|
||||
public/curl/index
|
||||
public/dd/index
|
||||
public/debian/index
|
||||
|
|
9
docs/public/coreutils/index.rst
Normal file
9
docs/public/coreutils/index.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
coreutils
|
||||
=========
|
||||
|
||||
printf
|
||||
------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
printf -v formatted "%03d" ${raw}
|
Loading…
Reference in a new issue