摘要: find 命令 find -type f |xargs ls -l find ./xc/ -type f -name *.png |xargs cp ./png/ find ./ -type f -mtime +300 -exec rm ; iptables 命令 iptables -R INPUT 阅读全文
posted @ 2021-01-26 16:55 zqiushi 阅读(32) 评论(0) 推荐(0) 编辑