[root@localhost ~]# cat 3
#!/bin/bash
read -s -p "Enter your password:" pass
echo
echo " IS your password really $pass?"
[root@localhost ~]# tac 3
echo " IS your password really $pass?"
echo
read -s -p "Enter your password:" pass
#!/bin/bash
留言板
留言提交后需管理员审核通过才会显示