...
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 | ||
---|---|---|
| ||
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 hpshpc-sysadmins@iowa.uiowa.edu if you need assistance with this.