KAR simple text-file archiver program in C and SH by Craig Bruce. This program will produce an archive of multiple text files. The useful properties of this program are that the archive format is very simple and can be de-archived by ad-hoc means (although the de-archiver is included) and the archiver format is all text, so you can view the archive file to read its contents if you want; just don't change it. Its usage is as follows: kar filename ... >archivefile unkar filename I will write more details later... Keep on Hackin'! -Craig Bruce csbruce@ccnga.uwaterloo.ca