02 2016 档案
Linux crontab 命令详解
摘要:http://blog.sina.com.cn/s/blog_a04184c101010kpx.html 阅读全文
posted @ 2016-02-29 17:30 hou521314 阅读(194) 评论(0) 推荐(0)
crontab文件的真实位置
摘要:http://blog.sina.com.cn/s/blog_49f8dc400100tzn7.html 阅读全文
posted @ 2016-02-29 17:27 hou521314 阅读(1299) 评论(0) 推荐(0)
Shell下变量比较
摘要:字符串变量表达式 If [ $a = $b ] 如果string1等于string2 字符串允许使用赋值号做等号if [ $string1 != $string2 ] 如果string1不等于string2 if [ -n $string ] 如果string 非空(非0),返回0(true) if 阅读全文
posted @ 2016-02-26 11:04 hou521314 阅读(2759) 评论(0) 推荐(0)