摘要:
一些简单的shell脚本实例1.模拟linnux登录shell#/bin/bashecho -n "login:"read nameecho -n "password:"read passwdif [ $name = "cht" -a $passwd = "abc" ];thenecho "the ... 阅读全文
posted @ 2015-12-03 16:17
tianshiaimili
阅读(219)
评论(0)
推荐(0)

浙公网安备 33010602011771号