Mass file extension renaming in Linux
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 …