Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

No Format
find /nfsscratch/Users/gpjohnsn/extracted/ -type file -print0 | xargs -0 touch

After running the above, the files will have the current timestamp. It is possible, if desired, to update only the access timestamp by using the '-a' option to touch in the above command.

Panel
titleexample only updating the access time

find /nfsscratch/Users/gpjohnsn/extracted/ -type file -print0 | xargs -0 touch -a

Note

Touching files as described above should only be done when extracting archived data. Using 'touch' to circumvent the scratch cleanup policy is against policy.

 

Please contact hps-sysadmins@iowa.uiowa.edu if you need assistance with this.