IT/System & Network
bash 에서 read 로 문자열 입력시 화면에 보이지 않게
Hotman
2016. 8. 30. 09:44
아래와 같이 해주면 됨
stty -echo
read -p "Password: " PASS; echo
stty echo