Questions tagged [date-modified]
10 questions
6
votes
2 answers
Rename files to add date modified to filename with Windows CMD or simple .TXT
I am attempting to rename a large batch of files to incorporate the dates in the "Date Modified" column from File Explorer into each filename in YYYYMMDD format. I was able to generate a report from the desired file folder of all the files inside…
newbie
- 63
- 1
- 1
- 5
5
votes
2 answers
Can I tell the last modified date on an SSIS package from Integration Services
Using SQL Server 2005 (and 2008)
With a DTS package, I can open it, and it lists the date that the package was last modified. I have some SSIS packages, and I need to know if they have been modified since our last release. Is there any way to tell…
thursdaysgeek
- 326
- 1
- 3
- 10
3
votes
1 answer
batch - File last modification time with seconds
I want to know when a file has been modified for the last time.
I can get these infos using the following batch script:
FOR %%i IN (myfile) DO SET modif_time=%%~ti
The problem is how to get the second of the last modification ? and the command %~t…
user3133076
- 63
- 7
2
votes
2 answers
How do I limit 'git ls-tree' to certain filetypes?
I need to generate a list of all the images and css files with the modified dates, from a commit, for example.
git ls-tree -r --name-only HEAD | while read filename; do
echo "$(git log -1 --format="%ad" -- $filename) $filename"
done
How would I…
Kari
- 21
- 2
1
vote
0 answers
What is modifying the CREATE date of my files?
A fairly advanced Windows user here (operating at 3rd Line/TA level for 15 years).
Today is 16th June 2016...
I just browsed through a 100GB of photos within my local Pictures folder collected over the last 20 years or so. I noticed that every…
Spirited Warrior
- 19
- 2
1
vote
1 answer
list all files with the same name in order of when they were modified
I have a directory, let's call it htdocs/live/. Many different directories are underneath this directory, each with a file commonFunctions.js living in the js directory.
For example, here is the structure of a few of the directories containing…
bvpx
- 113
- 1
- 5
1
vote
2 answers
Why, sometimes the full content is returned unchanged, while If-Modified-Since is set?
my php-generated thumbnail files and combined javascript and css files (all having their expiration dates anc cache=public set etc) return the full content sometimes, other times they load from proxy cache!
This is the comment that redbot.org…
Sam
- 403
- 3
- 7
- 23
1
vote
1 answer
Editing modification times of files on Mac OS X
How can I set the modification time of a file on Mac OS X from the command line?
hekevintran
- 353
- 3
- 5
- 15
1
vote
1 answer
How to check the last time a directory was modified in linux
I am trying to write a backup solution, which will take snapshots of a folder using hardlinks and rsync, every hour it will run though its thing, and take the snapshot. I have most of it sorted already, it's just small details that I'm missing.
I'm…
Thingomy
- 33
- 7
0
votes
1 answer
FTP in Windows Explorer's date modified timestamp is off by 5 hours
We are using Serv-U as our FTP server on Windows Server 2008 R2.
When I use windows explorer on a Windows 7 desktop to connect to the ftp site the Date Modified timestamp is off by exactly 5 hours...But if I use other ftp clients(Firefox and…
Neil Hoff
- 115
- 1
- 7