Browsing Hungarian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Hungarian guidelines.
484493 of 547 results
484.
Set variable values and attributes.

Declare variables and give them attributes. If no NAMEs are given,
display the attributes and values of all variables.

Options:
-f[tab]restrict action or display to function names and definitions
-F[tab]restrict display to function names only (plus line number and
[tab]source file when debugging)
-g[tab]create global variables when used in a shell function; otherwise
[tab]ignored
-p[tab]display the attributes and value of each NAME

Options which set attributes:
-a[tab]to make NAMEs indexed arrays (if supported)
-A[tab]to make NAMEs associative arrays (if supported)
-i[tab]to make NAMEs have the `integer' attribute
-l[tab]to convert NAMEs to lower case on assignment
-r[tab]to make NAMEs readonly
-t[tab]to make NAMEs have the `trace' attribute
-u[tab]to convert NAMEs to upper case on assignment
-x[tab]to make NAMEs export

Using `+' instead of `-' turns off the given attribute.

Variables with the integer attribute have arithmetic evaluation (see
the `let' command) performed when the variable is assigned a value.

When used in a function, `declare' makes NAMEs local, as with the `local'
command. The `-g' option suppresses this behavior.

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.
(no translation yet)
Located in builtins.c:479
485.
Set variable values and attributes.

Obsolete. See `help declare'.
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.
Változóértékek és attribútumok beállítása.

Elavult. Lásd „help declare”.
Translated by Gabor Kelemen
In upstream:
Változóértékeket és jellemzőket állít be.

Elavult. Lásd „help declare”.
Suggested by Mate Ory
Located in builtins.c:517
486.
Define local variables.

Create a local variable called NAME, and give it VALUE. OPTION can
be any option accepted by `declare'.

Local variables can only be used within a function; they are visible
only to the function where they are defined and its children.

Exit Status:
Returns success unless an invalid option is supplied, an error occurs,
or the shell is not executing a function.
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.
Helyi változók definiálása.

Egy NÉV nevű helyi változót hoz létre, és ÉRTÉK értéket ad neki. KAP-
CSOLÓ tetszőleges „declare” által elfogadott kapcsoló lehet.

A helyi változók csak a függvényen belül használhatóak, nem láthatóak
az őket definiáló függvényen és azok gyermekein kívül.

Kilépési kód:
Sikerrel tér vissza, kivéve ha érvénytelen kapcsolót kap, hiba
történt, vagy nem függvényben lett hívva.
Translated by Mate Ory
Located in builtins.c:525
487.
Write arguments to the standard output.

Display the ARGs on the standard output followed by a newline.

Options:
-n[tab]do not append a newline
-e[tab]enable interpretation of the following backslash escapes
-E[tab]explicitly suppress interpretation of backslash escapes

`echo' interprets the following backslash-escaped characters:
\a[tab]alert (bell)
\b[tab]backspace
\c[tab]suppress further output
\e[tab]escape character
\f[tab]form feed
\n[tab]new line
\r[tab]carriage return
\t[tab]horizontal tab
\v[tab]vertical tab
\\[tab]backslash
\0nnn[tab]the character whose ASCII code is NNN (octal). NNN can be
[tab]0 to 3 octal digits
\xHH[tab]the eight-bit character whose value is HH (hexadecimal). HH
[tab]can be one or two hex digits

Exit Status:
Returns success unless a write 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.
Argumentumok szabványos kimenetre írása.

Argumentumok és egy újsor kiírása a szabványos kimenetre.

Kapcsolók:
-n ne fűzzön hozzá újsort
-e az alábbi escape-szekvenciák értelmezése
-E escape-szekvenciák értelmezésének tiltása

Az „echo”a következő visszaper-escape-karaktereket értelmezi:
\a terminálcsengő
\b visszatörlés (backspace)
\c további kimenet elnyelése
\e escape-karakter
\f lapdobás-karakter
\n újsor-karakter
\r kocsivissza-karakter
\t vízszintes tabulátor
\v függőleges tabulátor
\\ visszaper (\)
\0nnn az oktális NNN ASCII-kódú karakter. NNN 0–3
oktális számjegy lehet
\xHH az a 8 bites karakter, amelynek értéke HH
(hexadecimálisan). HH egy vagy két hexaszámjegy lehet

Kilépési kód:
Sikerrel tér vissza, kivéve írási hiba esetén.
Translated by Mate Ory
Located in builtins.c:542
488.
Write arguments to the standard output.

Display the ARGs on the standard output followed by a newline.

Options:
-n[tab]do not append a newline

Exit Status:
Returns success unless a write 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.
Argumentumok szabványos kimenetre írása.

Argumentumok és egy újsor kiírása a szabványos kimenetre.

Kapcsolók:
-n[tab]ne fűzzön hozzá újsort

Kilépési kód:
Sikerrel tér vissza, kivéve írási hiba esetén.
Translated by Gabor Kelemen
In upstream:
Argumentumok szabványos kimenetre írása.

Argumentumok és egy újsor kiírása a szabványos kimenetre.

Kapcsolók:
-n ne fűzzön hozzá újsort

Kilépési kód:
Sikerrel tér vissza, kivéve írási hiba esetén.
Suggested by Mate Ory
Located in builtins.c:597
489.
Enable and disable shell builtins.

Enables and disables builtin shell commands. Disabling allows you to
execute a disk command which has the same name as a shell builtin
without using a full pathname.

Options:
-a[tab]print a list of builtins showing whether or not each is enabled
-n[tab]disable each NAME or display a list of disabled builtins
-p[tab]print the list of builtins in a reusable format
-s[tab]print only the names of Posix `special' builtins

Options controlling dynamic loading:
-f[tab]Load builtin NAME from shared object FILENAME
-d[tab]Remove a builtin loaded with -f

Without options, each NAME is enabled.

To use the `test' found in $PATH instead of the shell builtin
version, type `enable -n test'.

Exit Status:
Returns success unless NAME is not a shell builtin 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.
Parancsértelmező beépített parancsainak engedélyezése és tiltása.

Beépített parancsokat engedélyez és tilt. Egy parancs letiltásával az
elérési út beírása nélkül lehet beépített paranccsal megegyező nevű
programot futtatni.

Kapcsolók:
-a[tab]a beépített parancsok és azok állapotának listázása
-n[tab]minden NÉV tiltása vagy a tiltott parancsok listázása
-p[tab]a beépített parancsokat listázza újrahasználható formában
-s[tab]csak a Posix „special” beépített parancsokat listázza

Dinamikus betöltést szabályozó kapcsolók:
-f[tab]NÉV nevű beépített parancs betöltése a FÁJLNÉV megosztott
[tab][tab]objektumfájlból
-d[tab]egy -f kapcsolóval betöltött parancs eltávolítása

Kapcsolók nélkül minden NÉV engedélyezésre kerül

A beépített parancs helyett a $PATH-ban található „test” használatához
használja az „enable -n test” parancsot.

Kilépési kód:
Sikerrel tér vissza, kivéve ha a NÉV nem egy beépített parancs, vagy
hiba történt.
Translated by Gabor Kelemen
In upstream:
Parancsértelmező beépített parancsainak engedélyezése és tiltása.

Beépített parancsokat engedélyez és tilt. Egy parancs letiltásával az
elérési út beírása nélkül lehet beépített paranccsal megegyező nevű-
programot futtatni.

Kapcsolók:
-a a beépített parancsok és azok állapotának listázása
-n minden NÉV tiltása vagy a tiltott parancsok listázása
-p a beépített parancsokat listázza újrahasználható formában
-s csak a Posix „special” beépített parancsokat listázza

Dinamikus betöltést szabályozó kapcsolók:
-f NÉV nevű beépített parancs betöltése a FÁJLNÉV megosztott objek-
tumfájlból
-d egy -f kapcsolóval betöltött parancs eltávolítása

Kapcsolók nélkül minden NÉV engedélyezésre kerül

A beépített parancs helyett a $PATH-ban található „test” használatához
használja az „enable -n test” parancsot.

Kilépési kód:
Sikerrel tér vissza, kivéve ha NÉV nem egy beépített parancs, vagy hi-
ba történt.
Suggested by Mate Ory
Located in builtins.c:612
490.
Execute arguments as a shell command.

Combine ARGs into a single string, use the result as input to the shell,
and execute the resulting commands.

Exit Status:
Returns exit status of command or success if command is null.
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.
Argumentumok végrehajtása parancsként.

Az argumentumokat összefűzi, és az eredményt egy parancssorként hajtja
végre a parancsértelmező.

Kilépési kód:
A parancs kilépési kódjával tér vissza, vagy sikerrel, ha üres a parancs.
Translated by Gabor Kelemen
In upstream:
Argumentumok végrehajtása parancsként.

Az argumentumokat összefűzi, és az eredményt egy parancssorként hajtja
végre a parancsértelmező.

Kilépési kód:
A parancs kilépési kódjával tér vissza, vagy sikerrel, ha üres a pa-
rancs.
Suggested by Mate Ory
Located in builtins.c:640
491.
Parse option arguments.

Getopts is used by shell procedures to parse positional parameters
as options.

OPTSTRING contains the option letters to be recognized; if a letter
is followed by a colon, the option is expected to have an argument,
which should be separated from it by white space.

Each time it is invoked, getopts will place the next option in the
shell variable $name, initializing name if it does not exist, and
the index of the next argument to be processed into the shell
variable OPTIND. OPTIND is initialized to 1 each time the shell or
a shell script is invoked. When an option requires an argument,
getopts places that argument into the shell variable OPTARG.

getopts reports errors in one of two ways. If the first character
of OPTSTRING is a colon, getopts uses silent error reporting. In
this mode, no error messages are printed. If an invalid option is
seen, getopts places the option character found into OPTARG. If a
required argument is not found, getopts places a ':' into NAME and
sets OPTARG to the option character found. If getopts is not in
silent mode, and an invalid option is seen, getopts places '?' into
NAME and unsets OPTARG. If a required argument is not found, a '?'
is placed in NAME, OPTARG is unset, and a diagnostic message is
printed.

If the shell variable OPTERR has the value 0, getopts disables the
printing of error messages, even if the first character of
OPTSTRING is not a colon. OPTERR has the value 1 by default.

Getopts normally parses the positional parameters ($0 - $9), but if
more arguments are given, they are parsed instead.

Exit Status:
Returns success if an option is found; fails if the end of options is
encountered or an error occurs.
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.
Kapcsolók értelmezése.

A getopts parancsot arra használják az eljárások, hogy pozicionális
paramétereket kapcsolókként értelmezzenek.

A KAPCSOLÓK azokat a betűket tartalmazza, amelyeket fel kell ismerni.
Ha egy kapcsolót kettőspont követ, a kapcsoló kötelező paramétert vár.
Ezt a paramétert szóközzel kell elválasztani a kapcsolótól.

Minden végrehajtáskor a getopts a $név változóba helyezi a következő
kapcsolót (szükség esetén inicializálva a változót). A kapcsoló indexe
az OPTIND változóba kerül. Az OPTIND változót a parancsértelmező induláskor
1-re inicializálja. Ha a kapcsolónak paramétere van, ennek értéke
az OPTARG változóba kerül.

A getopts két módon tud hibát jelezni. Elnémítható a hibajelzés az OPCIÓK
kettősponttal való kezdésével. Ebben a módban nem kerül kiírásra
hibaüzenet. Ha a getopts érvénytelen opciót talál, ezt az OPTARG
változóba írja. Ha hiányzik egy kötelező paraméter, a $név változóba egy
kettőspont kerül, és a talált karakter az OPTARG-ba kerül.
Ha a getopts nincs néma módban, és érvénytelen kapcsolót talál, $NÉV-be
egy kérdőjel kerül, az OPTARG törlésre kerül, és hibaüzenetet ír ki.

Ha az OPTERR változó 0-ra van állítva, a getopts letiltja a hibaüzenetet,
akkor is, ha nem kettősponttal kezdődik az OPCIÓK. Az OPTERR alapértéke 1.

A getopts alapvetően a pozicionális paramétereket értelmezi ($0–$9), de
több argumentum esetén mindet kezeli.

Kilépési kód:
Sikerrel tér vissza, ha kapcsolót talált, sikertelenül, ha elfogytak a
kapcsolók, vagy hiba történt.
Translated by Gabor Kelemen
In upstream:
Kapcsolók értelmezése.

A getopts parancsot arra használják az eljárások, hogy pozicionális
paramétereket kapcsolókként értelmezzenek.

A KAPCSOLÓK azokat a betűket tartalmazza, amelyeket fel kell ismerni.
Ha egy kapcsolót kettőspont követ, a kapcsoló kötelező paramétert vár.
Ezt a paramétert szóközzel kell elválasztani a kapcsolótól.

Minden végrehajtáskor a getopts a $név változóba helyezi a következő
kapcsolót (szükség esetén inicializálva a változót). A kapcsoló indexe
az OPTIND változóba kerül. Az OPTIND változót a parancsértelmező indu-
láskor 1-re inicializálja. Ha a kapcsolónak paramétere van, ennek ér-
téke az OPTARG változóba kerül.

A getopts két módon tud hibát jelezni. Elnémítható a hibajelzés az OP-
CIÓK kettősponttal való kezdésével. Ebben a módban nem kerül kiírásra
hibaüzenet. Ha a getopts érvénytelen opciót talál, ezt az OPTARG vál-
tozóba írja. Ha hiányzik egy kötelező paraméter, a $név változóba egy
kettőspont kerül, és a talált karakter OPTARG-ba kerül.
Ha a getopts nincs néma módban, és érvénytelen kapcsolót talál, $név-
be egy kérdőjel kerül, OPTARG törlésre kerül, és hibaüzenetet ír ki.

Ha az OPTERR változó 0-ra van állítva, a getopts letiltja a hibaüzene-
tet, akkor is, ha nem kettősponttal kezdődik az OPCIÓK. OPTERR alapér-
téke 1.

A getopts alapvetően pozicionális paramétereket értelmezi ($0–$9), de
több argumentum esetén mindet kezeli.

Kilépési kód:
Sikerrel tér vissza, ha kapcsolót talált, sikertelenül, ha elfogytak a
kapcsolók vagy hiba történt.
Suggested by Mate Ory
Located in builtins.c:646
492.
Replace the shell with the given command.

Execute COMMAND, replacing this shell with the specified program.
ARGUMENTS become the arguments to COMMAND. If COMMAND is not specified,
any redirections take effect in the current shell.

Options:
-a name[tab]pass NAME as the zeroth argument to COMMAND
-c[tab][tab]execute COMMAND with an empty environment
-l[tab][tab]place a dash in the zeroth argument to COMMAND

If the command cannot be executed, a non-interactive shell exits, unless
the shell option `execfail' is set.

Exit Status:
Returns success unless COMMAND is not found or a redirection 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.
A parancsértelmező felváltása a megadott paranccsal.

PARANCS végrehajtása, kicserélve a parancsértelmezőt a megadott prog-
rammal. ARGUMENTUMOK lesznek a PARANCS argumentumai. Ha nincs PARANCS
megadva, a futó shellre kerülnek érvényesítésre az átirányítások.

Kapcsolók:
-a név NÉV átadása PARANCS-nak $0-ként
-c PARANCS végrehajtása üres környezettel
-l PARANCS-nak egy „-” átadása $0-ként

Ha a parancs nem hajtható végre, a nem interaktív parancsértelmező ki-
lép, kivéve, ha az „execfail” parancsértelmező-beállítás él.

Kilépési kód:
Sikerrel tér vissza, kivéve, ha PARANCS nem található vagy sikertelen
az átirányítás.
Translated by Mate Ory
Located in builtins.c:673
493.
Exit the shell.

Exits the shell with a status of N. If N is omitted, the exit status
is that 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.
Kilépés a parancsértelmezőből.

Kilép a parancsértelmezőből N kilépési kóddal. Ha az N hiányzik, az utolsó
parancs kilépési kódjával lép ki.
Translated by Gabor Kelemen
In upstream:
Kilép a parancsértelmezőből.

Kilép a parancsértelmezőből N kilépési kóddal. Ha N hiányzik, az utol-
só parancs kilépési kódjával lép ki.
Suggested by Mate Ory
Located in builtins.c:715
484493 of 547 results

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

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

Contributors to this translation: Balázs Úr, Gabor Kelemen, Gabor Kelemen, Gábor István, Karoly Gossler, Mate Ory, Molditz György, Robert Roth.