#!/bin/sh for i in `ls "$@"`; do # sox "$i" "$i".mp3 echo "$i" done