您好,登錄后才能下訂單哦!
這篇文章給大家介紹printf語句怎么在Linux 中使用,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。
Linux shell中的printf的詳細用法
一 語法
printf '輸出類型輸出格式' 輸出內容
輸出類型:
%ns:輸出字符串。n是數字指代輸出幾個字符。
%ni:輸出整數。n是數字指代輸出幾個數字。
%m.n:輸出浮點數。m和n是數字,指代輸出的整數位數和小數
如%8.2代表共輸出8位數,其中2位是小數,6位是整數。
輸出格式:
二 實戰
[root@localhost ~]# printf %s 1 2 3 4 5 6 123456[root@localhost ~]# printf %s %s %s 1 2 3 4 5 6 %s%s123456[root@localhost ~]# printf '%s %s %s' 1 2 3 4 5 6 1 2 34 5 6[root@localhost ~]# printf '%s\t%s\t%s\n' 1 2 3 4 5 6 1 2 3 4 5 6 [root@localhost ~]# printf '%s' $(cat student.txt) 1furongF852fengjF603cangF70[root@localhost ~]# [root@localhost ~]# printf '%s\t%s\t%s\t%s\n' $(cat student.txt) 1 furong F 85 2 fengj F 60 3 cang F 70
關于printf語句怎么在Linux 中使用就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。