linux:shell_commands:cp_recent_files

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


linux:shell_commands:cp_recent_files [2020/09/02 12:19] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Copy files younger that 24 hrs ====== 
 +<code bash>find . -mtime -1 -exec cp {} /tmp \;</code>
  • linux/shell_commands/cp_recent_files.txt
  • Last modified: 2020/09/02 12:19
  • by 127.0.0.1