UNIX Command Example: Display File Last Modification Date Time
Logon to UNIX command prompt then copy & past the bellow code to get the desired result:
date -r test.txt
Here "date -r" is the command to Display File Last Modification Date Time Information Here "test.txt" is the sample file If everything went well you should get some interesting result as follows:

No comments:
Post a Comment
leave your comments here..