From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12798 invoked from network); 6 Feb 2005 00:24:51 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Feb 2005 00:24:51 -0000 Received: (qmail 63722 invoked from network); 6 Feb 2005 00:24:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Feb 2005 00:24:45 -0000 Received: (qmail 15317 invoked by alias); 6 Feb 2005 00:24:37 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8466 Received: (qmail 15303 invoked from network); 6 Feb 2005 00:24:36 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 6 Feb 2005 00:24:36 -0000 Received: (qmail 62690 invoked from network); 6 Feb 2005 00:24:36 -0000 Received: from out014pub.verizon.net (HELO out014.verizon.net) (206.46.170.46) by a.mx.sunsite.dk with SMTP; 6 Feb 2005 00:24:34 -0000 Received: from candle.brasslantern.com ([4.11.10.129]) by out014.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050206002349.UVLS28388.out014.verizon.net@candle.brasslantern.com>; Sat, 5 Feb 2005 18:23:49 -0600 Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j160Nh1D016868; Sat, 5 Feb 2005 16:23:43 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j160NhMA016867; Sat, 5 Feb 2005 16:23:43 -0800 From: Bart Schaefer Message-Id: <1050206002342.ZM16866@candle.brasslantern.com> Date: Sun, 6 Feb 2005 00:23:42 +0000 In-Reply-To: Comments: In reply to zzapper "Re: list all except" (Feb 5, 9:50pm) References: <20050204113026.GA4217@fruitcom.com> <1050204174426.ZM15180@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zzapper , zsh-users@sunsite.dk Subject: Re: list all except MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Authentication-Info: Submitted using SMTP AUTH at out014.verizon.net from [4.11.10.129] at Sat, 5 Feb 2005 18:23:45 -0600 X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Feb 5, 9:50pm, zzapper wrote: } } q1) Can I view what is setopted? Sure. Just run "setopt" with no arguments. For a more detailed list, first run "setopt ksh_option_print" and then "setopt". } >ls *.csv } xx.csv yy.csv Try "print *.csv" as well, just to see what you get. It may be that "ls" is hiding something from you.