#158 closed enhancement (fixed)
smartctl --attributes output should fit within 80 columns
Reported by: | jorvang | Owned by: | Christian Franke |
---|---|---|---|
Priority: | minor | Milestone: | Release 5.41 |
Component: | smartctl | Version: | 5.40 |
Keywords: | Cc: |
Description
Most terminal emulators default to 80 columns, so smartctl -A should default to producing output that fits within that width.
Change History (4)
comment:1 Changed 12 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 12 years ago by
Milestone: | → Release 5.41 |
---|---|
Owner: | changed from somebody to Christian Franke |
Status: | new → accepted |
comment:4 Changed 12 years ago by
In addition to -x, I think it would be nice to also have either -a or -A default to the brief format, depending on which one of the two is commonly used by legacy scripts.
Much of the benefit of the brief format applies in interactive use and -x is a little verbose for that.
Note: See
TracTickets for help on using
tickets.
Existing format cannot be changed easily because external tools and scripts rely on it. We may add an option to select a more brief output format. This should be done in conjunction with ticket #109.