chicago123
04-09-02, 13:20
| you may run the following command in the directory you want to do clean up find . -atime +10 -print | xargs -i cp {} ./test/{} change the "./test/" to direcotry where you want to move |
View Full Version : Find Files
| you may run the following command in the directory you want to do clean up find . -atime +10 -print | xargs -i cp {} ./test/{} change the "./test/" to direcotry where you want to move |