Re: Listing absolute path of file

From: Andreas Kahari (ak+usenet_at_freeshell.org)
Date: 11/18/03


Date: Tue, 18 Nov 2003 12:02:24 +0000 (UTC)

In article <1069154646.787003@internet.fina.hr>, Pipiron wrote:
>
> Hi everyone,
>
> does anyone know how can I get list of content of directory together with
> absolute paths of files in it?
> I am using AIX 4.3.3

This will do it recursively:

    find /path/to/dir -print

-- 
Andreas Kähäri