Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: list of files with full path



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