[LAU] Re: OT: Combining a LOT of files
"Josh Lawrence" <joshlawrence-97jfqw80gc5Wk0Htik3J/[email protected]>
| Newsgroups | gmane.linux.audio.users |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 9, 2025, at 4:27 PM, Gerhard Zintel wrote:
> Maybe as a starting point (works in one folder):
>
> #!/bin/bash
>
> for i in *-L.wav
> do
> NAME=${i%%-L.wav}
> echo "sox -M ${NAME}-L.wav ${NAME}-R.wav $NAME.wav"
> done
that looks good, I'll play with find and what you've done here with the name matching (along with other suggestions).
thank you for replying!
Josh
_______________________________________________
Linux-audio-user mailing list -- linux-audio-user-cunTk1MwBs/[email protected]
To unsubscribe send an email to linux-audio-user-leave-cunTk1MwBs/[email protected]