table of contents
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
ОКРУЖЕЊЕ¶
Следећа променљива окружења се користи:
ТЕРМ
ИСТОРИЈАТ¶
Наредба 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“ који се може преузети са Архиве Линукс кернела <https://www.kernel.org/pub/linux/utils/util-linux/>.
2024-11-13 | util-linux 2.40.2 |