Re: something regards "find"

2012-01-04 Thread Tony Baldwin
On Wed, Jan 04, 2012 at 12:19:18PM +0100, Wilko Fokken wrote: > On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: > > Hi, > > > > I don't know how to find one file out, > > > > one file contains some numbers, like > > > > 7.9 2.4 4.2 12.2 and etc > > > > I can't remember the file name. I tried:

Re: something regards "find"

2012-01-04 Thread lina
On Wednesday 04,January,2012 08:01 PM, Wilko Fokken wrote: On Wed, Jan 04, 2012 at 12:42:36PM +0100, pedro insua wrote: On 4 January 2012 12:19, Wilko Fokken wrote: On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: Hi, I don't know how to find one file out, one file contains some number

Re: something regards "find"

2012-01-04 Thread Wilko Fokken
On Wed, Jan 04, 2012 at 12:42:36PM +0100, pedro insua wrote: > On 4 January 2012 12:19, Wilko Fokken wrote: > > On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: > >> Hi, > >> > >> I don't know how to find one file out, > >> > >> one file contains some numbers, like > >> > >> 7.9 2.4 4.2 12.2

Re: something regards "find"

2012-01-04 Thread pedro insua
On 4 January 2012 12:19, Wilko Fokken wrote: > On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: >> Hi, >> >> I don't know how to find one file out, >> >> one file contains some numbers, like >> >> 7.9 2.4 4.2 12.2 and etc >> >> I can't remember the file name. I tried: >> >> $ grep -e "7.9" -e

Re: something regards "find"

2012-01-04 Thread Wilko Fokken
On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: > Hi, > > I don't know how to find one file out, > > one file contains some numbers, like > > 7.9 2.4 4.2 12.2 and etc > > I can't remember the file name. I tried: > > $ grep -e "7.9" -e "2.4" -e "4.2" -e "12.2" */* > > $ grep -e "7.9" -e "2.4"

Re: something regards "find"

2011-12-30 Thread weimen
于 2011-12-30 12:04, lina 写道: Hi, I don't know how to find one file out, one file contains some numbers, like 7.9 2.4 4.2 12.2 and etc I can't remember the file name. I tried: $ grep -e "7.9" -e "2.4" -e "4.2" -e "12.2" */* $ grep -e "7.9" -e "2.4" -e "4.2" -e "12.2" */*/* not work, Thanks

Re: something regards "find"

2011-12-29 Thread Javier Vasquez
On 12/29/11, lina wrote: > Hi, > > I don't know how to find one file out, > > one file contains some numbers, like > > 7.9 2.4 4.2 12.2 and etc > > I can't remember the file name. I tried: > > $ grep -e "7.9" -e "2.4" -e "4.2" -e "12.2" */* > > $ grep -e "7.9" -e "2.4" -e "4.2" -e "12.2" */*/* > >

something regards "find"

2011-12-29 Thread lina
Hi, I don't know how to find one file out, one file contains some numbers, like 7.9 2.4 4.2 12.2 and etc I can't remember the file name. I tried: $ grep -e "7.9" -e "2.4" -e "4.2" -e "12.2" */* $ grep -e "7.9" -e "2.4" -e "4.2" -e "12.2" */*/* not work, Thanks with best regards, -- To UN