#!/bin/sh d=$(date +"%Y%m%d") cd /data0/nginx160/logs nginx_pid=$(cat nginx.pid) for l in "access" "7magic" do mv ${l}.log tmp/${l}_${d}.log gzip tmp/${l}_${d}.log done kill -USR1 $nginx_pid cd tmp
Maybe you like these: |
用PHP写Shell |
一个保证端口运行的shell程序 |
ubuntu nginx 通过php5-fpm运行codeigniter应用程序配置 |
shell 实现 ftp ssh 的批量处理 |
暴力破解mysql的一个shell |
无觅 |