Browsing Vietnamese translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Vietnamese guidelines.
521530 of 547 results
521.
Wait for job completion and return exit status.

Waits for the process identified by ID, which may be a process ID or a
job specification, and reports its termination status. If ID is not
given, waits for all currently active child processes, and the return
status is zero. If ID is a a job specification, waits for all processes
in the job's pipeline.

Exit Status:
Returns the status of ID; fails if ID is invalid or an invalid option is
given.
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.
(no translation yet)
Located in builtins.c:1464
522.
Wait for process completion and return exit status.

Waits for the specified process and reports its termination status. If
PID is not given, all currently active child processes are waited for,
and the return code is zero. PID must be a process ID.

Exit Status:
Returns the status of ID; fails if ID is invalid or an invalid option is
given.
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.
(no translation yet)
Located in builtins.c:1482
523.
Execute commands for each member in a list.

The `for' loop executes a sequence of commands for each member in a
list of items. If `in WORDS ...;' is not present, then `in "$@"' is
assumed. For each element in WORDS, NAME is set to that element, and
the COMMANDS are executed.

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.
Thực thi lệnh cho từng phần tử nằm trong danh sách.

Vòng lặp “for” thực thi lệnh cho từng phần tử nằm trong danh sách. Không
ghi “in TỪ …” thì ngầm định “in "$@"”. Đối với mỗi phần tử trong
danh sách, đặt giá trị phần tử đó cho biến TÊN rồi thực thi CÁC;CÂU;LỆNH.

Trạng thái thoát:
Trả lại trạng thái của câu lệnh cuối cùng được chạy.
Translated by Trần Ngọc Quân
Located in builtins.c:1549
524.
Arithmetic for loop.

Equivalent to
[tab](( EXP1 ))
[tab]while (( EXP2 )); do
[tab][tab]COMMANDS
[tab][tab](( EXP3 ))
[tab]done
EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is
omitted, it behaves as if it evaluates to 1.

Exit Status:
Returns the status of the last command executed.
[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.
Số học cho vòng lặp.

Tương đương với:
[tab](( BTHỨC1 ))
[tab]while (( BTHỨC2 )); do
[tab][tab]CÁC;CÂU;LỆNH;
[tab][tab](( BTHỨC3 ))
[tab]done
BTHỨC1, BTHỨC2 và BTHỨC3 là biểu thức số học. Ngầm định 1 cho bất
kì biểu thức bỏ trống nào.

Trạng thái thoát:
Trả lại trạng thái của câu lệnh cuối cùng được chạy.
Translated by Trần Ngọc Quân
Located in builtins.c:1563
525.
Select words from a list and execute commands.

The WORDS are expanded, generating a list of words. The
set of expanded words is printed on the standard error, each
preceded by a number. If `in WORDS' is not present, `in "$@"'
is assumed. The PS3 prompt is then displayed and a line read
from the standard input. If the line consists of the number
corresponding to one of the displayed words, then NAME is set
to that word. If the line is empty, WORDS and the prompt are
redisplayed. If EOF is read, the command completes. Any other
value read causes NAME to be set to null. The line read is saved
in the variable REPLY. COMMANDS are executed after each selection
until a break command is executed.

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.
Chọn từ từ một danh sách và thực thi lệnh.

TỪ được triển khai, phát sinh danh sách từ. Tập hợp các từ kết quả được
in ra đầu ra lỗi chuẩn với một con số ở phía trước. Ngầm định “in
"$@"” nếu không có “in TỪ”. Dấu nhắc PS3 được hiển thị và một dòng
được đọc từ đầu vào tiêu chuẩn. Nếu dòng bao gồm số tương ứng với từ
hiển thị thì đặt từ đó vào biến TÊN. Nếu dòng rỗng thì hiển thị
lại TỪ và dấu nhắc. Nếu gặp EOF thì kết thúc. Đặt TÊN là rỗng với
các giá trị khác. Dòng đọc được lưu vào biến REPLY. LỆNH được thực
thi sau mỗi lần chọn đến khi gặp lệnh “break”.


Trạng thái thoát:
Trả lại trạng thái của câu lệnh cuối cùng được chạy.
Translated by Trần Ngọc Quân
Located in builtins.c:1581
526.
Report time consumed by pipeline's execution.

Execute PIPELINE and print a summary of the real time, user CPU time,
and system CPU time spent executing PIPELINE when it terminates.

Options:
-p[tab]print the timing summary in the portable Posix format

The value of the TIMEFORMAT variable is used as the output format.

Exit Status:
The return status is the return status of PIPELINE.
[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.
Thông báo thời gian sử dụng để thực thi ống dẫn.

Thực thi ỐNG-DẪN và in tóm tắt thời gian thật, thời gian CPU người
dùng, và thời gian CPU hệ thống được dùng để thực thi ống dẫn đến
khi chấm dứt.

Tùy chọn:
-p[tab]in bản tóm tắt thời gian theo định dạng POSIX

Giá trị biến TIMEFORMAT được dùng làm định dạng kết xuất.

Trạng thái thoát:
Trạng thái trả về là trạng thái trả về của ỐNG-DẪN.
Translated by Trần Ngọc Quân
Located in builtins.c:1602
527.
Execute commands based on pattern matching.

Selectively execute COMMANDS based upon WORD matching PATTERN. The
`|' is used to separate multiple patterns.

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.
Thực thi lệnh chọn theo mẫu.

Thực thi LỆNH một cách chọn dựa vào TỪ tương ứng với MẪU. Nhiều
mẫu cách nhau bằng “|”.

Trạng thái thoát:
Trả lại trạng thái của câu lệnh cuối cùng được chạy.
Translated by Trần Ngọc Quân
Located in builtins.c:1619
528.
Execute commands based on conditional.

The `if COMMANDS' list is executed. If its exit status is zero, then the
`then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is
executed in turn, and if its exit status is zero, the corresponding
`then COMMANDS' list is executed and the if command completes. Otherwise,
the `else COMMANDS' list is executed, if present. The exit status of the
entire construct is the exit status of the last command executed, or zero
if no condition tested true.

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.
Thực thi câu lệnh có điều kiện.

Danh sách “if CÁC;CÂU;LỆNH” được thực thi. Nếu trạng thái thoát là không,
thì thực thi danh sách “then LỆNH”. Không thì thực thi lần lượt
mỗi danh sách “elif LỆNH”. và nếu trạng thái thoát là không, thì
thực thi danh sách “then LỆNH” tương ứng và hoàn tất lệnh
“if”. Không thì thực thi danh sách “else LỆNH” nếu có. Trạng thái
thoát của toàn bộ lệnh “if” là trạng thái của lệnh cuối cùng được
chạy, hoặc không nếu không có điều kiện nào trả về kết quả là
đúng.

Trạng thái thoát:
Trả lại trạng thái của câu lệnh cuối cùng được chạy.
Translated by Trần Ngọc Quân
Located in builtins.c:1631
529.
Execute commands as long as a test succeeds.

Expand and execute COMMANDS as long as the final command in the
`while' COMMANDS has an exit status of zero.

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.
Thực thi lệnh chừng nào phép thử còn thành công.

Khai triển và thực thi CÁC;CÂU;LỆNH chừng nào lệnh cuối cùng trong “while” LỆNH
có trạng thái thoát là không.

Trạng thái thoát:
Trả lại trạng thái của câu lệnh cuối cùng được chạy.
Translated by Trần Ngọc Quân
Located in builtins.c:1647
530.
Execute commands as long as a test does not succeed.

Expand and execute COMMANDS as long as the final command in the
`until' COMMANDS has an exit status which is not zero.

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.
Thực thi lệnh chừng nào phép thử vẫn không thành công.

Khai triển và thực thi CÁC;CÂU;LỆNH chừng nào lệnh cuối cùng trong “until” LỆNH
có trạng thái thoát là khác không.

Trạng thái thoát:
Trả lại trạng thái của câu lệnh cuối cùng được chạy.
Translated by Trần Ngọc Quân
Located in builtins.c:1659
521530 of 547 results

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

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

Contributors to this translation: Clytie Siddall, Trần Ngọc Quân.