UNIX Command Example: UTC or GMT Date Time File Last Modification Information
Logon to UNIX command prompt then copy & past the bellow code to get the desired result:
date -u -r test.txt
Here "date -u" is the command to UTC or GMT Date Time Information "date -u -r test.txt" is to Display File Last Modification information in UTC or GMT Date Time information "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..