User Tools

Site Tools


docu:csheet:ofsec:priv:image_metadata

Differences

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

Link to this comparison view

docu:csheet:ofsec:priv:image_metadata [2020/02/06 23:43]
127.0.0.1 external edit
docu:csheet:ofsec:priv:image_metadata [2020/09/06 12:06] (current)
admin
Line 16: Line 16:
 </code> </code>
  
 +This operation also changes file modification time, if you want to recover the modification time of files you can do it with a simple find/sed command
 +<code bash>
 +find . -type f -iname '*_original' -exec bash -c 'TGT=$(echo {}|sed "s/_original\$//"); touch -r {} "$TGT"' \;
 +</code>
docu/csheet/ofsec/priv/image_metadata.1581032586.txt.gz · Last modified: 2020/02/06 23:43 by 127.0.0.1