Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 1995 16:10:13 +0100 (MET)
From:      Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
To:        joerg_wunsch@uriah.heep.sax.de
Cc:        freebsd-current@freebsd.org
Subject:   Re: minor change to ls -l
Message-ID:  <199512301510.QAA27444@gilberto.physik.rwth-aachen.de>
In-Reply-To: <199512301327.OAA00348@uriah.heep.sax.de> from "J Wunsch" at Dec 30, 95 02:27:20 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> What do people think about the following change to the behaviour of
> ls -l?
> 
> Currently:
> 
> j@uriah 54% ls -l /dev/*ctl
> crw-rw-rw-  1 root  wheel   24, 128 Feb 10  1995 /dev/pcaudioctl
> crw-------  1 root  wheel   70, 536870912 Aug 19 14:44 /dev/rod0.ctl
> crw-------  1 root  wheel   13, 536870912 Jun 10  1995 /dev/rsd0.ctl
> crw-------  1 root  wheel   13, 536870920 Jun 10  1995 /dev/rsd1.ctl
> crw-------  1 root  wheel   13, 536870928 Jun 15  1995 /dev/rsd2.ctl
> crw-------  1 root  wheel   13, 536870936 Aug 15 23:50 /dev/rsd3.ctl
> 
> Intended:
> 
> j@uriah 55% ./ls -l /dev/*ctl
> crw-rw-rw-  1 root  wheel   24, 128 Feb 10  1995 /dev/pcaudioctl
> crw-------  1 root  wheel   70, 0x20000000 Aug 19 14:44 /dev/rod0.ctl
> crw-------  1 root  wheel   13, 0x20000000 Jun 10  1995 /dev/rsd0.ctl
> crw-------  1 root  wheel   13, 0x20000008 Jun 10  1995 /dev/rsd1.ctl
> crw-------  1 root  wheel   13, 0x20000010 Jun 15  1995 /dev/rsd2.ctl
> crw-------  1 root  wheel   13, 0x20000018 Aug 15 23:50 /dev/rsd3.ctl
> 

It's like HP/UX does it for the various tape devices/flags
It looks more senseful than the decimal numbers.



> 
> -- 
> 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. ;-)
> 

--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512301510.QAA27444>