shell学习1--变量/数组/字符串

[root@localhost shell]# cat st1.sh #!/bin/bash echo "Hello World!" #------------shell variables-------------- #for file in `ls /etc` #do  #echo "${file}" #done #for skill in Ada Coffee Action Java;do
相关文章
相关标签/搜索