# File lib/specinfra/command/openbsd/base/file.rb, line 39
    def get_mtime(file)
      "stat -f %m #{escape(file)}"
    end