Silent 'read' in dash

12 Views Asked by At

I like making POSIX compliant shell scripts. However, one feature that I miss from bash is the builtin "read -s", which supresses the echoing, ideal for password prompts. Is there a similar feature in dash?

0

There are 0 best solutions below