-
I want to hide the input for the following shell command:
echo "Enter your password"
read userPASS
-----------------------------------------
Want the above command to do what the SQL command "HIDE" does:
accept UserPass char prompt "Enter User password>" HIDE
Thanks.
-
stty -echo
read xyz
stty echo
-
Thanks tekion - this is exactly what I was looking for.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|