Rewrite files last modified date The 2019 Stack Overflow Developer Survey Results Are Intar'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?
Why isn't airport relocation done gradually?
Idiomatic way to prevent slicing?
A poker game description that does not feel gimmicky
Manuscript was "unsubmitted" because the manuscript was deposited in Arxiv Preprints
What is a mixture ratio of propellant?
What does "sndry explns" mean in one of the Hitchhiker's guide books?
Is bread bad for ducks?
Why Did Howard Stark Use All The Vibranium They Had On A Prototype Shield?
Inversion Puzzle
JSON.serialize: is it possible to suppress null values of a map?
Could JWST stay at L2 "forever"?
Extreme, unacceptable situation and I can't attend work tomorrow morning
Does light intensity oscillate really fast since it is a wave?
What is the best strategy for white in this position?
How to create dashed lines/arrows in Illustrator
What is this 4-propeller plane?
How are circuits which use complex ICs normally simulated?
Does a dangling wire really electrocute me if I'm standing in water?
If the Wish spell is used to duplicate the effect of Simulacrum, are existing duplicates destroyed?
Is domain driven design an anti-SQL pattern?
Why do UK politicians seemingly ignore opinion polls on Brexit?
Is there a name of the flying bionic bird?
Inline version of a function returns different value then non-inline version
Is flight data recorder erased after every flight?
Rewrite files last modified date
The 2019 Stack Overflow Developer Survey Results Are Intar'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;
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
New contributor
add a comment |
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
New contributor
4
Possible duplicate of tar's equivalent of zip -o (--latest-time)?
– Thomas Dickey
Apr 6 at 19:32
1
tryman touch
– ctrl-alt-delor
Apr 6 at 21:22
add a comment |
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
New contributor
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
osx date zip
New contributor
New contributor
edited Apr 6 at 19:11
Johnny
New contributor
asked Apr 6 at 19:02
JohnnyJohnny
11
11
New contributor
New contributor
4
Possible duplicate of tar's equivalent of zip -o (--latest-time)?
– Thomas Dickey
Apr 6 at 19:32
1
tryman touch
– ctrl-alt-delor
Apr 6 at 21:22
add a comment |
4
Possible duplicate of tar's equivalent of zip -o (--latest-time)?
– Thomas Dickey
Apr 6 at 19:32
1
tryman touch
– ctrl-alt-delor
Apr 6 at 21:22
4
4
Possible duplicate of tar's equivalent of zip -o (--latest-time)?
– Thomas Dickey
Apr 6 at 19:32
Possible duplicate of tar's equivalent of zip -o (--latest-time)?
– Thomas Dickey
Apr 6 at 19:32
1
1
try
man touch
– ctrl-alt-delor
Apr 6 at 21:22
try
man touch
– ctrl-alt-delor
Apr 6 at 21:22
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
-date, osx, zip
4
Possible duplicate of tar's equivalent of zip -o (--latest-time)?
– Thomas Dickey
Apr 6 at 19:32
1
try
man touch
– ctrl-alt-delor
Apr 6 at 21:22