command to list all the files and with the path also

Al Sparks data345 at yahoo.com
Wed Jul 5 23:33:04 UTC 2006


--- "Scott R. Godin" <scott.g at mhg2.com> wrote:

> On Wed, 5 Jul 2006 08:11:30 -0700 (PDT), Al Sparks wrote:
> 

   [snip]
> or if you just want the paths and not the extra info, remove the -l 
>     find -type d -exec ls -d {} \;

There's no difference in output between:
    find -type d
and
    find -type d -exec ls -d {} \;
  === Al




More information about the users mailing list