shell 脚本入门系统教程

来源:互联网 发布:ubuntu 丢失windows 编辑:程序博客网 时间:2024/06/04 20:11

shell 脚本入门系统教程:

http://www.runoob.com/linux/linux-shell-echo.html


note:

Example1:

test="     hello,Dr.Wang!"

echo $test

echo "$test"

结果:

hello,Dr.Wang!(无空格)

     hello,Dr.Wang!(有空格)

0 0
原创粉丝点击