decompress text files

lukeaarond lukeaarond at gmail.com
Wed Jul 13 19:01:32 CEST 2011


I have a compressed text file (Ctext.txt.gz) that I would like to decompress
and save as a normal text file (Ctext.txt). I found a unix command (gunzip)
that possibly does this, but I cannot get it to work. My code in scilab is:

unix('gunzip -c Ctext.txt.gz')

This code seems to be doing nothing. What am I doing wrong? or is there a
better way to decompress this file?

Thank you.

--
View this message in context: http://mailinglists.scilab.org/decompress-text-files-tp3166691p3166691.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list