Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2019 21:10:25 -0400
From:      Kurt Hackenberg <kh@panix.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: How to pipe kldstat output to a file in console
Message-ID:  <94a6b756-27bf-0363-b6f2-c711c33ab2c2@panix.com>
In-Reply-To: <CAGLDxTXUBgzP3ZRQXzj1w8bJpS%2BWEOyKkpBi7argMz5-MiegfQ@mail.gmail.com>
References:  <CAGLDxTXUBgzP3ZRQXzj1w8bJpS%2BWEOyKkpBi7argMz5-MiegfQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-10-23 20:54, Clay Daniels Jr. wrote:

> I can run kldstat in the console, but I need to save the output. I can't
> get to graphical xorg, just the console at command line. From the file, I
> can send that to a usb thumb drive and email the file, no problem, but
> getting it from the screen to a file is my problem. Surely there's a way?

Shell redirect? For example:

kldstat >/thumbdrive/foo

There's also:

kldstat | Mail clay.daniels.jr@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?94a6b756-27bf-0363-b6f2-c711c33ab2c2>