Results 1 to 3 of 3
Greetings,
I want to dump the information about my hardware into a text file. Is there a utility to do this? I have hwbrowser but do not seem to be ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-14-2005 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 3
getting harware information
Greetings,
I want to dump the information about my hardware into a text file. Is there a utility to do this? I have hwbrowser but do not seem to be able to save the information it generates.
Oh - from Linux.
Don
- 09-14-2005 #2Linux Newbie
- Join Date
- Jul 2005
- Location
- Illinois, USA
- Posts
- 111
Maybe a program named "lshw"
- 09-14-2005 #3Just Joined!
- Join Date
- Jul 2005
- Posts
- 84
do whatever it is you do to get it to show info and add a >
example
The path after the > is where you want the info saved. The file will be created for you. And to append to the end of an existing file, use two, >>.Code:ls -l /home/jon/stuff > /home/jon/info.txt


Reply With Quote
