# vim /etc/script case $1 in a) echo Apple;; b) echo Ball;; *) echo "請輸入A或B";; esac
# chmod 744 /etc/script # /etc/script a Apple
沒有留言:
張貼留言