Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 1998 16:13:07 -0400 (EDT)
From:      "Matthew N. Dodd" <winter@jurai.net>
To:        Satoshi Asami <asami@cs.berkeley.edu>
Cc:        scsi@FreeBSD.ORG
Subject:   Re: for i in disks
Message-ID:  <Pine.BSF.4.02.9810201609500.17054-100000@sasami.jurai.net>
In-Reply-To: <199810201143.EAA17327@silvia.hip.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 20 Oct 1998, Satoshi Asami wrote:
> Any ideas?

camcontrol devlist \ 
	| grep da \
	| awk -F , '{print $2}' \
	| ed s/\)\$//g \
	| sort \

A bit busy but it appears to work here.

-- 
| Matthew N. Dodd  | 78 280Z | 75 164E | 84 245DL | FreeBSD/NetBSD/Sprite/VMS |
| winter@jurai.net |      This Space For Rent     | ix86,sparc,m68k,pmax,vax  |
| http://www.jurai.net/~winter | Are you k-rad elite enough for my webpage?   |


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02.9810201609500.17054-100000>