bash for loop ループ#!/bin/bash#set -x# NG LOOP_LIMIT=200for i in {1..200}do echo "Welcome $i times"doneexit 0
0 件のコメント:
コメントを投稿