Name | Modified | Size | Downloads / 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
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.