标签:des cWeb io ar os sp for div on
[root@LocalWeb01 ~]# printf ‘%s%s%s\n‘ 1 2 3 41234
[root@LocalWeb01 ~]# printf ‘%s%s%s‘ 1 2 3 41234
[root@LocalWeb01 ~]# printf ‘%s%s\n‘ $(cat /etc/passwd)
linux printf