To find a filename in all paths and directories..
am 19.12.2007 15:33:04 von marconi
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..
am 19.12.2007 15:40:37 von Lew Pitcher
On Dec 19, 9:33 am, marconi 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