简单的bash循环示例 内容纲要 简单的bash循环示例 #!/bin/bash for i in {1..5} do echo "Welcome $i times" done 分享到:TwitterFacebook赞过:赞 正在加载…… 相关