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.
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