From zgabor@code.hu  Wed Jun 12 05:01:59 1996
Received: from mail.EUnet.hu (mail.eunet.hu [193.225.28.100])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA27834
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Jun 1996 05:01:51 -0700 (PDT)
Received: by mail.EUnet.hu, id OAA10069; Wed, 12 Jun 1996 14:01:40 +0200
Received: from zg.CoDe.hu by CoDe.CoDe.hu (OAA02883); Wed, 12 Jun 1996 14:01:59 GMT
Received: (from zgabor@localhost) by zg.CoDe.hu (8.6.12/8.6.12) id OAA00775; Wed, 12 Jun 1996 14:16:40 +0200
Message-Id: <199606121216.OAA00775@zg.CoDe.hu>
Date: Wed, 12 Jun 1996 14:16:40 +0200
From: Zahemszky Gabor <zgabor@code.hu>
Reply-To: zgabor@code.hu
To: FreeBSD-gnats-submit@freebsd.org
Subject: ls(1)
X-Send-Pr-Version: 3.2

>Number:         1315
>Category:       bin
>Synopsis:       ls(1)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    des
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 12 05:10:04 PDT 1996
>Closed-Date:    Wed Jul 15 02:50:54 PDT 1998
>Last-Modified:  Wed Jul 15 02:51:40 PDT 1998
>Originator:     Zahemszky Gabor
>Release:        FreeBSD 2.1.0-RELEASE i386
>Organization:
>Environment:

	a) the ls command's -q option has not got an opposite - so I cannot
	force ls to output the correct character to the terminal (I got a ?
	instead)
	b) missing an option (eg -S) to sort by size
	c) missing an option (eg -b as in AT&T Unices) to force printing
	non-printable characters as octal \xyz format. - and as I see, ls
	doesn't know LANG, and LC_CTYPE (so I haven't got accented
	characters in the filenames)

>Description:

	

>How-To-Repeat:

	

>Fix:
	
	

>Release-Note:
>Audit-Trail:

From: asami@cs.berkeley.edu (Satoshi Asami)
To: FreeBSD-gnats-submit@freefall.freebsd.org, zgabor@code.hu
Cc:  Subject: Re: bin/1315: ls(1)
Date: Thu, 13 Jun 1996 00:38:48 -0700 (PDT)

  * 	b) missing an option (eg -S) to sort by size
 
 Try
 
 ls -s | sort -n
 
 Satoshi "now you know why it's also missing an option to sort by inode #" Asami

From: J Wunsch <j@uriah.heep.sax.de>
To: zgabor@code.hu
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: bin/1315: ls(1)
Date: Fri, 14 Jun 1996 09:33:10 +0200 (MET DST)

 As Zahemszky Gabor wrote:
 
 > 	a) the ls command's -q option has not got an opposite - so I cannot
 > 	force ls to output the correct character to the terminal (I got a ?
 > 	instead)
 
 ls -C | cat
 
 > 	b) missing an option (eg -S) to sort by size
 
 ls -s | sort -n | rs
 
 (Likewise for sorting by inode or by owner.)
 
 > 	c) missing an option (eg -b as in AT&T Unices) to force printing
 > 	non-printable characters as octal \xyz format. - and as I see, ls
 
 I've already thought about adding this one (and will keep the PR open
 for just this).
 
 > 	doesn't know LANG, and LC_CTYPE (so I haven't got accented
 > 	characters in the filenames)
 
 Almost no utility in 2.1R did care for LC_CTYPE unless you have been
 setting the environmental variable ENABLE_STARTUP_LOCALE.  This has
 been fixed in the current development sources.
 
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)
State-Changed-From-To: open->analyzed 
State-Changed-By: wosch 
State-Changed-When: Wed Sep 18 14:43:51 PDT 1996 
State-Changed-Why:  
analyzed by joerg. 
State-Changed-From-To: analyzed->suspended 
State-Changed-By: phk 
State-Changed-When: Mon Apr 13 02:19:40 PDT 1998 
State-Changed-Why:  
->suspended 
State-Changed-From-To: suspended->feedback 
State-Changed-By: des 
State-Changed-When: Thu Apr 23 08:59:31 PDT 1998 
State-Changed-Why:  
Fixed in -current, awaiting reactions from current and stable users. 


Responsible-Changed-From-To: freebsd-bugs->des 
Responsible-Changed-By: des 
Responsible-Changed-When: Thu Apr 23 08:59:31 PDT 1998 
Responsible-Changed-Why:  
I'm working on it. 
State-Changed-From-To: feedback->closed 
State-Changed-By: des 
State-Changed-When: Wed Jul 15 02:50:54 PDT 1998 
State-Changed-Why:  
MFCed by Jordan. 
>Unformatted:
