I have a dream...
2009年12月23日 星期三
How to read one line from one file as command to execute
//test.sh
#/bin/sh
cat cmdlist.txt | \
while read cmd; do
echo $cmd
sh -c "$cmd"
done
//cmdlist.txt
touch jeff.txt
echo "Hellodefefefe" > jeff.txt
touch hello.txt
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言