Cross-posted
Much needed help - Dev Shed

Really simple archiver:
cat foo.txt bar.txt > archive.txt

Now you start to figure out:
- how to store the filename
- how to store the size
so that...