Passwort unsichtbar einlesen #6

Open
opened 2024-10-16 20:02:57 +02:00 by rschaten · 0 comments
rschaten commented 2024-10-16 20:02:57 +02:00 (Migrated from gitea.0x50.de)

Als Tip aufnehmen:

#!/bin/sh
read -p "Username: " username
stty -echo
read -p "Password: " password
stty echo
echo Thanks!
Als Tip aufnehmen: ```sh #!/bin/sh read -p "Username: " username stty -echo read -p "Password: " password stty echo echo Thanks! ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rschaten/Shell-Programmierung#6
No description provided.