To find a filename in all paths and directories..

Hi,

What command in Unix, we use to find the Filename - $data_file_name in
all paths and directories ?

Request you to pls lemme know ..

Thanks a lot in advance.
marconi [ Mi, 19 Dezember 2007 15:33 ] [ ID #1889974 ]

Re: To find a filename in all paths and directories..

On Dec 19, 9:33 am, marconi <kirankumar.te... [at] gmail.com> wrote:
> Hi,
>
> What command in Unix, we use to find the Filename - $data_file_name in
> all paths and directories ?
>
> Request you to pls lemme know ..

find / -name "$data_file_name" -print
Lew Pitcher [ Mi, 19 Dezember 2007 15:40 ] [ ID #1889975 ]
Linux » comp.unix.shell » To find a filename in all paths and directories..

Vorheriges Thema: comparing PIDs in shell
Nächstes Thema: Re: How do I search a file and return matching filenames?