汇总all
编辑
临时总结
shell 其实是linux 系统的命令解释器 简单理解, Shell 处在内核与外层应用程序之间,起着协调用…
这篇文章主要介绍 shell 编程 的知识,从0到项目为主。让你快速的入门,并且进阶。 两个变量 不出结果 ,…
检查nginx 是否正常 #!/bin/sh nginxpid=$(ps -C nginx –no-head…
定时任务 案例 IP=`hostname -I | awk ‘{print $2}’` TIME=`date …