Re: [newbie] file name format in Grip

2003-08-14 Thread Richard Urwin
On Tuesday 12 Aug 2003 5:05 am, Todd Slater wrote: > On Tue, Aug 12, 2003 at 12:41:05AM +0100, Richard Urwin wrote: > > On Monday 11 Aug 2003 9:08 pm, Todd Slater wrote: > > > On Mon, Aug 11, 2003 at 01:28:59PM -0500, fifner the dragon wrote: > > > > Hi all, > > > > > > > > I just started to rip my

Re: [newbie] file name format in Grip

2003-08-14 Thread Todd Slater
On Tue, Aug 12, 2003 at 08:04:14AM +0100, Richard Urwin wrote: > > > but it isn't up to capitalising each word. The required command is > > > something like: > > > for $i in *.ogg do > > > mv $i `echo $i|sed "s/\([_ ]\)\([a-z]\)/\1\u\2/g"` > > > done > > > The sed command is correct, but I

Re: [newbie] file name format in Grip

2003-08-14 Thread Brant Fitzsimmons
fifner the dragon wrote: Hi all, I just started to rip my complete cd collection to ogg using Grip. The ogg files are named by default like: "11_sun_in_your_face.ogg" The encode file format is set to "~/mp3/%A/%d/%t_%n.ogg" I want capital letters in the beginning of every word and spaces instea

Re: [newbie] file name format in Grip

2003-08-14 Thread Todd Slater
On Tue, Aug 12, 2003 at 05:56:37PM +0100, Richard Urwin wrote: > On Tuesday 12 Aug 2003 1:43 pm, Todd Slater wrote: > > When I do for loops I do it like this: > > > > for i in *.ogg > > do > > mv "$i" someothername.ogg > > done > > > > the main difference being that the first "i" is not a varia

Re: [newbie] file name format in Grip

2003-08-12 Thread Richard Urwin
On Tuesday 12 Aug 2003 1:43 pm, Todd Slater wrote: > When I do for loops I do it like this: > > for i in *.ogg > do > mv "$i" someothername.ogg > done > > the main difference being that the first "i" is not a variable as you > have it written; I don't know if having "do" on a new line makes a

Re: [newbie] file name format in Grip

2003-08-12 Thread fifner the dragon
Aug 2003 08:04:14 +0100 To: [EMAIL PROTECTED] Subject: Re: [newbie] file name format in Grip > On Tuesday 12 Aug 2003 5:05 am, Todd Slater wrote: > > On Tue, Aug 12, 2003 at 12:41:05AM +0100, Richard Urwin wrote: > > > On Monday 11 Aug 2003 9:08 pm, Todd Slater wrote: > > > &

Re: [newbie] file name format in Grip

2003-08-11 Thread Todd Slater
On Mon, Aug 11, 2003 at 01:28:59PM -0500, fifner the dragon wrote: > Hi all, > > I just started to rip my complete cd collection to ogg using Grip. The ogg files are > named by default like: > "11_sun_in_your_face.ogg" > The encode file format is set to "~/mp3/%A/%d/%t_%n.ogg" > > I want capita