Gregg's MOTD

Tips & Tricks that I've Encountered Over the Years...

View lshw Output as a HTML Page

July 20, 2023 — Gregg Szumowski

You can use the lshw command to output your hardware configuration to an html file by passing the -html parameter to it:

$ sudo lshw -html >hardware.html

Tags: cli, lshw, html, motd