标签: linux centos6.5
我有代码可以从查找输出中复制文件,但是我需要在复制每个文件之前询问
find -type f -atime +6 -size -6000k -user root -exec cp -i {} /root/myfiles \;
请你帮我