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
相關文章
相關標籤/搜索