현재 /opt
작은 쉘 스크립트를 실행 중입니다. 내 "아니요" 조건은 완벽하게 작동하지만 "예" 조건은 작동하지 않고 여전히 상태입니다 /opt
.
while true; do
read -p "go to log location ?" yn
case $yn in
[Yy]* ) cd /var/tmp/logs; break;;
[Nn]* ) echo "you are @ : " $PWD; break;;
* ) echo "Please answer yes or no.";;
esac
done
도움이 필요하세요?
답변1
;
당신은 등이 없습니다read -p "go to log location ?" yn