Python and bash snippets
import os, time(mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime) = os.stat(file)print "last modified: %s" % time.ctime(mtime)
No comments:
Post a Comment