From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15808 invoked by alias); 20 Nov 2011 07:02:45 -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: 16586 Received: (qmail 20772 invoked from network); 20 Nov 2011 07:02:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <111119230220.ZM23210@torch.brasslantern.com> Date: Sat, 19 Nov 2011 23:02:20 -0800 In-reply-to: <20111120054032.GA11072@solfire> Comments: In reply to meino.cramer@gmx.de "Simple problem..." (Nov 20, 6:40am) References: <20111120054032.GA11072@solfire> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Simple problem... MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 20, 6:40am, meino.cramer@gmx.de wrote: } } How have one to specify a parameter to a command on the commandline } that this expands to all files of the `pwd`, which names contains spaces? You mean like print -l *[[:space:]]* ??