column(1): add -l flagthe '-l <tblcols>' flag limits the number of columns that column(1) willproduce in -t mode. this is syntax-compatible with the same option inutil-linux's column(1), but due
column(1): add -l flagthe '-l <tblcols>' flag limits the number of columns that column(1) willproduce in -t mode. this is syntax-compatible with the same option inutil-linux's column(1), but due to existing differences between the twoimplementations, it's not semantically compatible.as a side-effect, fix a pre-existing bug where empty fields could causeincorrect output: % echo ':' | column -ts: (null)while here, also fix a couple of minor existing issues.Reviewed by: desApproved by: des (mentor)Differential Revision: https://reviews.freebsd.org/D50290
show more ...
column(1): add testsReviewed by: desApproved by: des (mentor)Differential Revision: https://reviews.freebsd.org/D49911