# File lib/specinfra/command/base/file.rb, line 140
    def get_mtime(file)
      "stat -c %Y #{escape(file)}"
    end