str="hello world"
echo | awk '{print stra}' stra="$str"
为什么必须加echo 才能输出。如果再body块中 不用echo 输出结果
https://blog.csdn.net/chong_lai/article/details/119218581
这就是脚本语言的输出方式,命令就是echo
linux下的echo就类似python里的print,它就是用来输出的
你不用echo你想用什么呢
http://t.zoukankan.com/lizhouwei-p-9985592.html Linux系统输出命令关键字
echo xxxx 就是linux系统的输出命令