$ read -s # I type `secret` $ echo $REPLY secret $ printf %s $REPLY | wc -c 6 $ unset REPLY $ echo $REPLY # empty now