# File lib/specinfra/command/base/file.rb, line 91
    def get_md5sum(file)
      "md5sum #{escape(file)} | cut -d ' ' -f 1"
    end