tar

command
v0.0.0-...-ed07a65 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2019 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

Create and extract tar archives.

Synopsis:

tar [OPTION...] [FILE]...

Description:

This command line can be used only in the following ways:
   tar -cvf x.tar directory/         # create
   tar -cvf x.tar file1 file2 ...    # create
   tar -tvf x.tar                    # list
   tar -xvf x.tar directory/         # extract

Options:

-c: create a new tar archive from the given directory
-x: extract a tar archive to the given directory
-v: verbose, print each filename (optional)
-f: tar filename (required)
-t: list the contents of an archive

TODO: The arguments deviates slightly from gnu tar.

Jump to

Keyboard shortcuts

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