PRINTF(1) | 使用者命令 | PRINTF(1) |
printf - 格式化並顯示資料
printf
格式[引數列表]...
printf 選項
按照指定格式列印引數列表中的引數或按照選項執行:
格式以 C printf 的方式控制輸出。轉義序列如下:
並且所有 C 格式規範的轉義將由 diouxXfeEgGcs 中的某個字元作為結束,且“引數列表”將被首先轉換為適當的格式。變數寬度宣告也會被處理。
注意:您的 shell 可能內建了自己的 printf 程式版本,它通常會覆蓋這裡所提及的相應版本。請查閱您的 shell 文件獲知它所支援的選項。
由 David MacKenzie 編寫。
GNU coreutils 的線上幫助:
<https://www.gnu.org/software/coreutils/>
請向 <https://translationproject.org/team/zh_CN.html>
報告翻譯錯誤。
Copyright © 2022 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
完整文件請見:
<https://www.gnu.org/software/coreutils/printf>
或者在本地使用: info
'(coreutils) printf invocation'
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2022年9月 | GNU coreutils 9.1 |