Re: regex for shared object files

2002-01-10 Thread John W. Krahn
Zentara wrote: > > Hi, Hello, > I'm trying to find all .so.xxx files on my system. > Eventually I want to do things with them, but for > now I just want to identify them. > > I pretty much have it, except I'm lacking enough > regex knowledge to separate out the so from the .so. > files. > >

Re: regex for shared object files

2002-01-10 Thread Christopher Solomon
On Thu, 10 Jan 2002, Christopher Solomon wrote: > > On Thu, 10 Jan 2002, zentara wrote: > > > Hi, > > I'm trying to find all .so.xxx files on my system. > > Eventually I want to do things with them, but for > > now I just want to identify them. > > > > I pretty much have it, except I'm lacking en

Re: regex for shared object files

2002-01-10 Thread Christopher Solomon
On Thu, 10 Jan 2002, zentara wrote: > Hi, > I'm trying to find all .so.xxx files on my system. > Eventually I want to do things with them, but for > now I just want to identify them. > > I pretty much have it, except I'm lacking enough > regex knowledge to separate out the so from the .so. > f

Re: regex for shared object files

2002-01-10 Thread Curtis Poe
--- zentara <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to find all .so.xxx files on my system. > Eventually I want to do things with them, but for > now I just want to identify them. > > I pretty much have it, except I'm lacking enough > regex knowledge to separate out the so from the .so. >

RE: regex for shared object files

2002-01-10 Thread Mark Anderson
your original regex is matching any character before the so, and you want to match an actual period. /\/\ark -Original Message- From: zentara [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 3:31 PM To: [EMAIL PROTECTED] Subject: regex for shared object files

regex for shared object files

2002-01-10 Thread zentara
Hi, I'm trying to find all .so.xxx files on my system. Eventually I want to do things with them, but for now I just want to identify them. I pretty much have it, except I'm lacking enough regex knowledge to separate out the so from the .so. files. I'm matching cursor moc_sound libqt.so.2 lib