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