
27 Mar
2025
27 Mar
'25
13:04
Moin, On Thu, 27 Mar 2025, 13:59:07 +0100, Ianseeks wrote:
Hi
I've got a thumb drive of data from rescuing files off my partners Windows laptop after a crash. After copying, the files assumes the date/time of the copy.
Is there a way using a bash command (or script) I can "touch" each file in each folder with its last modification date/time? This will help me rebuild after converting the laptop to linux.
$ find /where/your/files/are/located -print0 | xargs -0 -r touch -hm
regards
Ian
HTH, cheers. l8er manfred