From owner-freebsd-current@freebsd.org Fri Apr 7 04:33:54 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44C1DD32E76 for ; Fri, 7 Apr 2017 04:33:54 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from mx1.scaleengine.net (mx1.scaleengine.net [209.51.186.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29982AF1 for ; Fri, 7 Apr 2017 04:33:53 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from [10.1.1.2] (unknown [10.1.1.2]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 8F18013A86 for ; Fri, 7 Apr 2017 04:33:46 +0000 (UTC) Subject: Re: problem with ls, not show a correct list To: freebsd-current@freebsd.org References: From: Allan Jude Message-ID: <25969d2c-6857-77a4-86a4-08b22f15cbfe@freebsd.org> Date: Fri, 7 Apr 2017 00:33:34 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2017 04:33:54 -0000 On 2017-04-06 23:12, Nilton José Rizzo wrote: > Hi all > > Look this command on a FreeBSD -current > > % ls -d /usr/ports/[a-z]* > /usr/ports/accessibility /usr/ports/math > /usr/ports/arabic /usr/ports/misc > /usr/ports/archivers /usr/ports/Mk > /usr/ports/astro /usr/ports/MOVED > /usr/ports/audio /usr/ports/multimedia > % echo /usr/ports/[a-z]* > /usr/ports/accessibility /usr/ports/arabic /usr/ports/archivers > /usr/ports/astro /usr/ports/audio /usr/ports/base /usr/ports/benchmarks > /usr/ports/biology /usr/ports/cad /usr/ports/CHANGES /usr/ports/chinese > /usr/ports/comms /usr/ports/CONT > alguém sabe o motivo desse erro? > % ls -d /usr/src/[a-z]* > /usr/src/bin /usr/src/Makefile.libcompat > /usr/src/cddl /usr/src/ObsoleteFiles.inc > /usr/src/contrib /usr/src/README > /usr/src/COPYRIGHT /usr/src/release > > What's I do wrong? > > % set > > addsuffix > anyerror > argv () > csubstnonl > cwd /home2/rizzo/src/repositorio/bsdday-2017 > dirstack /home2/rizzo/src/repositorio/bsdday-2017 > echo_style bsd > edit > euid 1000 > euser rizzo > gid 0 > group wheel > history 100 > home /home2/rizzo > killring 30 > loginsh > owd /home2/rizzo/src/repositorio/Rural > path (/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin > /home2/rizzo/bin) > prompt %# > prompt2 %R? > prompt3 CORRECT>%R (y|n|e|a)? > shell /bin/csh > shlvl 1 > status 0 > tcsh 6.18.01 > term screen > tty pts/4 > uid 1000 > user rizzoversion tcsh 6.18.01 (Astron) 2012-02-14 (x86_64-amd-FreeBSD) > options wide,nls,dl,al,kan,sm,rh,color,filec > % uname -a > FreeBSD valfenda 12.0-CURRENT FreeBSD 12.0-CURRENT #2 r313684: Sun Feb > 12 20:52:19 BRST 2017 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA amd64 > % > Maybe I am missing something. What is the problem with the output? ls just appears to be doing columns. -- Allan Jude