linux 中printf的使用printf "helloworld "printf 中换行必须加上
printf '%d %s ' 1 "abc" chenxy@ubuntu:~/linux$ a=2chenxy@ubuntu:~/linux$ printf 'a is %s ' $aa is 2
使用printf结合变量的使用