linux shell script array的相關文章
linux shell script array的相關商品

瘋狂帽客's Blog: bash下array的幾種使用方法
瀏覽:1006
日期:2025-04-28
2007年3月15日 - bin/bash #一舉將變數設定到陣列中 array=(Redhat Novell MicroSoft Sun IBM HP Dell) #利用for loop將陣列中的變數印出 for i in 0 1 2 3 4 5 6 do...看更多