Archive for July, 2009
Mass file extension renaming in Linux
Posted by Andy Yardley in Compilation on July 19, 2009
Recently I had to change the file extensions on a lot of files in multiple directories for an asterisk install. Bascially I needed to change .g711a to .alaw in the current directory and all subdirectories. I was easily able to accomplish this in once single line which hopefully somebody may find a use for: find […]