# File lib/specinfra/command/base/file.rb, line 185
    def remove(file)
      "rm -rf #{escape(file)}"
    end