- or download this
C:\>ls -l pid.txt
-rw-rw-rw- 1 user group 4 Sep 15 16:51 pid.txt
...
C:\>perl -lwe "print(':'.localtime((stat 'pid.txt')[10]))"
:Thu Sep 15 16:45:56 2011
- or download this
C:\>move pid.txt pid.old
1 file(s) moved.
...
C:\>perl -lwe "print(':'.localtime((stat 'pid.txt')[10]))"
:Thu Sep 15 16:45:56 2011
- or download this
C:\>del pid.txt
...
C:\>perl -lwe "print(':'.localtime((stat 'pid.txt')[10]))"
:Tue Sep 20 11:30:49 2011