01-23-04 09:54 PM
In article <1069154646.787003@internet.fina.hr>, Pipiron wrote:quote:
>
> 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
[ Post a follow-up to this message ]
|