On Tue, Aug 31, 2004 at 05:23:06PM -0700, Roger Creasy wrote: > > OK. I have the output from lspci, but I have to run it then write down the output > and type it in, so there could be typos. > > 0000:00:00.0 Host Bridge:VIA Technologies, Inc. VT82C598 [Apollo MVP3] (rev 04) > > 0000:00:01.0 PCI Bridge:VIA Technologies, Inc. VT82C598/694X [Apollo MVP3/Pro133X > AGP] <snip>
Ouch! The unix way would be to redirect output to a file: lspci -v >/tmp/output.txt If your editor is vi, you can read in the text directly, as in: :r! lspci -v HTH, Patrick. -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]