comparison scripts/miscellaneous/gunzip.m @ 8297:dc62132651db

doc fixes
author John W. Eaton <jwe@octave.org>
date Fri, 31 Oct 2008 06:36:35 -0400
parents a1dbe9d80eee
children eb63fbe60fab
comparison
equal deleted inserted replaced
8296:6d5a7cba5177 8297:dc62132651db
20 ## @deftypefn {Function File} {} gunzip (@var{gzfile}, @var{dir}) 20 ## @deftypefn {Function File} {} gunzip (@var{gzfile}, @var{dir})
21 ## Unpack the gzip archive @var{gzfile} to the directory @var{dir}. If 21 ## Unpack the gzip archive @var{gzfile} to the directory @var{dir}. If
22 ## @var{dir} is not specified, it defaults to the current directory. If 22 ## @var{dir} is not specified, it defaults to the current directory. If
23 ## the @var{gzfile} is a directory, all files in the directory will be 23 ## the @var{gzfile} is a directory, all files in the directory will be
24 ## recursively gunzipped. 24 ## recursively gunzipped.
25 ## @seealso{unpack, bzip2, bunzip2, tar, untar, gzip, gunzip, zip, unzip} 25 ## @seealso{unpack, bunzip2, tar, untar, gzip, gunzip, zip, unzip}
26 ## @end deftypefn 26 ## @end deftypefn
27 27
28 ## Author: Bill Denney <denney@seas.upenn.edu> 28 ## Author: Bill Denney <denney@seas.upenn.edu>
29 29
30 function varargout = gunzip (files, outputdir) 30 function varargout = gunzip (files, outputdir)