go.astrophena.name/tools Module
Personal tools.
txtar
Txtar is a tool for creating and extracting txtar archives.
Usage
To create a txtar archive:
$ txtar -c <archive> <directory>
This will create a txtar archive named <archive> containing all the files and directories from the specified <directory>.
To extract a txtar archive:
$ txtar <archive> <directory>
This will extract the contents of the txtar archive named <archive> into the specified directory.