You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
0e5a991130
Add pages for acl, bsdutils, hostname, login, procps, sed, tar, and util-linux.
899 B
899 B
+++
title = "tar" template = "project.html"
[extra] wip = true
+++
uutils tar is a work-in-progress Rust reimplementation of GNU tar, the ubiquitous archiving utility.
This project aims to be a drop-in replacement for GNU tar, supporting the creation, extraction, and manipulation of tar archives across platforms.
Note: This project is still in early development. Many features are not yet implemented and behavior may differ from GNU tar.
Goals
Implement a cross-platform, memory-safe tar that is compatible with GNU tar archives and command-line interface.
Contributing
To contribute to uutils tar, please see CONTRIBUTING.
License
uutils tar is licensed under the MIT License - see the LICENSE file for details.
GNU tar is licensed under the GPL 3.0 or later.