star

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2018 License: MIT Imports: 9 Imported by: 0

README

Simple TAR creator/extractor

install

go get -u github.com/Warashi/star

or get binary from releases

Usage

create archive
star -c [target directory] > output.tar

If you want to compress archive such as gzip, you can pipe stdout to gzip. i.e. star -c target | gzip > output.tar.gz

extract archive
star -x [destination] < input.tar

When you don't specify destination, current directory is used. If you want to compressed archive such as tar.gz, you must decompress with another tool. i.e. gzip -dc input.tar.gz | star -x dest

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