From owner-freebsd-questions Wed May 7 04:16:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA17131 for questions-outgoing; Wed, 7 May 1997 04:16:58 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA17126 for ; Wed, 7 May 1997 04:16:56 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 7 May 1997 7:15:53 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA12816; Wed, 7 May 97 07:15:52 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id HAA01782; Wed, 7 May 1997 07:15:15 -0400 Message-Id: <19970507071515.49168@ct.picker.com> Date: Wed, 7 May 1997 07:15:15 -0400 From: Randall Hopper To: "R. Luettgen" Cc: questions@FreeBSD.ORG Subject: Re: I'm missing lsdev References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: ; from R. Luettgen on Tue, May 06, 1997 at 06:49:22PM +0200 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk R. Luettgen: |What happen with lsdev in RELEASE 2.2.1? |Is there a new utility to list devices? I miss having that command as well. Think I first noticed it around 2.2-ALPHA. It was real handy for doing device-specific configuration in startup and shell startup scripts. I've resorted to the ugly: if dmesg | grep '^[0-9]*:'; then approach. Randall Hopper