TR(1) | Корисничке наредбе | TR(1) |
tr - translate or delete characters
tr [OPTION]... STRING1 [STRING2]
Translate, squeeze, and/or delete characters from standard input, writing to standard output. STRING1 and STRING2 specify arrays of characters ARRAY1 and ARRAY2 that control the action.
ARRAYs are specified as strings of characters. Most represent themselves. Interpreted sequences are:
Translation occurs if -d is not given and both STRING1 and STRING2 appear. -t is only significant when translating. ARRAY2 is extended to length of ARRAY1 by repeating its last character as necessary. Excess characters of ARRAY2 are ignored. Character classes expand in unspecified order; while translating, [:lower:] and [:upper:] may be used in pairs to specify case conversion. Squeezing occurs after translation or deletion.
Full support is available only for safe single-byte locales, in which every possible input byte represents a single character. The C locale is safe in GNU systems, so you can avoid this issue in the shell by running LC_ALL=C tr instead of plain tr.
Написао је Џим Мејерин.
Помоћ на
мрежи за
ГНУ coreutils:
<https://www.gnu.org/software/coreutils/>
Грешке у
преводу
пријавите
на <https://translationproject.org/team/sr.html>
Copyright © 2023 Free Software Foundation, Inc.
Лиценца
ОЈЛв3+: ГНУ
ОЈЛ издање 3
или
касније
<https://gnu.org/licenses/gpl.html>.
Ово је
слободан
софтвер:
слободни
сте да га
мењате и
расподељујете.
Не постоји
НИКАКВА
ГАРАНЦИЈА,
у оквирима
дозвољеним
законом.
Сва
документација
се налази
на <https://www.gnu.org/software/coreutils/tr>
или је
доступна
на
рачунару
путем
наредбе „info
'(coreutils) tr invocation'“
Српски превод ове странице са приручником смо направили
Овај превод је бесплатна документација; за услове ауторског права погледајте ГНУ Општу јавну лиценцу верзије 3 или новије. Не преузимамо никакву одговорност.
Ако пронађете грешке у преводу ове странице приручника, пошаљите е-поруку TODO.
November 2023 | ГНУ coreutils 9.4 |