inxi is a full featured CLI system information tool. It is available in most Linux distribution repositories, and does its best to support the BSDs.
Go to file
inxi-svn 26e1d560c3 New version, tarball. This fix only impacts bsd sed, but it fixes the line length failure
issue because bsd sed doesn't work with \x1b, but it does when you do:
ESC=$(echo | tr '\n' '\033' )
I found this trick on:
http://unix.stackexchange.com/questions/42321/how-can-i-instruct-bsd-sed-to-interpret-escape-sequences-like-n-and-t

No other changes. Non bsd users, you can ignore this.
2014-04-03 04:30:30 +00:00
inxi New version, tarball. This fix only impacts bsd sed, but it fixes the line length failure 2014-04-03 04:30:30 +00:00
inxi.1 New Version, new man. This continues the dyanamic line sizing, I'm doing these one at a 2014-03-14 20:21:10 +00:00
inxi.changelog New version, tarball. This fix only impacts bsd sed, but it fixes the line length failure 2014-04-03 04:30:30 +00:00