Re: Finding a file

1999-12-24 Thread Charles Galpin
no, [root@pooh majordomo]# which slocate /usr/bin/slocate [root@pooh majordomo]# rpm -qf `which slocate` slocate-2.0-3 [root@pooh majordomo]# rpm -qf `which locate` slocate-2.0-3 hth charles On Wed, 22 Dec 1999, Andy Thomas wrote: > I can't get slocate to run. Is it in a seperate "package" fr

Re: Finding a file

1999-12-24 Thread Andy Thomas
I can't get slocate to run. Is it in a seperate "package" from locate? TIA Andy -- > From: Eddie Strohmier <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Finding a file > Date: Thursday, December 23, 1999 10:27 PM > > locate s

Re: Finding a file

1999-12-24 Thread Manuel Camacho
On Fri, 24 Dec 1999, K Old wrote: > I have used 'find', 'locate', and 'grep' to try to find it. Hi Kevin! Have you tried upgrading the locate database? It is updated automatically... at about 3:00 am. If you do not have your system on at that time, it just wont update. On 5.2 you can run update

Re: Finding a file

1999-12-23 Thread Vidiot
>find / -name "*ilenam*" -print The -print is not necessary with GNU find, if that is all you are doing. Also, use -iname, just in case the name had some cap letters. MB -- e-mail: [EMAIL PROTECTED] Bart: Hey, why is it destroying other toys? Lisa: They must have programmed it to elimi

Re: Finding a file

1999-12-23 Thread Eddie Strohmier
x27;s file locations. Eddie Strohmier Bonwell Globalnet www.bonwell.com - Original Message - From: K Old <[EMAIL PROTECTED]> To: Red Hat List <[EMAIL PROTECTED]> Sent: Friday, December 24, 1999 1:14 AM Subject: Finding a file > Hello, > > I am trying to find a file that i

Re: Finding a file

1999-12-23 Thread Allen Bolderoff
> Hello, > > I am trying to find a file that is somewhere on my system, but I can't seem > to find it. > > I have used 'find', 'locate', and 'grep' to try to find it. > > Can someone tell me how to simply find a file in any directory on my system? > > Thanks, > Kevin locate filename or find

Finding a file

1999-12-23 Thread K Old
Hello, I am trying to find a file that is somewhere on my system, but I can't seem to find it. I have used 'find', 'locate', and 'grep' to try to find it. Can someone tell me how to simply find a file in any directory on my system? Thanks, Kevin -- To unsubscribe: mail [EMAIL PROTECTED] wit