Re: Listing absolute path of file
From: Andreas Kahari (ak+usenet_at_freeshell.org)
Date: 11/18/03
- Next message: Frank Cusack: "Re: Listing absolute path of file"
- Previous message: Pipiron: "Listing absolute path of file"
- In reply to: Pipiron: "Listing absolute path of file"
- Next in thread: Frank Cusack: "Re: Listing absolute path of file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Frank Cusack: "Re: Listing absolute path of file"
- Previous message: Pipiron: "Listing absolute path of file"
- In reply to: Pipiron: "Listing absolute path of file"
- Next in thread: Frank Cusack: "Re: Listing absolute path of file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]