Answers for "copy all file from date timestamp to folder in linux"

0

copy files from certain date linux

#Find files created in last 90 days

find . -mtime -90
Posted by: Guest on September-17-2021

Code answers related to "copy all file from date timestamp to folder in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language