UL(1) | Команди користувача | UL(1) |
НАЗВА¶
ul - виконання підкреслювання
КОРОТКИЙ ОПИС¶
ul [options] [file...]
ОПИС¶
ul reads the named files (or standard input if none are given) and translates occurrences of underscores to the sequence which indicates underlining for the terminal in use, as specified by the environment variable TERM. The terminfo database is read to determine the appropriate sequences for underlining. If the terminal is incapable of underlining but is capable of a standout mode, then that is used instead. If the terminal can overstrike, or handles underlining automatically, ul degenerates to cat(1). If the terminal cannot underline, underlining is ignored.
ПАРАМЕТРИ¶
-i, --indicated
-t, -T, --terminal термінал
-h, --help
-V, --version
СЕРЕДОВИЩЕ¶
Використано таку змінну середовища:
TERM
ЖУРНАЛ¶
Команда ul з’явилася у 3.0BSD.
ВАДИ¶
nroff usually outputs a series of backspaces and underlines intermixed with the text to indicate underlining. No attempt is made to optimize the backward motion.
ТАКОЖ ПЕРЕГЛЯНЬТЕ¶
colcrt(1), login(1), man(1), nroff(1), setenv(3), terminfo(5)
ЯК НАДІСЛАТИ ЗВІТ ПРО ВАДИ¶
Для звітування щодо вад скористайтеся системою стеження за вадами - <https://github.com/util-linux/util-linux/issues>.
ДОСТУП ДО ПРОГРАМИ¶
Програма ul є частиною пакунка util-linux, який можна отримати з архіву ядра Linux <https://www.kernel.org/pub/linux/utils/util-linux/>.
2024-10-01 | util-linux 2.40.2 |