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.
ТАКОЖ ПЕРЕГЛЯНЬТЕ¶
ЯК НАДІСЛАТИ ЗВІТ ПРО ВАДИ¶
Для звітування щодо вад скористайтеся системою стеження за вадами - <https://github.com/util-linux/util-linux/issues>.
ДОСТУП ДО ПРОГРАМИ¶
Програма col є частиною пакунка util-linux, який можна отримати з архіву ядра Linux <https://www.kernel.org/pub/linux/utils/util-linux/>.
2024-03-27 | util-linux 2.39.3 |