Re: difficult-to-phrase question...

2009-09-08 Thread RW
On Mon, 7 Sep 2009 18:34:15 -0700 Gary Kline wrote: > On Tue, Sep 08, 2009 at 01:56:12AM +0100, RW wrote: > > Wouldn't you be better-off just turning-off session management, and > > using autostart instead > > > > sounds like a good idea; how do i accomplish this? The Session Manager

Re: difficult-to-phrase question...

2009-09-07 Thread Gary Kline
On Tue, Sep 08, 2009 at 01:56:12AM +0100, RW wrote: > On Wed, 2 Sep 2009 16:43:30 -0700 > Gary Kline wrote: > > > > > i can use grep to find "S" and grep gives me the file[s] that > > have the string. now, is there any easy way of reading that > > file, or deleting or otherwise mung

Re: difficult-to-phrase question...

2009-09-07 Thread RW
On Wed, 2 Sep 2009 16:43:30 -0700 Gary Kline wrote: > > i can use grep to find "S" and grep gives me the file[s] that > have the string. now, is there any easy way of reading that > file, or deleting or otherwise munging that file? > > nutshell is that every time i rebo

Re: difficult-to-phrase question...

2009-09-03 Thread Gary Kline
On Thu, Sep 03, 2009 at 02:05:57AM +0200, Polytropon wrote: > On Wed, 2 Sep 2009 16:43:30 -0700, Gary Kline wrote: > > i'm looking for a file what contains string "S". the filename > > in this case has a zillion letters, but that beside the point. > > > > i can use grep to find "S" a

Re: difficult-to-phrase question...

2009-09-03 Thread Gary Kline
On Wed, Sep 02, 2009 at 08:02:18PM -0400, Jon Radel wrote: > Gary Kline wrote: > > > > guys, (of either gender) > > > > here's one that is a bit difficult to figure out how to ask, but > > here's my first shot: > > > > i'm looking for a file what contains string "S". the filename >

Re: difficult-to-phrase question...

2009-09-02 Thread Adam Vande More
On Wed, Sep 2, 2009 at 6:43 PM, Gary Kline wrote: > >guys, (of either gender) > >here's one that is a bit difficult to figure out how to ask, but >here's my first shot: > >i'm looking for a file what contains string "S". the filename >in this case has a zi

Re: difficult-to-phrase question...

2009-09-02 Thread Polytropon
On Wed, 2 Sep 2009 16:43:30 -0700, Gary Kline wrote: > i'm looking for a file what contains string "S". the filename > in this case has a zillion letters, but that beside the point. > > i can use grep to find "S" and grep gives me the file[s] that > have the string. now,

Re: difficult-to-phrase question...

2009-09-02 Thread Jon Radel
Gary Kline wrote: guys, (of either gender) here's one that is a bit difficult to figure out how to ask, but here's my first shot: i'm looking for a file what contains string "S". the filename in this case has a zillion letters, but that beside the point

difficult-to-phrase question...

2009-09-02 Thread Gary Kline
guys, (of either gender) here's one that is a bit difficult to figure out how to ask, but here's my first shot: i'm looking for a file what contains string "S". the filename in this case has a zillion letters, but that beside the point. i can use