COL(1) | Команди користувача | COL(1) |
col - фільтрування зворотних подач рядків з вхідних даних
col параметри
col filters out reverse (and half-reverse) line feeds so the output is in the correct order, with only forward and half-forward line feeds. It also replaces any whitespace characters with tabs where possible. This can be useful in processing the output of nroff(1) and tbl(1).
col читає дані зі стандартного джерела даних і записує їх до стандартного виведення даних.
-b, --no-backspaces
-f, --fine
-h, --tabs
-l, --lines число
-p, --pass
-x, --spaces
-H, --help
-V, --version
The col utility conforms to the Single UNIX Specification, Version 2. The -l option is an extension to the standard.
The control sequences for carriage motion that col understands and their decimal values are listed in the following table:
ESC-7
ESC-8
ESC-9
витирання символу ліворуч
новий рядок
повернення каретки
shift in
shift out
пробіл
табуляція
вертикальна табуляція
Усі нерозпізнані символи керування та керівні послідовності буде відкинуто.
col keeps track of the character set as characters are read and makes sure the character set is correct when they are output.
If the input attempts to back up to the last flushed line, col will display a warning message.
Команда col з’явилася у AT&T UNIX версії 6.
expand(1), nroff(1), tbl(1)
Для звітування щодо вад скористайтеся системою стеження за вадами - <https://github.com/util-linux/util-linux/issues>.
Програма col є частиною пакунка util-linux, який можна отримати з архіву ядра Linux <https://www.kernel.org/pub/linux/utils/util-linux/>.
2024-12-05 | util-linux 2.39.3 |