Skip to main content

gunzip

function

babashka.fs/gunzip

(gunzip [gz-file] [gz-file dest] [gz-file dest {:keys [replace-existing]}])
Extracts `gz-file` to `dest` dir. If `dest` dir not specified (or `nil`) defaults to `gz-file` dir. File is extracted to `dest` dir with `gz-file` [[file-name]] without `.gz` extension. Creates `dest` dir(s) if necessary. The `gz-file` is not deleted. Options: * `:replace-existing` - when `true` overwrites existing file See also: [[gzip]]

No examples yet. Be the first to add one!