On Mon, May 07, 2001 at 07:52:15PM +0200, Dag-Erling Smorgrav wrote:
> Peter Pentchev <[EMAIL PROTECTED]> writes:
> > How about e.g. 'sysctl -a hw', which still shows *all* MIB's?
> > At least on ref5 as of this very moment..
>
> Yes, because '-a' means 'show all non-opaque' and 'hw' is ignored.
OK, so I slipped up; so how about this:
[roam@ref5 ~]$ sysctl -A hw | fgrep . | cut -d. -f 1 | sort -u
cshumway@ref5
debug
hw
jail
kern
machdep
net
p1003_1b
user
vfs
vm
[roam@ref5 ~]$ sysctl -X hw | fgrep . | sed 's/\..*//' | sort -u
cshumway@ref5
debug
hw
jail
kern
machdep
net
p1003_1b
user
vfs
vm
[roam@ref5 ~]$
G'luck,
Peter
--
What would this sentence be like if pi were 3?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message