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