Shell script使用for來parser以空白做間格的字串 (Bash)
#!/bin/bash
package="111 222 333 555 666"
for p in ${package[@]}; do
echo $p
done
實際執行結果,如下圖
沒有留言:
張貼留言