Bash: Hide user input/password
Posted at
# Shell
Sometimes we may need to hide the user input so that they won't be shown in the terminal. This is especially useful when our script requires a password from users.
Sometimes we may need to hide the user input so that they won't be shown in the terminal. This is especially useful when our script requires a password from users.