bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

copy


From: Val Krem
Subject: copy
Date: Fri, 26 Feb 2016 01:41:24 +0000 (UTC)

Hi,

I want to copy files which are older than 10 days  with the extension file name 
txt. 


I used the following  and it is not doing what supposed to do


find . -type f -mtime +10 -name "*.txt" -exec cp {} /data/test \;

can any one help me out?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]