Linux的shell中的for循環使用

shell中的for循環使用 常見的for循環用法主要有如下幾種:web 語法結構:shell for item in (list) do command done 例:bash #!/bin/bash for i in 「土豆」 「菠菜」 「魷魚」 do echo 「我喜歡吃$i 。」 done 輸出結果: 「我喜歡吃「土豆」 。」 「我喜歡吃「菠菜」 。」 「我喜歡吃「魷魚」 。」svg 示例
相關文章
相關標籤/搜索