B
Bart Van der Donck
Hello,
I am on FreeBSD.
my @stat = stat "file.txt";
print "Last modified: ";
print time()-$stat[9]." seconds ago";
Is there a way to find out when file.txt was last changed ?
I'm facing a situation when a file could legally be (re-)written with
the same content. Don't ask me how I got there
Thanks for any hints,
I am on FreeBSD.
my @stat = stat "file.txt";
print "Last modified: ";
print time()-$stat[9]." seconds ago";
Is there a way to find out when file.txt was last changed ?
I'm facing a situation when a file could legally be (re-)written with
the same content. Don't ask me how I got there
Thanks for any hints,