Join Mp3 From The Command Line

Ever want to join a bunch of MP3 files together at the command line?  Here's how.

In Linux/Mac: cat *.mp3 > newfile.mp3
In Windows: copy /b *.mp3 c:\new.mp3

Join Mp3 From The Command Line

No comments

Post a Comment