按原来的文件夹递归,获取1小时内修改过的文件$ find /data/code/php/xxxx -name "*.php" -mmin -60 -exec cp --parents {} /tmp \;
评论 (0)