runzip

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2024 License: BSD-2-Clause Imports: 6 Imported by: 0

README

runzip

A command line utility for unpacking .rar files.

USAGE
	runzip <archive.rar> [./dst/]

EXAMPLES
	runzip ./archive.rar                 # ./inner-dir/
	runzip ./archive.rar ./existing-dir/ # ./existing-dir/inner-dir/
	runzip ./archive.rar ./new-dir/      # ./new-dir/

For archives with a single file or folder, this will extract that to the given directory.

For archives with multiple files or folders, it will create a directory of the same name as the archive.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL