Browsing Vietnamese translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Vietnamese guidelines.
474483 of 547 results
474.
Exit for, while, or until loops.

Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing
loops.

Exit Status:
The exit status is 0 unless N is not greater than or equal to 1.
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.
Thoát khỏi vòng lặp for, while hoặc until.

Thoát khỏi vòng lặp for, while hoặc until. Nếu xác định N thì
thoát N vòng lặp.

Trạng thái thoát:
Trạng thái thoát là 0 trừ khi N nhỏ hơn 1.
Translated by Trần Ngọc Quân
Located in builtins.c:330
475.
Resume for, while, or until loops.

Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.
If N is specified, resumes the Nth enclosing loop.

Exit Status:
The exit status is 0 unless N is not greater than or equal to 1.
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.
Tiếp tục lại chạy vòng lặp for, while hoặc until.

Tiếp tục lại chạy vòng lặp for, while hoặc until. Nếu xác định N
thì tiếp tục vòng lặp thứ N.

Trạng thái thoát:
Trạng thái thoát là 0 trừ khi N nhỏ hơn 1.
Translated by Trần Ngọc Quân
Located in builtins.c:342
476.
Execute shell builtins.

Execute SHELL-BUILTIN with arguments ARGs without performing command
lookup. This is useful when you wish to reimplement a shell builtin
as a shell function, but need to execute the builtin within the function.

Exit Status:
Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is
not a shell builtin..
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ạy lệnh tích hợp hệ vỏ.

Chạy SHELL-BUILTIN với ĐỐI-SỐ mà không thực hiện tìm lệnh. Hữu ích
khi bạn muốn cài đặt lại lệnh hệ vỏ tích hợp dạng hàm hệ vỏ, nhưng
cần chạy lệnh tích hợp trong hàm đó.

Trạng thái thoát:
Trả lại trạng thái thoát của SHELL-BUILTIN, hoặc sai nếu
SHELL-BUILTIN không phải là một lệnh tích hợp hệ vỏ.
Translated by Trần Ngọc Quân
Located in builtins.c:354
477.
Return the context of the current subroutine call.

Without EXPR, returns "$line $filename". With EXPR, returns
"$line $subroutine $filename"; this extra information can be used to
provide a stack trace.

The value of EXPR indicates how many call frames to go back before the
current one; the top frame is frame 0.

Exit Status:
Returns 0 unless the shell is not executing a shell function or EXPR
is invalid.
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.
Trả về ngữ cảnh của lệnh gọi hàm hiện thời.

Không có BTHỨC thì trả lại "$line $filename". Có BTHỨC thì trả
lại "$line $subroutine $filename"; thông tin bổ sung này có thể
được dùng để cung cấp stack trace.

Giá trị của BTHỨC thì ngụ ý bao nhiêu lần gọi cần lùi lại đằng
trước lệnh gọi hiện tại; khung gọi đầu là khung 0.

Trạng thái thoát:
Trả lại 0 trừ khi hệ vỏ đang chạy hàm hệ vỏ, BTHỨC cũng hợp lệ.
Translated by Trần Ngọc Quân
Located in builtins.c:369
478.
Change the shell working directory.

Change the current directory to DIR. The default DIR is the value of the
HOME shell variable.

The variable CDPATH defines the search path for the directory containing
DIR. Alternative directory names in CDPATH are separated by a colon (:).
A null directory name is the same as the current directory. If DIR begins
with a slash (/), then CDPATH is not used.

If the directory is not found, and the shell option `cdable_vars' is set,
the word is assumed to be a variable name. If that variable has a value,
its value is used for DIR.

Options:
-L[tab]force symbolic links to be followed
-P[tab]use the physical directory structure without following symbolic
[tab]links
-e[tab]if the -P option is supplied, and the current working directory
[tab]cannot be determined successfully, exit with a non-zero status

The default is to follow symbolic links, as if `-L' were specified.

Exit Status:
Returns 0 if the directory is changed, and if $PWD is set successfully when
-P is used; non-zero otherwise.
[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.
(no translation yet)
Located in builtins.c:383
479.
Print the name of the current working directory.

Options:
-L[tab]print the value of $PWD if it names the current working
[tab]directory
-P[tab]print the physical directory, without any symbolic links

By default, `pwd' behaves as if `-L' were specified.

Exit Status:
Returns 0 unless an invalid option is given or the current directory
cannot be read.
[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.
In ra tên của thư mục hoạt động hiện thời.

[tab]Tùy chọn:
[tab][tab]-L[tab]in ra giá trị của $PWD nếu nó đặt tên
[tab][tab][tab]của thư mục hoạt động hiện thời
[tab][tab]-P[tab]in ra thư mục vật lý, không có liên kết mềm

[tab][tab]Mặc định là « pwd » hoạt động như là « -L » được ghi rõ.

[tab][tab]Trạng thái thoát:
[tab][tab]Trả lại 0 nếu không đưa ra tùy chọn sai
[tab][tab]và nếu đọc được thư mục hiện thời.
Translated by Clytie Siddall
Located in builtins.c:414
480.
Null command.

No effect; the command does nothing.

Exit Status:
Always succeeds.
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.
Câu lệnh vô giá trị.

Không có tác dụng gì: câu lệnh không làm gì cả.

Trạng thái thoát:
Lúc nào cũng thành công.
Translated by Trần Ngọc Quân
Located in builtins.c:442
481.
Return a successful result.

Exit Status:
Always succeeds.
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.
Trả lại kết quả thành công.

Trạng thái thoát:
Lúc nào cũng thành công.
Translated by Trần Ngọc Quân
Located in builtins.c:453
482.
Return an unsuccessful result.

Exit Status:
Always fails.
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.
Trả về kết quả không thành công.

Trạng thái thoát:
Lúc nào cũng không thành công.
Translated by Trần Ngọc Quân
Located in builtins.c:462
483.
Execute a simple command or display information about commands.

Runs COMMAND with ARGS suppressing shell function lookup, or display
information about the specified COMMANDs. Can be used to invoke commands
on disk when a function with the same name exists.

Options:
-p[tab]use a default value for PATH that is guaranteed to find all of
[tab]the standard utilities
-v[tab]print a description of COMMAND similar to the `type' builtin
-V[tab]print a more verbose description of each COMMAND

Exit Status:
Returns exit status of COMMAND, or failure if COMMAND is not found.
[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ực thi một câu lệnh đơn giản, hoặc hiển thị thông tin về các câu lệnh.

Chạy LỆNH với các ĐỐI_SỐ thu hồi chức năng dò tìm chức năng trình bao,
hoạc hiển thị thông tin về các câu LỆNH được ghi rõ.
Có thể được dùng để gọi câu lệnh trên đĩa khi đã có một chức năng cùng tên.

Tùy chọn:
[tab]-p[tab]dùng một giá trị mặc định cho ĐƯỜNG_DẪN
[tab][tab]mà chắc chắn sẽ tìm mọi tiện ích tiêu chuẩn
[tab]-v[tab]in ra mô tả về câu LỆNH mà tương tự với dựng sẵn « type » (kiểu)
[tab]-V[tab]in ra mô tả chi tiết hơn về mỗi câu LỆNH

Trạng thái thoát:
Trả lại trạng thái thoát của câu LỆNH, hoặc bị lỗi nếu không tìm thấy câu LỆNH.
Translated by Clytie Siddall
Located in builtins.c:460
474483 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.