I have code to copy files from find output but I need to ask before copy each files
find -type f -atime +6 -size -6000k -user root -exec cp -i {} /root/myfiles \;
please can you help me with that
I have code to copy files from find output but I need to ask before copy each files
find -type f -atime +6 -size -6000k -user root -exec cp -i {} /root/myfiles \;
please can you help me with that
Copyright © 2021 Jogjafile Inc.