• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

change directory date?

dbarton

Senior member

I have a bunch of directories that I want to set the *date* to be the same date as the files in that directory. Any util to do this, especially if it can be automated?

thanks very much
 
Which date? Creation date, modification date, metadata change date? On a Linux system you can use the touch command to set any files date to any time you want.
 

windows..

i want to change the date dispalyed when you do a "dir" so i can sort directries by date the data was created.
 
dir has an option to list the files by date created oldest to newest. dir /O: D
no space between the : and D otherwise id get a smily


Hope that works for you
 
Originally posted by: Dahak
no space between the : and D otherwise id get a smily

Sorry for being off-topic, but use the "do not parse emoticons" option when posting to prevent that.
 
Back
Top