Re: [mp3encoder] lame and linux!

2006-08-04 Thread Ken
awesome! thanks guys! I'll try that this morning. cheers, -Ken On 8/3/06, Stephen Swinsburg [EMAIL PROTECTED] wrote: Heres the perl equivalent: #!/usr/bin/perl -w # # script to process all mp3 files under a given directory or directories # use File::Find; no warnings 'File::Find';

Re: [mp3encoder] lame and linux!

2006-08-04 Thread Ken
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 On 8/3/06, Warren Toomey [EMAIL PROTECTED] wrote:

Re: [mp3encoder] lame and linux!

2006-08-04 Thread Rupert Chen
I often use grep in conjunction with find and xargs. Check out xargs, it might do exactly what you want or at least some of it. On 8/4/06, Ken [EMAIL PROTECTED] 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

Re: [mp3encoder] lame and linux!

2006-08-04 Thread Warren Toomey
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,

Re: [mp3encoder] lame and linux!

2006-08-04 Thread Steve Swinsburg
What version Perl are you running? I just ran it on my machine and it worked fine. $ perl -v This is perl, v5.8.7 built for i486-linux Hope this helps. hmm, i got this error trying to run the perl script: [EMAIL PROTECTED] home]# ./lame.pl unknown warnings category 'File::Find' at