linux:shell_commands:cp_recent_files

Copy files younger that 24 hrs

find . -mtime -1 -exec cp {} /tmp \;
Enter your comment:
247 -14 =
 
  • linux/shell_commands/cp_recent_files.txt
  • Last modified: 2020/09/02 12:19
  • by 127.0.0.1