Does anybody know how i can tell tar to assign a new creation date to extracted files?

Let's say I have an archive filled with old files of varying ages. Upon extraction I want all files to have the same time stamp (that of the time of the extraction).

Any ideas?

link|improve this question
feedback

1 Answer

Ok, figured it out. The answer is the touch option -m or --touch.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.