From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3459 invoked by alias); 22 Jun 2015 03:18:03 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20261 Received: (qmail 14775 invoked from network); 22 Jun 2015 03:18:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 Date: Mon, 22 Jun 2015 05:17:53 +0200 From: Meino.Cramer@gmx.de To: zsh-users@zsh.org Subject: ls -l *(/)... Message-ID: <20150622031753.GA4342@solfire> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Provags-ID: V03:K0:HHTytNuiCeK2XDRHPSCpc3qzBphm++mY/OHri7uZp5G7ArTC6H/ v99ts+XADhvv/4QZrVCCVKFvqO+qbafKMdGbkZ+9y/WnLo5A32Mrys4QB7JHy0h/iPFxVGU uuDlKvk6XWlmBVjfwK9JFg7+ipxLCqq15GT6y5xvRYJ9W8clhwnQeIQEyXcpNqJVmGxbTxo AU29vrcM5cwZ8ObP2HBXA== X-UI-Out-Filterresults: notjunk:1;V01:K0:pifjPeFhqGw=:0aLbVdoHGPzBUUMINeLj1/ 9DMa2rxUNYjPBVIC9P2LxQcCre5E6EVDR9WFYfAUvvQErwT4MQCQJozz6+o/+azBNZv+uev+j jLveY0yMdAbQAdD5qts9Q5rzwxHNc/WuDH53ShCov+FAYP/MRXJFBKRO85KXhdQMEBsaIf7pS 03CpRa692D67kGs1k3gpN3hzfkhAvYd1ea57pUsxy/KbiEwaj91wrrUIKS52hr63JRbN4vV2G fVQ5nOTnLnydZrTZSHvNcoM8YpTeq1iL+57q0PC9Ts2foz8ZNs/SFMmFqUELZMhmiPRdz4N8O NBih5gBjYSytVF4X0IY4gVT75uKQEU8AcJ2oRV9cMWmHza9d9xMYjvhVKbQhdC/S9eCUOkb3k Gve4ObHGcM4eLwCeDjtBFviCGlnZmmvEq+5SJB7DP5Bd1iA6h8wA2cN9CRymoAY+6rbY5OEB9 /HZYvp5Z9TS9b1zCUSvaL6TazEg6dZyEd9WCHs0v3FuFI6X58LweqcirO9x/TwsbtaAYE32lS Ki9zOXY0kxMQJpM+AorN3RYZFDM1+JmVG0qFV1nAredqdoAKn9gZL0fPtuxzZdsDpw+PwPUY6 AO2I6KlJVmG0i9zfg0zpwaN0cJnl24jfihU1XWM0gEtXmx6MGWzV0GovL9i41dXRFHf5hGljq dZK9C76gdei1i9CWnNeFS+xskWP/jDJ/GcdmjLLhN0FvAEg== Hi, I have a directory, which is filled with files and one addtional level of directoriew. In these directories again there are files. Being in the directory which contains one level of directories in which....bla bla: Being there I want to list all files in the directories in the current directory which their full but relative paths. I tried ls -l *(/) which gaves me an outout layout comparable to what I get when doing a ls - Rl...which is not what I want. Then I tried ls -ld *(/)/. which results in: zsh: bad pattern: *(/)/* hmmmm.... Any other way to accomplish, what I want - with zsh? Thanks a lot for any help in advance! Best regards, Meino