From owner-freebsd-current Sat Dec 30 05:52:05 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA18624 for current-outgoing; Sat, 30 Dec 1995 05:52:05 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA18584 for ; Sat, 30 Dec 1995 05:52:00 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id OAA20736 for ; Sat, 30 Dec 1995 14:51:51 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id OAA04395 for freebsd-current@FreeBSD.org; Sat, 30 Dec 1995 14:51:51 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id OAA00348 for freebsd-current@FreeBSD.org; Sat, 30 Dec 1995 14:27:21 +0100 (MET) From: J Wunsch Message-Id: <199512301327.OAA00348@uriah.heep.sax.de> Subject: minor change to ls -l To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Sat, 30 Dec 1995 14:27:20 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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 -- 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. ;-)