On Sunday 05 December 2010 14:11:50 Jim wrote: > would this command work ? > > "lame --decode *.mp3 No. Try this: for i in *.mp3; do lame --decode "${i}" done ...assuming the mp3 extension are lowercase... - - Jorge -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines