Browsing Dutch translation

517 of 547 results
517.
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.
Signalen en andere gebeurtenissen opvangen.

Definieert en activeert afhandelingsprocedures die uitgevoerd moeten
worden wanneer de shell een signaal of andere gebeurtenissen ontvangt.

ARGUMENT is een opdracht die gelezen en uitgevoerd wordt wanneer de shell
een van de opgegeven signalen ontvangt. Als ARGUMENT ontbreekt en er één
signaal gegeven is, of wanneer ARGUMENT '-' is, dan worden de opgegeven
signalen teruggezet op de waarde die ze hadden bij het starten van deze
shell. Als ARGUMENT de lege tekenreeks is, dan worden de opgegeven
signalen genegeerd door zowel deze shell als door alle dochterprocessen.

Als EXIT (0) als signaal opgegeven wordt, dan wordt ARGUMENT uitgevoerd
bij het afsluiten van de shell. Als DEBUG als signaal opgegeven wordt,
dan wordt ARGUMENT uitgevoerd vóór elke enkelvoudige opdracht. Als RETURN
als signaal opgegeven wordt, dan wordt ARGUMENT uitgevoerd elke keer als
een functie (of een met 'source' aangeroepen script) terugkeert. Als ERR
als signaal opgegeven wordt, dan wordt ARGUMENT uitgevoerd elke keer als
de mislukking van een opdracht de shell zou beëindigen als optie '-e'
gegeven was.

Als er geen enkel argument gegeven is, dan toont 'trap' welke opdrachten
er met welke signalen verbonden zijn.

Opties:
-l een overzicht tonen van signaalnummers en hun namen
-p voor elk gegeven signaal tonen welke opdracht ermee verbonden is

Signalen kunnen als naam of als nummer opgegeven worden, in hoofd- of in
kleine letters, en het voorvoegsel 'SIG' is optioneel. Merk op dat met
'kill -signaal $$' een signaal naar de huidige shell gestuurd kan worden.

De afsluitwaarde is 0, tenzij een ongeldige optie of SIGNAALAANDUIDING
gegeven werd.
Translated by Benno Schulenberg
Located in builtins.c:1365
517 of 547 results

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

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