#!/bin/bash read -s -p "Enter your password:" pass echo "your password is $pass" exit 0
输出:
Enter your password:your password is dedede