Commit fb4b98b4 authored by tywldx's avatar tywldx

remo

parent 5b340bd4
#!/bin/bash
find /home/quant_group/logs -mtime +7 -exec rm -rf {} \;
# 路径 +7 :七天前
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment