Linux基礎(學習筆記三)

循環語句 for語句 for循環通常格式爲:linux   for var in item1 item2 ... itemN do     command1     command2     ...     commandN doneshell   案例:bash #!/bin/bash函數 for num in 1 2 3 4 5 do     echo "The value is: $num"
相關文章
相關標籤/搜索