Execute Command on All Files in Directory Structure by Extension
Monday, December 29th, 2008I’ve been looking into converting a bunch of OGG files to MP3 files for a friend using BASH. As the files are organised in a directory structure, I need to traverse the directory structure, and run lame against each file to convert it. Having a look around for BASH scripts to traverse a directory structure, [...]