#!/bin/bash for file in *.wav do oggenc -b 192 "$file" done