# File lib/facets/core/fileutils/compress.rb, line 135
    def untar_bzip( file )
      puts "tar --bzip2 -xf #{file}"
    end