摘要:
shell常用脚本 author:headsen chen 2017-10-17 15:36:17 个人原创,转载请注明,否则依法追究法律责任 1,vim name.grep.sh 2,cat tellme.sh 3,cat idcheck.sh 4,cat case.sh 注意:脚本里调用文件名: 阅读全文
摘要:
常见的if语句shell脚本 author :headsen chen 2017-10-17 15:00:07 1,cat if.sh 2, cat if2.sh 阅读全文
摘要:
shell脚本中文件测试 author:headsen chen 2017-10-17 14:35:19 个人原创,转载请注明作者,否则 依法追究法律责任 [ -f filename ] ,文件filename存在且为普通文件时,返回真(0) [ -d filename ] ,文件存在且为目录,返回 阅读全文
摘要:
shell脚本中的整数测试 author:headsen chen 2017-10-17 13:58:12 个人原创,转载请注明作者,出处,否则依法追究法律责任 1,test用法:test 表达式(注意:只能用 gt,lt,le,ge,le,单括号中也是这种用法,不能用大小符号) [root@lin 阅读全文