摘要: 1. man下的解释: [root@desktop31 log]# man shift ... shift [n] The positional parameters from n+1 ... are renamed to $1 .... Parameters represented by the 阅读全文
posted @ 2018-06-19 16:29 奋斗的大肥猫 阅读(1474) 评论(0) 推荐(0)
摘要: 本文链接:http://codingstandards.iteye.com/blog/836588 (转载请注明出处) 用途说明 rap是一个shell内建命令,它用来在脚本中指定信号如何处理。比如,按Ctrl+C会使脚本终止执行,实际上系统发送了SIGINT信号给脚本进程,SIGINT信号的默认处 阅读全文
posted @ 2018-06-19 16:15 奋斗的大肥猫 阅读(384) 评论(1) 推荐(0)