echo string。
-->显示普通字符串
-->显示转义字符
-->显示变量
#!/bin/sh my_name="Alex_lei" echo ${my_name}
-->显示结果定向至文件file
-->原样显示
-->显示日期