Calcifer Calcifer 2 Calcifer 3 Calcifer 4
Linux

倒序输出

2013/11/02 02:13 6642 次阅读 王梓
打赏
✸ ✸ ✸
[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
✸ ✸ ✸

📜 版权声明

本文作者:王梓 | 原文链接:https://www.bthlt.com/note/3877632-Linux倒序输出

出处:葫芦的运维日志 | 转载请注明出处并保留原文链接

📜 留言板

留言提交后需管理员审核通过才会显示