Download Latest Version tar_linux-x86.zip (772.1 kB)
Email in envelope

Get an email when there's a new version of go-tar

Home
Name Modified Size InfoDownloads / Week
tar_win32.zip 2023-08-12 818.7 kB
tar_win64.zip 2023-08-12 811.5 kB
tar_openbsd-amd64.zip 2023-08-12 776.0 kB
tar_openbsd-x86.zip 2023-08-12 767.3 kB
tar_linux-x86.zip 2023-08-12 772.1 kB
tar_linux-amd64.zip 2023-08-12 780.0 kB
tar_linux-armel.zip 2023-08-12 757.8 kB
tar_freebsd-amd64.zip 2023-08-12 773.8 kB
tar_freebsd-x86.zip 2023-08-12 765.3 kB
README.md 2023-08-12 1.5 kB
Totals: 10 Items   7.0 MB 1

tar

ISC License GoDoc Go Report Card GitHub go.mod Go version GitHub release (latest by date)

Minimalist Tar Implementation written in Go

Tarballs are archive files commonly used in Unix-like operating systems to group multiple files and directories into a single file for easy storage, transport, and distribution.

Usage for tar: tar [-x|o] [-c|a] [-d|l] [-f file] [files ...]
  -a    append instead of overwrite; see also -c and -u
  -c    create; it will overwrite the original file
  -d    delete files from tarball
  -f string
        tar file ('-' for stdin/stdout)
  -l    list contents of tarball
  -o    extract to stdout; see also -x
  -s    stats
  -u    update tarball; see also -c and -a
  -x    extract; see also -o

License

This project is licensed under the MIT License.

Source: README.md, updated 2023-08-12