摘要:
#!/bin/bashclearrecord_file=passwdagain=""while [ "$again" = "" ]doclearecho " 用户信息主菜单"echo "=================================="echo "1、 打印当前所有记录"echo "2、 打印当前所有记录(格式化后的)"echo "3、 打印用户名和用户ID"echo "4、 ...
阅读全文
posted @ 2006-11-27 22:39
剑落飘香
阅读(423)
推荐(0)
编辑
摘要:
请教SORT的详细用法sortcat students John Johnsen john.johnsen@tp.com 503.555.1111Hassaan Sarwarhsarwar@k12.st.or 503.444.2132David Kendall d_kendall@msnbc.org 229.111.2013sort students David Kendall d_kendal...
阅读全文
posted @ 2006-11-27 21:59
剑落飘香
阅读(748)
推荐(0)
编辑