shell脚本shell脚本
shell脚本一、shell脚本常用的命令1. cat,head,tail命令求/etc/passwd文件第20行内容[root@manager test1]# cat -n /etc/passwd | head -20 | tail -12. rev,tac命令rev左右颠倒tac上下颠倒3. find命令常用选项 -name -type -user -nouser