This is an old revision of the document!
Suppose you have ripped an audio CD and you'd like to join all of the files into a single, large mp3 file. (This is especially useful for audio books.)
1. This isn't necessary, but if you have plenty of free RAM, put all the files into a tmp directory in RAM–perhaps /tmp or /dev/shm. It might speed things up and reduce writing to your hard drive. 2. Issue the following commands in a terminal window:
cd /tmp <Enter> mp3wrap album.mp3 *.mp3 <Enter>
This info from: http://forum.tinycorelinux.net/index.php?topic=5719.0