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