Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: list of files with full path
- X-seq: zsh-users 4597
- From: Phil Pennock <Phil.Pennock@xxxxxxxxxxx>
- To: Sven Guckes <guckes@xxxxxxxxxxxxxxxxx>
- Subject: Re: list of files with full path
- Date: Fri, 18 Jan 2002 11:45:49 +0100
- Cc: ZShell Users <zsh-users@xxxxxxxxxxxxxx>
- In-reply-to: <20020118104317.GA23929@xxxxxxxxxxxxxxxxxxxxxx>; from guckes@xxxxxxxxxxxxxxxxx on Fri, Jan 18, 2002 at 11:43:17AM +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020118104317.GA23929@xxxxxxxxxxxxxxxxxxxxxx>
On 2002-01-18 at 11:43 +0100, Sven Guckes wrote:
> I looked at the manual about "modifiers" -
> and they all seem to cut off something.
> now, what to use to make a listing of files
> with a full path? is there a modifier for that?
Why a modifier?
> $ ls **/*(???)
> /dir/file
> /dir/subdir1/file1
> /dir/subdir1/file2
> /dir/subdir2/file1
> /dir/subdir2/file2
> etc
% ls -1d $PWD/**/*
--
If geiger counter does not click, the coffee, she is just not thick.
-- Pitr Dubovich, <http://www.userfriendly.org/>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author