Rewrite files last modified datetar's equivalent of zip -o (--latest-time)?Extract one file from multiple zip...

How to calculate implied correlation via observed market price (Margrabe option)

Why is "Reports" in sentence down without "The"

A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?

Example of a relative pronoun

Why was the small council so happy for Tyrion to become the Master of Coin?

How do you conduct xenoanthropology after first contact?

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

What is the offset in a seaplane's hull?

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

Japan - Plan around max visa duration

How to report a triplet of septets in NMR tabulation?

Can a German sentence have two subjects?

Motorized valve interfering with button?

Circuitry of TV splitters

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

Can Medicine checks be used, with decent rolls, to completely mitigate the risk of death from ongoing damage?

Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?

If Manufacturer spice model and Datasheet give different values which should I use?

"which" command doesn't work / path of Safari?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

How old can references or sources in a thesis be?

Can I interfere when another PC is about to be attacked?

XeLaTeX and pdfLaTeX ignore hyphenation



Rewrite files last modified date


tar's equivalent of zip -o (--latest-time)?Extract one file from multiple zip filesList all directories whose contents (files) have not been updated or accessed before a certain date?Test if File was Modified After Date in File NameActively monitor the modified date of all files in a directoryinserting modified date into filename - 2 casesRegarding equating file attributes in “ls” commandRecursively update all Folder “Date-modified” timestamps to date of newest fileWant to Zip files based on modified dateRewrite last modified date when unzipping archiveHow do I prevent a __MACOSX from being created when I extract an archive that I created on MacOS?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I have a folder of contents which I wish to archive. Each file has a different last modified date. Is there a way to change the last modified date of all the files to a specific one from the past? I do not mind if the change is before or after zipping the content.










share|improve this question









New contributor




Johnny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2





    Possible duplicate of tar's equivalent of zip -o (--latest-time)?

    – Thomas Dickey
    yesterday






  • 1





    try man touch

    – ctrl-alt-delor
    yesterday


















0















I have a folder of contents which I wish to archive. Each file has a different last modified date. Is there a way to change the last modified date of all the files to a specific one from the past? I do not mind if the change is before or after zipping the content.










share|improve this question









New contributor




Johnny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2





    Possible duplicate of tar's equivalent of zip -o (--latest-time)?

    – Thomas Dickey
    yesterday






  • 1





    try man touch

    – ctrl-alt-delor
    yesterday














0












0








0








I have a folder of contents which I wish to archive. Each file has a different last modified date. Is there a way to change the last modified date of all the files to a specific one from the past? I do not mind if the change is before or after zipping the content.










share|improve this question









New contributor




Johnny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have a folder of contents which I wish to archive. Each file has a different last modified date. Is there a way to change the last modified date of all the files to a specific one from the past? I do not mind if the change is before or after zipping the content.







osx date zip






share|improve this question









New contributor




Johnny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Johnny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited yesterday







Johnny













New contributor




Johnny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









JohnnyJohnny

11




11




New contributor




Johnny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Johnny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Johnny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 2





    Possible duplicate of tar's equivalent of zip -o (--latest-time)?

    – Thomas Dickey
    yesterday






  • 1





    try man touch

    – ctrl-alt-delor
    yesterday














  • 2





    Possible duplicate of tar's equivalent of zip -o (--latest-time)?

    – Thomas Dickey
    yesterday






  • 1





    try man touch

    – ctrl-alt-delor
    yesterday








2




2





Possible duplicate of tar's equivalent of zip -o (--latest-time)?

– Thomas Dickey
yesterday





Possible duplicate of tar's equivalent of zip -o (--latest-time)?

– Thomas Dickey
yesterday




1




1





try man touch

– ctrl-alt-delor
yesterday





try man touch

– ctrl-alt-delor
yesterday










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Johnny is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510941%2frewrite-files-last-modified-date%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Johnny is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Johnny is a new contributor. Be nice, and check out our Code of Conduct.













Johnny is a new contributor. Be nice, and check out our Code of Conduct.












Johnny is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510941%2frewrite-files-last-modified-date%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...