红联Linux门户
Linux帮助

print与printf的区别

发布时间:2012-07-12 15:29:55来源:红联作者:empast
1,print 中不能使用%s ,%d 或%c;

2,print 自动换行,printf 没有自动换行。

[root@localhost awk-study]# awk '{n++}END{printf("last word is: %s\n", $NF)}' test.c
last word is: 2432tt
文章评论

共有 0 条评论