I have a script that accepts a username and password or uses pre-set variables. I want to echo this info to the user so they know it is set, but don’t want to display the actual password.
How can I print the correct number of *’s instead of the password?
To print your password as string of
*you can do: