Browsing Ukrainian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Ukrainian guidelines.
531540 of 547 results
531.
Create a coprocess named NAME.

Execute COMMAND asynchronously, with the standard output and standard
input of the command connected via a pipe to file descriptors assigned
to indices 0 and 1 of an array variable NAME in the executing shell.
The default NAME is "COPROC".

Exit Status:
Returns the exit status of COMMAND.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Створює співпроцес з іменем ІМ’Я.

Починає асинхронне виконання КОМАНДИ, під’єднавши її стандартний ввід та
вивід через канали до файлових дескрипторів, які присвоюються елементам 0
та 1 змінної-масиву ІМ’Я.
Стандартне ім’я змінної — "COPROC".

Код завершення:
Команда повертає код завершення КОМАНДИ.
Translated by Maxim Dziumanenko
WTF? How can it return exit code of _asynchronous_ process...
Located in builtins.c:1620
532.
Define shell function.

Create a shell function named NAME. When invoked as a simple command,
NAME runs COMMANDs in the calling shell's context. When NAME is invoked,
the arguments are passed to the function as $1...$n, and the function's
name is in $FUNCNAME.

Exit Status:
Returns success unless NAME is readonly.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Описує функцію оболонки.

Створює функцію оболонки з назвою НАЗВА. Функція запускається як звичайна
команда з назвою НАЗВА та послідовно виконує КОМАНДИ. Аргументи до команди
призначаються на час виконання змінним $1...$n, а назва функції — змінній
$FUNCNAME.

Код завершення:
Команда завершується невдало, якщо НАЗВА є незмінною.
Translated by yurchor
Located in builtins.c:1686
533.
Group commands as a unit.

Run a set of commands in a group. This is one way to redirect an
entire set of commands.

Exit Status:
Returns the status of the last command executed.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Групує команди в один блок.

Виконує згрупований набір команд. Це один з методів перенаправлення виводу
групи команд.

Код завершення:
Конструкція повертає код завершення останньої виконаної команди.
Translated by Maxim Dziumanenko
Located in builtins.c:1700
534.
Resume job in foreground.

Equivalent to the JOB_SPEC argument to the `fg' command. Resume a
stopped or background job. JOB_SPEC can specify either a job name
or a job number. Following JOB_SPEC with a `&' places the job in
the background, as if the job specification had been supplied as an
argument to `bg'.

Exit Status:
Returns the status of the resumed job.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Продовжує виконання завдання на передньому плані.

Продовжує на передньому плані виконання призупиненого чи фонового
завдання, як це робить команда `fg'. ЗАВДАННЯ може бути назвою чи номером
завдання. Якщо після ЗАВДАННЯ вказано `&', завдання продовжує виконання у
фоні, тобто команда має ефект команди `bg'.

Код завершення:
Команда повертає статус продовженого завдання.
Translated by yurchor
Located in builtins.c:1712
535.
Evaluate arithmetic expression.

The EXPRESSION is evaluated according to the rules for arithmetic
evaluation. Equivalent to "let EXPRESSION".

Exit Status:
Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Обчислює арифметичний вираз.

Обчислює ВИРАЗ відповідно до правил арифметичного розкриття. Те ж саме,
що й "let ВИРАЗ".

Код завершення:
Команда завершується успішно, якщо результат обчислення ненульовий.
Translated by Maxim Dziumanenko
Located in builtins.c:1708
536.
Execute conditional command.

Returns a status of 0 or 1 depending on the evaluation of the conditional
expression EXPRESSION. Expressions are composed of the same primaries used
by the `test' builtin, and may be combined using the following operators:

( EXPRESSION )[tab]Returns the value of EXPRESSION
! EXPRESSION[tab][tab]True if EXPRESSION is false; else false
EXPR1 && EXPR2[tab]True if both EXPR1 and EXPR2 are true; else false
EXPR1 || EXPR2[tab]True if either EXPR1 or EXPR2 is true; else false

When the `==' and `!=' operators are used, the string to the right of
the operator is used as a pattern and pattern matching is performed.
When the `=~' operator is used, the string to the right of the operator
is matched as a regular expression.

The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to
determine the expression's value.

Exit Status:
0 or 1 depending on value of EXPRESSION.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Виконує умовну команду.

Повертає статус 0 чи 1, в залежності від результату обчислення умовного
ВИРАЗУ. Вирази складаються з тих самих складових, що використовуються у
вбудованій команді `test', але можуть також комбінуватися за допомогою:

( ВИРАЗ )[tab][tab]Повертає значення ВИРАЗУ.
! ВИРАЗ[tab][tab]Істинний, якщо ВИРАЗ хибний.
ВИРАЗ1 && ВИРАЗ2[tab]Істинний, якщо обидва ВИРАЗИ істинні.
ВИРАЗ1 || ВИРАЗ2[tab]Істинний, якщо хоч один з ВИРАЗІВ істинний.

Якщо застосовуються оператори `==' та `!=', рядок з правої сторони
вважається шаблоном, й проводиться перевірка на відповідність цьому
шаблону. При застосуванні `=~' рядок зліва вважається регулярним
виразом, відносно якого перевіряється правий рядок.

Оператори && та || не обчислюють ВИРАЗ2, якщо ВИРАЗУ1 достатньо для
визначення результату.

Код завершення:
Команда завершується успішно, якщо ВИРАЗ істинний.
Translated by Maxim Dziumanenko
Located in builtins.c:1739
537.
Common shell variable names and usage.

BASH_VERSION[tab]Version information for this Bash.
CDPATH[tab]A colon-separated list of directories to search
[tab][tab]for directories given as arguments to `cd'.
GLOBIGNORE[tab]A colon-separated list of patterns describing filenames to
[tab][tab]be ignored by pathname expansion.
HISTFILE[tab]The name of the file where your command history is stored.
HISTFILESIZE[tab]The maximum number of lines this file can contain.
HISTSIZE[tab]The maximum number of history lines that a running
[tab][tab]shell can access.
HOME[tab]The complete pathname to your login directory.
HOSTNAME[tab]The name of the current host.
HOSTTYPE[tab]The type of CPU this version of Bash is running under.
IGNOREEOF[tab]Controls the action of the shell on receipt of an EOF
[tab][tab]character as the sole input. If set, then the value
[tab][tab]of it is the number of EOF characters that can be seen
[tab][tab]in a row on an empty line before the shell will exit
[tab][tab](default 10). When unset, EOF signifies the end of input.
MACHTYPE[tab]A string describing the current system Bash is running on.
MAILCHECK[tab]How often, in seconds, Bash checks for new mail.
MAILPATH[tab]A colon-separated list of filenames which Bash checks
[tab][tab]for new mail.
OSTYPE[tab]The version of Unix this version of Bash is running on.
PATH[tab]A colon-separated list of directories to search when
[tab][tab]looking for commands.
PROMPT_COMMAND[tab]A command to be executed before the printing of each
[tab][tab]primary prompt.
PS1[tab][tab]The primary prompt string.
PS2[tab][tab]The secondary prompt string.
PWD[tab][tab]The full pathname of the current directory.
SHELLOPTS[tab]A colon-separated list of enabled shell options.
TERM[tab]The name of the current terminal type.
TIMEFORMAT[tab]The output format for timing statistics displayed by the
[tab][tab]`time' reserved word.
auto_resume[tab]Non-null means a command word appearing on a line by
[tab][tab]itself is first looked for in the list of currently
[tab][tab]stopped jobs. If found there, that job is foregrounded.
[tab][tab]A value of `exact' means that the command word must
[tab][tab]exactly match a command in the list of stopped jobs. A
[tab][tab]value of `substring' means that the command word must
[tab][tab]match a substring of the job. Any other value means that
[tab][tab]the command must be a prefix of a stopped job.
histchars[tab]Characters controlling history expansion and quick
[tab][tab]substitution. The first character is the history
[tab][tab]substitution character, usually `!'. The second is
[tab][tab]the `quick substitution' character, usually `^'. The
[tab][tab]third is the `history comment' character, usually `#'.
HISTIGNORE[tab]A colon-separated list of patterns used to decide which
[tab][tab]commands should be saved on the history list.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Загальні назви змінних оболонки та їхнє використання.

BASH_VERSION[tab]Інформація щодо версії Bash.
CDPATH[tab]Розділений двокрапкою список каталогів, у яких оболонка буде
[tab][tab]шукати каталоги, вказані команді `cd'.
GLOBIGNORE[tab]Розділений двокрапкою список шаблонів назв файлів, які будуть
[tab][tab]ігноруватися під час розкриття шляхів.
HISTFILE[tab]Назва файла, де зберігається історія команд.
HISTFILESIZE[tab]Найбільша дозволена кількість записів у файлі журналу.
HISTSIZE[tab]Найбільша кількість записів, які може використовувати
[tab][tab]поточна оболонка.
HOME[tab]Повний шлях до вашої домівки.
HOSTNAME[tab]Назва поточної машини.
HOSTTYPE[tab]Тип процесора, на якому виконується оболонка.
IGNOREEOF[tab]Визначає реакцію оболонки на символ кінця файла на вводі.
[tab][tab]Якщо змінна визначена, її значення є кількістю таких символів,
[tab][tab]що можуть бути отримані під ряд й бути проігнорованими. Звичайне
[tab][tab]значення — 10. Якщо змінна не визначена, символ кінця файла
[tab][tab]означатиме кінець вводу.
MACHTYPE[tab]Рядок, що описує поточну систему, на якій виконується Bash.
MAILCHECK[tab]Визначає частоту перевірки пошти оболонкою.
MAILPATH[tab]Розділений двокрапкою список файлів, які оболонка буде
[tab][tab]перевіряти на наявність нової пошти.
OSTYPE[tab]Варіант Unix, на якому виконується оболонка.
PATH[tab]Розділений двокрапкою список каталогів, де оболонка шукатиме
[tab][tab]виконувані файли команд.
PROMPT_COMMAND[tab]Команда, яку оболонка буде виконувати перш ніж вивести
[tab][tab]основне запрошення вводу.
PS1[tab][tab]Рядок основного запрошення вводу.
PS2[tab][tab]Рядок вторинного запрошення вводу.
PWD[tab][tab]Повний шлях до поточного каталогу.
SHELLOPTS[tab]Розділений двокрапкою список увімкнених параметрів оболонки.
TERM[tab]Тип поточного термінала.
TIMEFORMAT[tab]Формат виводу часу командою `time'.
auto_resume[tab]Якщо встановлена, введені команди, що складаються з
[tab][tab]одного слова, спочатку будуть шукатися у списку поточних
[tab][tab]призупинених завдань. Якщо таке завдання буде знайдене, йому буде
[tab][tab]надано пріоритет. Значення цієї змінної `exact' означає,
[tab][tab]що слово має точно відповідати команді у списку завдань. Значення
[tab][tab]`substring' означає, що слово має міститися у команді завдання.
[tab][tab]Будь-яке інше значення означає, що команда завдання має
[tab][tab]починатися з вказаного слова.
histchars[tab]Символи, що використовуються для розкриття журналу та
[tab][tab]швидкої заміни. Перший символ є символом підставляння журналу,
[tab][tab]зазвичай це `!'. Другий — символ «швидкої заміни», зазичай `^'.
[tab][tab]Третій — символ «коментаря журналу», зазвичай це `#'.
HISTIGNORE[tab]Розділений двокрапкою список шаблонів, що використовуються
[tab][tab]при визначенні, чи зберігати команду у списку журналу.
Translated by yurchor
Reviewed by artemp
In upstream:
Загальні назви змінних оболонки та їхнє використання.

BASH_VERSION[tab]Інформація щодо версії Bash.
CDPATH[tab]Розділений двокрапкою список каталогів, у яких оболонка буде
[tab][tab]шукати каталоги, вказані команді `cd'.
GLOBIGNORE[tab]Розділений двокрапкою список шаблонів назв файлів, які будуть
[tab][tab]ігноруватися під час розкриття шляхів.
HISTFILE[tab]Назва файла, де зберігається історія команд.
HISTFILESIZE[tab]Найбільша дозволена кількість записів у файлі історії.
HISTSIZE[tab]Найбільша кількість записів, які може використовувати
[tab][tab]поточна оболонка.
HOME[tab]Повний шлях до вашої домівки.
HOSTNAME[tab]Назва поточної машини.
HOSTTYPE[tab]Тип процесора, на якому виконується оболонка.
IGNOREEOF[tab]Визначає реакцію оболонки на символ кінця файла на вводі.
[tab][tab]Якщо змінна визначена, її значення є кількістю таких символів,
[tab][tab]що можуть бути отримані під ряд й бути проігнорованими. Звичайне
[tab][tab]значення — 10. Якщо змінна не визначена, символ кінця файла
[tab][tab]означатиме кінець вводу.
MACHTYPE[tab]Рядок, що описує поточну систему, на якій виконується Bash.
MAILCHECK[tab]Визначає частоту перевірки пошти оболонкою.
MAILPATH[tab]Розділений двокрапкою список файлів, які оболонка буде
[tab][tab]перевіряти на наявність нової пошти.
OSTYPE[tab]Варіант Unix, на якому виконується оболонка.
PATH[tab]Розділений двокрапкою список каталогів, де оболонка шукатиме
[tab][tab]виконувані файли команд.
PROMPT_COMMAND[tab]Команда, яку оболонка буде виконувати перш ніж вивести
[tab][tab]основне запрошення вводу.
PS1[tab][tab]Рядок основного запрошення вводу.
PS2[tab][tab]Рядок вторинного запрошення вводу.
PWD[tab][tab]Повний шлях до поточного каталогу.
SHELLOPTS[tab]Розділений двокрапкою список увімкнених параметрів оболонки.
TERM[tab]Тип поточного термінала.
TIMEFORMAT[tab]Формат виводу часу командою `time'.
auto_resume[tab]Якщо встановлена, введені команди, що складаються з
[tab][tab]одного слова, спочатку будуть шукатися у списку поточних
[tab][tab]призупинених завдань. Якщо таке завдання буде знайдене, йому буде
[tab][tab]надано пріоритет. Значення цієї змінної `exact' означає,
[tab][tab]що слово має точно відповідати команді у списку завдань. Значення
[tab][tab]`substring' означає, що слово має міститися у команді завдання.
[tab][tab]Будь-яке інше значення означає, що команда завдання має
[tab][tab]починатися з вказаного слова.
histchars[tab]Символи, що використовуються для розкриття історії та
[tab][tab]швидкої заміни. Перший символ є символом підставляння історії,
[tab][tab]зазвичай це `!'. Другий — символ «швидкої заміни», зазичай `^'.
[tab][tab]Третій — символ «коментаря журналу», зазвичай це `#'.
HISTIGNORE[tab]Розділений двокрапкою список шаблонів, що використовуються
[tab][tab]при визначенні, чи зберігати команду у списку історії.
Suggested by yurchor
Located in builtins.c:1765
538.
Add directories to stack.

Adds a directory to the top of the directory stack, or rotates
the stack, making the new top of the stack the current working
directory. With no arguments, exchanges the top two directories.

Options:
-n[tab]Suppresses the normal change of directory when adding
[tab]directories to the stack, so only the stack is manipulated.

Arguments:
+N[tab]Rotates the stack so that the Nth directory (counting
[tab]from the left of the list shown by `dirs', starting with
[tab]zero) is at the top.

-N[tab]Rotates the stack so that the Nth directory (counting
[tab]from the right of the list shown by `dirs', starting with
[tab]zero) is at the top.

dir[tab]Adds DIR to the directory stack at the top, making it the
[tab]new current working directory.

The `dirs' builtin displays the directory stack.

Exit Status:
Returns success unless an invalid argument is supplied or the directory
change fails.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Додає директорії до списку збережених директорій.

Додає директорію на вершину стеку директорій, чи циклічно обертає
стек, встановлюючи поточну робочу директорію відповідно до його нової
вершини. Без аргументів міняє місцями дві найвищих директорії.

Параметри:
-n[tab]Не робити звичайного переходу у нову директорію при додаванні
[tab][tab]директорій до стеку, проводити операції лише над стеком.

Аргументи:
+N[tab]Циклічно обертає стек так, щоб N-на директорія, рахуючи
[tab][tab]зліва (починаючи з нуля) у списку, що виводиться командою `dirs'
[tab][tab]опинилася на вершині стеку.

-N[tab]Циклічно обертає стек так, щоб N-на директорія, рахуючи
[tab][tab]з кінця (починаючи з нуля) у списку, що виводиться командою `dirs'
[tab][tab]опинилася на вершині стеку.

ДИРЕКТОРІЯ[tab]Додає ДИРЕКТОРІЮ на вершину стеку, й робить її поточною
[tab][tab][tab]робочою директорією.

Вбудована команда `dirs' показує стек директорій.

Код завершення:
Команда завершується невдало, якщо вказаний неправильний аргумент чи
якщо не вдається змінити поточну директорію.
Translated by Maxim Dziumanenko
Located in builtins.c:1770
539.
Remove directories from stack.

Removes entries from the directory stack. With no arguments, removes
the top directory from the stack, and changes to the new top directory.

Options:
-n[tab]Suppresses the normal change of directory when removing
[tab]directories from the stack, so only the stack is manipulated.

Arguments:
+N[tab]Removes the Nth entry counting from the left of the list
[tab]shown by `dirs', starting with zero. For example: `popd +0'
[tab]removes the first directory, `popd +1' the second.

-N[tab]Removes the Nth entry counting from the right of the list
[tab]shown by `dirs', starting with zero. For example: `popd -0'
[tab]removes the last directory, `popd -1' the next to last.

The `dirs' builtin displays the directory stack.

Exit Status:
Returns success unless an invalid argument is supplied or the directory
change fails.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Вилучає директорії зі списку збережених директорій.

Вилучає директорії зі стеку збережених директорій. Якщо аргументи не
вказані, вилучає верхню директорію стеку й змінює поточну директорію
відповідно до нової вершини стеку.

Параметри:
-n[tab]Не робити звичайного переходу до нової директорії при вилученні
[tab][tab]директорій зі стеку, проводити операції лише над стеком.

Аргументи:
+N[tab]Вилучає N-ну зліва директорію у списку, що показується командою
[tab][tab]`dirs' (рахунок починається з нуля). Наприклад: `popd +0' вилучає
[tab][tab]першу директорію, `popd +1' другу.

-N[tab]Вилучає N-ну з кінця директорію у списку, що показується
[tab][tab]командою `dirs' (рахунок починається з нуля). Наприклад: `popd -0'
[tab][tab]вилучає останню директорію, `popd -1' передостанню.

Вбудована команда `dirs' показує список збережених директорій.

Код завершення:
Команда завершується невдало, якщо вказано невірний аргумент чи якщо
не вдається змінити поточну директорію.
Translated by Maxim Dziumanenko
Located in builtins.c:1804
540.
Display directory stack.

Display the list of currently remembered directories. Directories
find their way onto the list with the `pushd' command; you can get
back up through the list with the `popd' command.

Options:
-c[tab]clear the directory stack by deleting all of the elements
-l[tab]do not print tilde-prefixed versions of directories relative
[tab]to your home directory
-p[tab]print the directory stack with one entry per line
-v[tab]print the directory stack with one entry per line prefixed
[tab]with its position in the stack

Arguments:
+N[tab]Displays the Nth entry counting from the left of the list shown by
[tab]dirs when invoked without options, starting with zero.

-N[tab]Displays the Nth entry counting from the right of the list shown by
[tab]dirs when invoked without options, starting with zero.

Exit Status:
Returns success unless an invalid option is supplied or an error occurs.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Показує список збережених директорій.

Показує список збережених директорій. Директорії додаються до цього списку
командою `pushd'; ви можете повернутися назад по цьому списку за допомогою
команди `popd'.

Параметри:
-c[tab]Очистити список директорій, вилучивши усі його елементи.
-l[tab]Не використовувати ~ при виводі директорій, що знаходяться
[tab][tab]усередині вашої домівки.
-p[tab]Виводити директорії по одній на рядок.
-v[tab]Виводити директорії по одній на рядок із вказанням позиції у
[tab][tab]списку.

Аргументи:
+N[tab]Показує N-ну зліва директорію у списку, що виводиться командою
[tab][tab]dirs без аргументів, рахунок починається з нуля.

-N[tab]Показує N-ну з кінця директорію у списку, що виводиться
[tab][tab]командою dirs без аргументів, рахунок починається з нуля.
Код завершення:
Команда завершується невдало, якщо вказано неправильний параметр чи якщо
трапиться помилка.
Translated by Maxim Dziumanenko
Located in builtins.c:1834
531540 of 547 results

This translation is managed by Ubuntu Ukrainian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Max_ym, Maxim Dziumanenko, Sergiy Gavrylov, yurchor, zzandy, Павло Славинський.