On Fri, Aug 04, 2006 at 11:01:08AM -0400, Ken wrote:
> I'm getting this error when it try to run your script:
> "find: /tmp/z: No such file or directory"
> and the command I'm running it with, not sure if this is right,
> find /home/www.site.com/members/ -name '*.mp3' -exec /tmp/z {} \;
> thanks again,
> -Ken
Did you write a script called /tmp/z with these contents and make it
executable?
> On 8/3/06, Warren Toomey <[EMAIL PROTECTED]> wrote:
> > Write a script called /tmp/z like this
> >
> > #!/bin/sh
> > infile=$1
> > dir=`dirname $infile`
> > base=`basename $infile`
> > outfile="$dir/stream_$base"
> > lame -b 64 -f -m s $infile $outfile
> >
> > Make it executable, and test it with a single input file.
_______________________________________________
mp3encoder mailing list
[email protected]
https://minnie.tuhs.org/mailman/listinfo/mp3encoder