From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25864 invoked from network); 18 Jan 2002 10:43:38 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 18 Jan 2002 10:43:38 -0000 Received: (qmail 19792 invoked by alias); 18 Jan 2002 10:43:21 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4596 Received: (qmail 19781 invoked from network); 18 Jan 2002 10:43:21 -0000 Date: Fri, 18 Jan 2002 11:43:17 +0100 From: Sven Guckes To: ZShell Users Subject: list of files with full path Message-ID: <20020118104317.GA23929@ritz.math.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i X-Mailer: Mutt http://www.mutt.org/ X-Uptime: 42 days X-URL: http://go.to/guckes/ http://www.guckes.net/ X-Accept-Language: de en X-Location: Europe, Germany, Berlin X-Virus-Scanned: by AMaViS perl-11 (NAI-uvscan@math.fu-berlin.de) 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? $ ls **/*(???) /dir/file /dir/subdir1/file1 /dir/subdir1/file2 /dir/subdir2/file1 /dir/subdir2/file2 etc There *must* be something for that with the ZShell, right? ;-) Sven