I know that user input can be read silently using bash with read -s someVar
and I was wondering if there is a /bin/sh
equivalent that allows user input without displaying it on the command line?
Note: I am just curious if /bin/sh
read
supports this feature somehow.