How to move or copy files listed by 'find' command in unix?

后端 未结 5 1787
一向
一向 2020-11-30 23:28

I have a list of certain files that I see using the command below, but how can I copy those files listed into another folder, say ~/test?

find . -mtime 1 -ex         


        
5条回答
提交回复
热议问题