On 12/29/11, lina <lina.lastn...@gmail.com> 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" */*/*
>
> not work,
>
> Thanks with best regards,


Is that all deep you want to go?  You can use "-r" (man grep) for
recursive, in case it's found deeper, and just provide the common root
to all directories...

-- 
Javier.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/calurrgelfjsmj6_7x2khq8yxoanunnvwihj1uwp3m9lf7db...@mail.gmail.com

Reply via email to