shell_循環代碼

shell_循環代碼

vim ger.sh
#!/bin/bash
rm -rf /mnt/wj_partion_test/data.txt
touch /mnt/wj_partion_test/data.txt
i=1
while [ $i -le 100 ]
do
echo $i,wjwjw >> /mnt/wj_partion_test/data.txt
let i++
done
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章