From owner-freebsd-current Sat Dec 30 07:08:42 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA20768 for current-outgoing; Sat, 30 Dec 1995 07:08:42 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA20754 for ; Sat, 30 Dec 1995 07:08:34 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id QAA27444; Sat, 30 Dec 1995 16:10:14 +0100 Message-Id: <199512301510.QAA27444@gilberto.physik.rwth-aachen.de> Subject: Re: minor change to ls -l To: joerg_wunsch@uriah.heep.sax.de Date: Sat, 30 Dec 1995 16:10:13 +0100 (MET) Cc: freebsd-current@freebsd.org In-Reply-To: <199512301327.OAA00348@uriah.heep.sax.de> from "J Wunsch" at Dec 30, 95 02:27:20 pm From: Christoph Kukulies Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@freebsd.org Precedence: bulk > > 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