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