浏览量 4896
2013/11/02 02:13
[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
上一篇 搜索 下一篇