column.1 (a866e170777b42fd7921eadd6e7e664f3a031d60) | column.1 (6c7216df785592bb069469113f556dfd1946ed5d) |
---|---|
1.\" Copyright (c) 1989, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 60 unchanged lines hidden (view full) --- 69Columns are delimited with whitespace, by default, or with the characters 70supplied using the 71.Fl s 72option. 73Useful for pretty-printing displays. 74.It Fl x 75Fill columns before filling rows. 76.El | 1.\" Copyright (c) 1989, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 60 unchanged lines hidden (view full) --- 69Columns are delimited with whitespace, by default, or with the characters 70supplied using the 71.Fl s 72option. 73Useful for pretty-printing displays. 74.It Fl x 75Fill columns before filling rows. 76.El |
77.Sh EXIT STATUS 78.Ex -std | |
79.Sh ENVIRONMENT 80The 81.Ev COLUMNS , LANG , LC_ALL 82and 83.Ev LC_CTYPE 84environment variables affect the execution of 85.Nm 86as described in 87.Xr environ 7 . | 77.Sh ENVIRONMENT 78The 79.Ev COLUMNS , LANG , LC_ALL 80and 81.Ev LC_CTYPE 82environment variables affect the execution of 83.Nm 84as described in 85.Xr environ 7 . |
86.Sh EXIT STATUS 87.Ex -std |
|
88.Sh EXAMPLES 89.Dl (printf \&"PERM LINKS OWNER GROUP SIZE MONTH DAY \&"\ \&;\ \&\e 90.Dl printf \&"HH:MM/YEAR NAME\en\&"\ \&;\ \&\e 91.Dl ls -l \&| sed 1d) \&| column -t 92.Sh SEE ALSO 93.Xr colrm 1 , 94.Xr ls 1 , 95.Xr paste 1 , 96.Xr sort 1 97.Sh HISTORY 98The 99.Nm 100command appeared in 101.Bx 4.3 Reno . 102.Sh BUGS 103Input lines are limited to 104.Dv LINE_MAX 105(2048) bytes in length. | 88.Sh EXAMPLES 89.Dl (printf \&"PERM LINKS OWNER GROUP SIZE MONTH DAY \&"\ \&;\ \&\e 90.Dl printf \&"HH:MM/YEAR NAME\en\&"\ \&;\ \&\e 91.Dl ls -l \&| sed 1d) \&| column -t 92.Sh SEE ALSO 93.Xr colrm 1 , 94.Xr ls 1 , 95.Xr paste 1 , 96.Xr sort 1 97.Sh HISTORY 98The 99.Nm 100command appeared in 101.Bx 4.3 Reno . 102.Sh BUGS 103Input lines are limited to 104.Dv LINE_MAX 105(2048) bytes in length. |