Modified date

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mehj123
    New Member
    • Aug 2007
    • 55

    Modified date

    Hi... Can anyone tell what is the command to get the last modified date for a file? Please help
  • vinot85
    New Member
    • Aug 2007
    • 53

    #2
    Hi friend,
    You can try this command,
    #stat <filename> | grep "Modify"

    Comment

    • mehj123
      New Member
      • Aug 2007
      • 55

      #3
      Originally posted by vinot85
      Hi friend,
      You can try this command,
      #stat <filename> | grep "Modify"
      Thanks a lot for your help :)

      Comment

      Working...