# File lib/facets/core/fileutils/compress.rb, line 97
  def unzip( file )
    cmd = "zip -xf #{file}"
    puts cmd
    system cmd
  end