File overwriting

Hi, An application is transferring a file to linux system with same file name. As file is transferring with same name always file will be overwritten. In this case we want to know what times file was overwirtten like below.

Modify: 2014-05-12 00:52:01.000000000
Modify: 2014-05-12 00:54:04.000000000
Modify: 2014-05-12 00:55:06.000000000
Modify: 2014-05-12 00:56:10.000000000

Is there a linux command to findout all modified timestamps of a file.

thanks

You might want to check out stat filename

"all" means "one", since there's only one. See stat.