2016年9月10日

shell脚本,一个经典题目。

摘要: [root@localhost wyb]# cat zhuijiu.sh #!/bin/bash #1、写一个脚本执行后,输入名字,产生随机数01-99之间的数字。 #2、如果相同的名字重复输入,抓到的数字还是第一次抓取的结果, #3、前面已经抓到的数字,下次不能在出现相同数字。 #4、第一个输入名字后,屏幕输出信息,并将名字和数字记录到文件里,程序不能退出,继续等待别的学生输入 file... 阅读全文

posted @ 2016-09-10 01:00 王月波 阅读(1306) 评论(0) 推荐(0)

shelll脚本,根据软链接,找到真实路径

摘要: [root@localhost tmp]# ls -l total 60520 lrwxrwxrwx 1 root root 11 Sep 9 22:54 abc -> /etc/passwd lrwxrwxrwx 1 root root 8 Sep 9 23:02 cde -> /tmp/abc lrwxrwxrwx 1 root root 8 S... 阅读全文

posted @ 2016-09-10 00:19 王月波 阅读(6749) 评论(0) 推荐(0)

导航