Overview
|
Logs
|
GitHub
g.unzip
NAME
g.unzip - Unzip zip-files in a directory in parallel
KEYWORDS
general ,
zip ,
unzip ,
unpack
SYNOPSIS
g.unzip
g.unzip --help
g.unzip [-sr ] input =string [output =name ] [nprocs =integer ] [--help ] [--verbose ] [--quiet ] [--ui ]
Flags:
-s
Skip corrupt zip-file(s)
Skip corrupt zip-file(s)
-r
Remove zip-file(s) after extraction
Remove zip-file(s) after extraction
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog
Parameters:
input =string [required]
Path to the input zip-file or directory with zip-files to extract
output =name
Path to the output directory to extract zip-files to
nprocs =integer
Number of threads for parallel computing
0: use OpenMP default; >0: use nprocs; <0: use MAX-nprocs
Default: 0
g.unzip is a simple helper module to unzip all zip-files in a directory
in parallel. The user can select an
output directory, the number of parallel
processes (
nprocs ) and to remove the extracted zip-file (
r-flag ).
g.unizip -r nprocs=5 input="./"
Stefan Blumentrath
SOURCE CODE
Available at:
g.unzip source code
(history )
Accessed: Monday Jul 27 12:22:22 2026
Overview
|
Logs
|
GitHub
g.unzip
Main index |
General index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2026
GRASS Development Team ,
GRASS 8.5.1dev Reference Manual