标签:linux
printf:格式化并输出数据
如果不加任何参数直接输出,默认是没有换行,情况如下:
所以我们要通过选项去使用printf命令,具体选项如下:
\n:换行(可以解决上面截图的问题)用法,例子:printf "The year is 2013.\n"
本文出自 “My Redhat Study Record” 博客,请务必保留此出处http://xanxus21.blog.51cto.com/10829527/1945491
标签:linux
原文地址:http://xanxus21.blog.51cto.com/10829527/1945491