help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

matlab behaviour of gzip


From: Thorsten Meyer
Subject: matlab behaviour of gzip
Date: Sun, 02 Nov 2008 10:09:09 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Hi,

could someone with access to matlab try what the gzip function produces for 
these examples:

 - prepare a few files in the shell:
        mkdir ttt
        mkdir ttt/bla
        mkdir ttt/bla/blubb
        touch ttt/bla/11
        touch ttt/bla/22
        touch ttt/bla/33
        touch ttt/bla/blubb/44
        mkdir ttt/zip
 - then in matlab:
        cd ttt
        gzip("bla")
        ls (or is it dir in matlab?)
        gzip("bla", "zip")
        ls zip

What I am interested in: where do the gzipped files 11.gz etc. end up in both 
cases? Do all the .gz
files end up directly in the zip directory or is the directory hierarchy (bla 
and bla/blubb)
reproduced under zip?

In octave gzip("bla") gives an error reproduces the directory hierarchy in the 
zip directory. And
when gzip is called with out the target directory argument, it gives an error. 
I would like to know,
what matlab does before trying to fix this bug.

thanks

Thorsten



reply via email to

[Prev in Thread] Current Thread [Next in Thread]