Categories
Sharutils
Sharutils consists of two shell archiving utilities: "shar" and "unshar."
"shar" makes shell archives out of many files and preps them for transmission by email. A shell archive is a collection of files that can be unpacked by /bin/sh. Among other things, the program can compress files, uuencode binary files, split long files and construct multi-part mailings, ensure correct unsharing order, and provide simplistic checksums.
"unshar" scans mail archives, looks for the start of shell archives, and automatically strips off headers and other introductory text. The bodies of the messages are then unpacked by a copy of the shell; the program may also process files containing linked shell archives.
Last updated 2 Jul, 2007
About
Leadership
- Bruce Korb - Maintainer
- Jan Djarv - Contributor
Related Projects
Subprograms
shar, unshar
Versions
4.7
4.7 stable released 2007-07-01
- Released: 1 Jul, 2007
- Code Maturity: Stable
- Source Archive: ftp://ftp.gnu.org/pub/gnu/sharutils/
- Licenses: GPLv3orlater
- Interfaces: Command Line
User Community and Support
User manual included and available from http://www.gnu.org/software/sharutils/manual/



