Answers for "read password bash"

0

read password bash

# -s parameter hides echo
read -p 'Type your password:' -s PASSWORD
Posted by: Guest on April-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language