Browsing Dutch translation

520 of 560 results
520.
Set or unset values of shell options and positional parameters.

Change the value of shell attributes and positional parameters, or
display the names and values of shell variables.

Options:
-a Mark variables which are modified or created for export.
-b Notify of job termination immediately.
-e Exit immediately if a command exits with a non-zero status.
-f Disable file name generation (globbing).
-h Remember the location of commands as they are looked up.
-k All assignment arguments are placed in the environment for a
command, not just those that precede the command name.
-m Job control is enabled.
-n Read commands but do not execute them.
-o option-name
Set the variable corresponding to option-name:
allexport same as -a
braceexpand same as -B
emacs use an emacs-style line editing interface
errexit same as -e
errtrace same as -E
functrace same as -T
hashall same as -h
histexpand same as -H
history enable command history
ignoreeof the shell will not exit upon reading EOF
interactive-comments
allow comments to appear in interactive commands
keyword same as -k
monitor same as -m
noclobber same as -C
noexec same as -n
noglob same as -f
nolog currently accepted but ignored
notify same as -b
nounset same as -u
onecmd same as -t
physical same as -P
pipefail the return value of a pipeline is the status of
the last command to exit with a non-zero status,
or zero if no command exited with a non-zero status
posix change the behavior of bash where the default
operation differs from the Posix standard to
match the standard
privileged same as -p
verbose same as -v
vi use a vi-style line editing interface
xtrace same as -x
-p Turned on whenever the real and effective user ids do not match.
Disables processing of the $ENV file and importing of shell
functions. Turning this option off causes the effective uid and
gid to be set to the real uid and gid.
-t Exit after reading and executing one command.
-u Treat unset variables as an error when substituting.
-v Print shell input lines as they are read.
-x Print commands and their arguments as they are executed.
-B the shell will perform brace expansion
-C If set, disallow existing regular files to be overwritten
by redirection of output.
-E If set, the ERR trap is inherited by shell functions.
-H Enable ! style history substitution. This flag is on
by default when the shell is interactive.
-P If set, do not resolve symbolic links when executing commands
such as cd which change the current directory.
-T If set, the DEBUG trap is inherited by shell functions.
-- Assign any remaining arguments to the positional parameters.
If there are no remaining arguments, the positional parameters
are unset.
- Assign any remaining arguments to the positional parameters.
The -x and -v options are turned off.

Using + rather than - causes these flags to be turned off. The
flags can also be used upon invocation of the shell. The current
set of flags may be found in $-. The remaining n ARGs are positional
parameters and are assigned, in order, to $1, $2, .. $n. If no
ARGs are given, all shell variables are printed.

Exit Status:
Returns success unless 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.
Waarden van shell-opties of positionele parameters instellen.

Schakelt shell-eigenschappen in/uit, of verandert waarden van positionele
parameters. Zonder opties of argumenten toont 'set' de namen en waarden
van alle gedefinieerde variabelen en functies, in een vorm die als invoer
hergebruikt kan worden. De volgende opties zijn beschikbaar (een '+' in
plaats van een '-' schakelt de betreffende eigenschap _uit_ i.p.v. in):

-a nieuwe of gewijzigde variabelen en functies automatisch exporteren
-B accoladevervanging uitvoeren (is standaard, b.v. a{b,c} -> ab ac)
-b beëindiging van een taak direct melden (i.p.v. na huidige opdracht)
-C omleiding van uitvoer mag gewone bestanden niet overschrijven
-E een 'trap' op ERR door laten werken in functies en dochterprocessen
-e de shell afsluiten zodra afsluitwaarde van een opdracht niet nul is
-f jokertekens voor bestandsnamen uitschakelen (geen 'globbing')
-H geschiedenisopdracht '!' beschikbaar stellen (standaard)
-h het volledige pad van opdrachten onthouden na eerste keer opzoeken
-k ook nakomende toewijzingen aan variabelen in de omgeving plaatsen
-m taakbesturing beschikbaar stellen (standaard)
-n opdrachten wel lezen maar niet uitvoeren ("droogzwemmen")
-o OPTIENAAM deze optie inschakelen (zie verderop voor de lange namen)
-P geen symbolische koppelingen herleiden bij opdrachten als 'cd' die
de huidige map wijzigen
-p geprivilegeerde modus: de bestanden aangeduid door ENV en BASH_ENV
worden genegeerd, functies worden niet uit de omgeving geïmporteerd,
en ook eventuele SHELLOPTS worden genegeerd; modus wordt automatisch
ingeschakeld als effectieve en echte UID of GID niet overeenkomen;
uitschakelen maakt dan effectieve UID en GID gelijk aan de echte
-T een 'trap' op DEBUG door laten werken in functies en dochterprocessen
-t afsluiten na het lezen en uitvoeren van één opdracht
-u het gebruik van niet-bestaande variabelen behandelen als een fout
-v invoerregel weergeven ("echoën") zodra deze gelezen is
-x elke opdracht met argumenten weergeven voordat deze wordt uitgevoerd
-- nakomende argumenten zijn positionele parameters; als er geen verdere
argumenten zijn, worden de bestaande positionele parameters gewist
- opties -v en -x uitschakelen; nakomende argumenten zijn positionele
parameters; maar zonder argumenten worden de bestaande niet gewist

De opties kunnen ook gebruikt worden bij het starten van de shell.
De huidige toestand van de eigenschappen is te vinden in $-. Eventuele
extra argumenten van 'set' worden begrepen als positionele parameters
en worden toegewezen aan $1, $2, ... $N.

De lange namen voor gebruik met optie -o (of +o) zijn:
allexport == -a (automatisch exporteren van nieuwen/gewijzigden)
braceexpand == -B (accoladevervanging uitvoeren)
emacs regelbewerkingsinterface in stijl van 'emacs' gebruiken
errexit == -e (shell afsluiten bij eerste fout)
errtrace == -E ('trap' op ERR overal laten gelden)
functrace == -T ('trap' op DEBUG overal laten gelden)
hashall == -h (gevonden pad van opdrachten onthouden)
histexpand == -H ('!'-opdracht beschikbaar stellen)
history opdrachtengeschiedenis beschikbaar stellen
ignoreeof Ctrl-D negeren; de shell niet afsluiten bij lezen van EOF
interactive-comments commentaar in interactieve opdrachten toestaan
keyword == -k (nakomende toewijzingen ook meenemen)
monitor == -m (taakbesturing beschikbaar stellen)
noclobber == -C (omleidingen geen bestanden laten overschrijven)
noexec == -n (opdrachten lezen maar niet uitvoeren)
noglob == -f (jokertekens uitschakelen)
nolog (herkend maar genegeerd)
notify == -b (beëindiging van een taak direct melden)
nounset == -u (niet-bestaande variabelen als een fout beschouwen)
onecmd == -t (afsluiten na uitvoeren van één opdracht)
physical == -P (fysieke paden volgen i.p.v. symbolische)
pipefail de afsluitwaarde van een pijplijn gelijkmaken aan die van
de laatste niet-succesvolle opdracht in de reeks, of aan
0 als alle opdrachten succesvol waren
posix de voorschriften van de POSIX-standaard strict volgen
privileged == -p (geprivilegeerde modus)
verbose == -v (elke invoerregel echoën)
vi regelbewerkingsinterface in stijl van 'vi' gebruiken
xtrace == -x (elke opdracht echoën)

De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd.
Translated by Benno Schulenberg
Voor de duidelijkheid is de tekstvolgorde veranderd.
Located in builtins.c:1041
520 of 560 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.