Re: File names with spaces

2003-02-28 Thread Mike Castle
`././- -' -> `././-_-' [EMAIL PROTECTED]:45pm]~/foo(795) cat ns #!/bin/bash find -name '* *' -maxdepth 1 | while read name; do newname=$(echo $name | tr ' ' '_') mv -iv "./$name" ./$newname done Heh... forgot that find will a

Re: Question about "find -exec"

2002-07-23 Thread Mike Castle
g like: find /mnt/c -name '*.snm' | xargs -r ls -l to be significantly faster. If you expect that there will be any spaces involved, consider using -print0/-0 in addition: find /mnt/c -name '*.snm' -print0 | xargs -0 -r ls -l mrc -- Mike Castle [EMAIL PROTECTE

Re: OGG vs. MP3

2002-07-23 Thread Mike Castle
t replace your mp3 encoder with the ogg encoder. Personally, I use mp3c to drive my ripping, and in the config file, I replaced lame with the appropriate ogg tools and went from there. mrc -- Mike Castle [EMAIL PROTECTED] www.netcom.com/~dalgoda/ We are all of us livin

Re: CDDA ->MP3 Conversion

2002-07-14 Thread Mike Castle
In article <[EMAIL PROTECTED]>, Matthew Stapleton <[EMAIL PROTECTED]> wrote: >cdda2wav and BladeEnc seemed to work well for me. You may also consider lame and also switching from mp3 to ogg. mrc -- Mike Castle [EMAIL PROTECTED] www.netcom.com/~dalgoda/ W

Re: swap relocation

2001-07-05 Thread Mike Castle
efore doing any of this, read and understand the swapon/swapoff man page. mrc -- Mike Castle [EMAIL PROTECTED] www.netcom.com/~dalgoda/ We are all of us living in the shadow of Manhattan. -- Watchmen fatal ("You are in a maze of twisty compiler features, all diff

Re: ? How: DSL + linux + Earthlink

2001-06-21 Thread Mike Castle
f are fighting it. mrc -- Mike Castle [EMAIL PROTECTED] www.netcom.com/~dalgoda/ We are all of us living in the shadow of Manhattan. -- Watchmen fatal ("You are in a maze of twisty compiler features, all different"); -- gcc - To unsubscribe from this list: send the line

Re: Prblm: "GTK-config" not in PATH.

2001-06-11 Thread Mike Castle
new version of gtk+ installed (i.e., probably 1.3.x) then gtk-config isn't going to be found. It *appears* to me that you can install both the latest 1.2.* and 1.3.* of glib/gtk, but I haven't verified that there are no other conflicts. mrc -- Mike Castle [EMAIL PROTECTED]

Re: Linux 2.4

2001-05-29 Thread Mike Castle
On Tue, May 29, 2001 at 09:08:08PM +, Richard Adams wrote: > On Tue, 29 May 2001, Mike Castle wrote: > > Well, Linus has been saying for _years_ that there should be no symlink from > > /usr/include into the /usr/src/linux/include stuff. And since I don't > > think

Re: Linux 2.4

2001-05-29 Thread Mike Castle
e been made, all i have done is show that many distro's > still do it the linux traditional way. If distributions would still using onlyt the "traditional" libc5 or libc4 libraries, would you be as tolerant of them? If they broke from those traditions, they should break from the

Re: Linux 2.4

2001-05-29 Thread Mike Castle
On Tue, May 29, 2001 at 06:40:34PM +, Richard Adams wrote: > On Tue, 29 May 2001, Mike Castle wrote: > > The problem is libc. > > As far as i see it, it is NOT a lib problem, anyway how could it be a libc > problem when in this day and age we use "glibc". libc I

Re: Linux 2.4

2001-05-29 Thread Mike Castle
hen you may run into these types of issues. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the