#!/bin/bash # desc : for loop for animal in dog cat pig do echo "HI, ${animal}" done 执行: ... Linux shell loop 循环函数.
確定! 回上一頁