Browsing German translation

530 of 560 results
530.
Trap signals and other events.

Defines and activates handlers to be run when the shell receives signals
or other conditions.

ARG is a command to be read and executed when the shell receives the
signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC
is supplied) or `-', each specified signal is reset to its original
value. If ARG is the null string each SIGNAL_SPEC is ignored by the
shell and by the commands it invokes.

If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. If
a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. If
a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or a
script run by the . or source builtins finishes executing. A SIGNAL_SPEC
of ERR means to execute ARG each time a command's failure would cause the
shell to exit when the -e option is enabled.

If no arguments are supplied, trap prints the list of commands associated
with each signal.

Options:
-l[tab]print a list of signal names and their corresponding numbers
-p[tab]display the trap commands associated with each SIGNAL_SPEC

Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal number.
Signal names are case insensitive and the SIG prefix is optional. A
signal may be sent to the shell with "kill -signal $$".

Exit Status:
Returns success unless a SIGSPEC is invalid or an invalid option is given.
[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.
Fängt Signale und andere Ereignisse ab.

Definiert und aktiviert Prüfroutinen, die ausgeführt werden, wenn die Shell
Signale oder andere Bedingungen empfängt.

ARGUMENT ist ein Kommando, dass gelesen und ausgeführt wird, wenn die Shell
die Signale SIGNALBEZEICHNUNG empfängt. Wenn ein ARGUMENT oder »-« fehlt
(und eine einzelne SIGNALBEZEICHNUNG angegeben ist), wird jedes angegebene
Signal auf den ursprünglichen Wert zurückgesetzt. Wenn ARGUMENT eine leere
Zeichenkette ist, wird jede SIGNALBEZEICHNUNG von der Shell und das
aufrufende Kommando ignoriert.

Wenn eine SIGNALBEZEICHNUNG »EXIT (0)« ist, wird ARGUMENT beim Beenden der
Shell ausgeführt. Wenn eine SIGNALBEZEICHNUNG »DEBUG« ist, wird ARGUMENT
vor jedem einfachen Kommando ausgeführt. Wenn eine SIGNALBEZEICHNUNG
»RETURN« ist, wird ARGUMENT jedes mal ausgeführt, wenn eine Shell-Funktion
oder durch ».« oder »source« ausgeführtes Skript beendet wurde. Wenn eine
SIGNALBEZEICHNUNG »ERR« ist, wird ARGUMENT jedes mal ausgeführt, wenn bei
aktivierter Option »-e« ein Kommandoabbruch die Shell beenden würde.

Wenn keine Argumente angegeben sind, wird eine Liste von Kommandos mit den
zugehörigen Signalen ausgegeben.

Optionen:
-l[tab]Gibt eine Liste der Signalnamen und der zugehörigen Nummern aus.
-p[tab]Zeigt die »trap«-Kommandos, die mit jeder SIGNALBEZEICHNUNG
[tab]verbunden sind.

Jede SIGNALBEZEICHNUNG ist entweder ein Signalname in <signal.h> oder eine
Signalnummer. Bei den Signalnamen ist Groß- und Kleinschreibung egal und
das Präfix »SIG« ist optional. Ein Signal kann mit »kill -signal $$« an die
Shell gesendet werden.

Rückgabewert:
Gibt »Erfolg« zurück, außer SIGNALBEZEICHNUNG ist ungültig oder eine
ungültige Option wurde angegeben.
Translated and reviewed by Hendrik Schrieber
Located in builtins.c:1365
530 of 560 results

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

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