Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

read password bash

# -s parameter hides echo
read -p 'Type your password:' -s PASSWORD
 
PREVIOUS NEXT
Tagged: #read #password #bash
ADD COMMENT
Topic
Name
2+4 =