Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2019 21:00:07 -0500
From:      "Clay Daniels Jr." <clay.daniels.jr@gmail.com>
To:        Kurt Hackenberg <kh@panix.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: How to pipe kldstat output to a file in console
Message-ID:  <CAGLDxTXJGeWVgJwyT7QzC=EuDLWXgcbHP=sqT52UXTjCssqsNg@mail.gmail.com>
In-Reply-To: <94a6b756-27bf-0363-b6f2-c711c33ab2c2@panix.com>
References:  <CAGLDxTXUBgzP3ZRQXzj1w8bJpS%2BWEOyKkpBi7argMz5-MiegfQ@mail.gmail.com> <94a6b756-27bf-0363-b6f2-c711c33ab2c2@panix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Bingo!

create /root/kldstat_file with vi
#kldstat -v >  /root/kldstat_file
It's all there!

Thanks so much,
Clay

On Wed, Oct 23, 2019 at 8:10 PM Kurt Hackenberg <kh@panix.com> wrote:

> 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
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGLDxTXJGeWVgJwyT7QzC=EuDLWXgcbHP=sqT52UXTjCssqsNg>