[vorbis-dev] Vorbize Multiple Files
Kenneth C. Arnold
kcarnold at yahoo.com
Fri Jun 23 16:25:00 PDT 2000
On Fri, Jun 23, 2000 at 01:20:49PM -0700, seanl at literati.org wrote:
> On Fri, Jun 23, 2000 at 02:59:28PM -0400, Kenneth C. Arnold wrote:
> > On Fri, Jun 23, 2000 at 02:55:15PM -0400, Kenneth C. Arnold wrote:
> > > for i in shander*.wav; do vorbize <options> "$i" "`basename $i wav`.ogg"; done
> >
> > Oops:
> >
> > for i in shander*.wav; do vorbize <options> "$i" "`basename "$i" wav`.ogg"; done
> >
> > Kenneth
>
> shouldn't that be:
>
> for i in shander*.wav; do vorbize <options> "$i" "`basename "$i" .wav`.ogg"; done
yes. (mistake in copying)
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
More information about the Vorbis-dev
mailing list