# File lib/specinfra/command/freebsd/base/file.rb, line 45
    def get_md5sum(file)
        "md5 #{escape(file)} | cut -d ' ' -f 4"
    end