1 # Dutch translations for GNU bush.
2 # Copyright (C) 2019 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the bush package.
5 # «Lernfähiger Software! Ich lach mich kaputt!»
7 # De vertaling van de ruim 70 laatste hulpteksten (65%) in dit bestand
8 # volgt niet helemaal het normale stramien van "onbepaalde wijs voor
9 # elke functieomschrijvende tekst". De hoofddocstring gebruikt wel
10 # de onbepaalde wijs, maar het begin van de gedetailleerde omschrijving
11 # stapt over op de derde persoon, om daarna een passieve vorm te
12 # gebruiken voor de rest van de preciseringen en uitzonderingen.
14 # Opmerking over vocabulair:
15 # 'Stopped' wordt consequent vertaald met "Gepauzeerd", omdat "Gestopt"
16 # te veel zou doen denken aan "Beëindigd", terwijl het alleen maar gaat
17 # om stilstaan en niet om finale opgave. Een alternatieve vertaling
18 # zou dus "Stilstand" kunnen zijn.
20 # Benno Schulenberg <benno@vertaalt.nl>, 2006, 2008, 2010, 2011, 2013, 2014.
21 # Benno Schulenberg <benno@vertaalt.nl>, 2015, 2016, 2019.
22 # Erwin Poeze <erwin.poeze@gmail.com>, 2009.
23 # Julie Vermeersch <julie@lambda1.be>, 2004.
24 # Erick Branderhorst <branderh@iaehv.nl>, 1996.
27 "Project-Id-Version: bush-5.0\n"
28 "Report-Msgid-Bugs-To: \n"
29 "POT-Creation-Date: 2020-11-28 12:51-0500\n"
30 "PO-Revision-Date: 2019-05-30 14:14+0200\n"
31 "Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
32 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
35 "Content-Type: text/plain; charset=UTF-8\n"
36 "Content-Transfer-Encoding: 8bit\n"
37 "X-Bugs: Report translation errors to the Language-Team address.\n"
38 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
41 msgid "bad array subscript"
42 msgstr "ongeldige array-index"
44 #: arrayfunc.c:421 builtins/declare.def:638 variables.c:2274 variables.c:2300
47 msgid "%s: removing nameref attribute"
48 msgstr "%s: 'nameref'-eigenschap wordt verwijderd"
50 #: arrayfunc.c:446 builtins/declare.def:851
52 msgid "%s: cannot convert indexed to associative array"
53 msgstr "%s: kan geïndexeerd array niet omzetten naar associatief array"
57 msgid "%s: invalid associative array key"
58 msgstr "%s: ongeldige sleutel voor associatief array"
62 msgid "%s: cannot assign to non-numeric index"
63 msgstr "%s: niet-numerieke index is niet mogelijk"
67 msgid "%s: %s: must use subscript when assigning associative array"
68 msgstr "%s: %s: een index is nodig bij toekenning aan associatief array"
72 msgid "%s: cannot create: %s"
73 msgstr "Kan %s niet aanmaken: %s"
76 msgid "bush_execute_unix_command: cannot find keymap for command"
78 "bush_execute_unix_command(): kan voor opdracht geen toetsenkaart vinden"
82 msgid "%s: first non-whitespace character is not `\"'"
83 msgstr "%s: eerste teken dat geen witruimte is is niet '\"'"
87 msgid "no closing `%c' in %s"
88 msgstr "geen sluit-'%c' in %s"
92 msgid "%s: missing colon separator"
93 msgstr "%s: ontbrekend scheidingsteken (dubbele punt)"
97 msgid "`%s': cannot unbind in command keymap"
98 msgstr "Kan %s niet losmaken"
102 msgid "brace expansion: cannot allocate memory for %s"
103 msgstr "accoladevervanging: onvoldoende geheugen beschikbaar voor %s"
107 msgid "brace expansion: failed to allocate memory for %u elements"
108 msgstr "accoladevervanging: onvoldoende geheugen beschikbaar voor %u elementen"
112 msgid "brace expansion: failed to allocate memory for `%s'"
113 msgstr "accoladevervanging: onvoldoende geheugen beschikbaar voor '%s'"
115 #: builtins/alias.def:131 variables.c:1844
117 msgid "`%s': invalid alias name"
118 msgstr "'%s': ongeldige naam voor alias"
120 #: builtins/bind.def:122 builtins/bind.def:125
121 msgid "line editing not enabled"
122 msgstr "regelbewerking is niet ingeschakeld"
124 #: builtins/bind.def:212
126 msgid "`%s': invalid keymap name"
127 msgstr "'%s': ongeldige naam voor toetsenkaart"
129 #: builtins/bind.def:252
131 msgid "%s: cannot read: %s"
132 msgstr "Kan %s niet lezen: %s"
134 #: builtins/bind.def:328 builtins/bind.def:358
136 msgid "`%s': unknown function name"
137 msgstr "'%s': onbekende functienaam"
139 #: builtins/bind.def:336
141 msgid "%s is not bound to any keys.\n"
142 msgstr "%s is aan geen enkele toets gebonden\n"
144 #: builtins/bind.def:340
146 msgid "%s can be invoked via "
147 msgstr "%s kan worden aangeroepen via "
149 #: builtins/bind.def:378 builtins/bind.def:395
151 msgid "`%s': cannot unbind"
152 msgstr "Kan %s niet losmaken"
154 #: builtins/break.def:77 builtins/break.def:119
156 msgstr "herhalingsaantal"
158 #: builtins/break.def:139
159 msgid "only meaningful in a `for', `while', or `until' loop"
160 msgstr "heeft alleen betekenis in een 'for'-, 'while'- of 'until'-lus"
162 #: builtins/caller.def:136
165 "Returns the context of the current subroutine call.\n"
167 " Without EXPR, returns \"$line $filename\". With EXPR, returns\n"
168 " \"$line $subroutine $filename\"; this extra information can be used to\n"
169 " provide a stack trace.\n"
171 " The value of EXPR indicates how many call frames to go back before the\n"
172 " current one; the top frame is frame 0."
174 "De context van de aanroep van de huidige functie tonen.\n"
176 " Zonder argument produceert het \"$regelnummer $bestandsnaam\"; met\n"
177 " argument \"$regelnummer $functienaam $bestandsnaam\". Deze tweede\n"
178 " vorm kan gebruikt worden om een 'stack trace' te produceren. De\n"
179 " waarde van het argument geeft aan hoeveel frames er teruggegaan\n"
180 " moet worden; het huidige frame heeft nummer 0.\n"
182 " De afsluitwaarde is 0, tenzij de shell momenteel geen functie uitvoert\n"
183 " of EXPRESSIE ongeldig is."
185 #: builtins/cd.def:327
187 msgstr "HOME is niet gedefinieerd"
189 #: builtins/cd.def:335 builtins/common.c:161 test.c:901
190 msgid "too many arguments"
191 msgstr "te veel argumenten"
193 #: builtins/cd.def:342
194 msgid "null directory"
197 #: builtins/cd.def:353
198 msgid "OLDPWD not set"
199 msgstr "OLDPWD is niet gedefinieerd"
201 #: builtins/common.c:96
206 #: builtins/common.c:134 error.c:264
209 msgstr "waarschuwing: "
211 #: builtins/common.c:148
214 msgstr "%s: Gebruik: "
216 #: builtins/common.c:193 shell.c:516 shell.c:844
218 msgid "%s: option requires an argument"
219 msgstr "%s: optie vereist een argument"
221 #: builtins/common.c:200
223 msgid "%s: numeric argument required"
224 msgstr "%s: vereist een numeriek argument"
226 #: builtins/common.c:207
228 msgid "%s: not found"
229 msgstr "%s: niet gevonden"
231 #: builtins/common.c:216 shell.c:857
233 msgid "%s: invalid option"
234 msgstr "%s: ongeldige optie"
236 #: builtins/common.c:223
238 msgid "%s: invalid option name"
239 msgstr "%s: ongeldige optienaam"
241 #: builtins/common.c:230 execute_cmd.c:2373 general.c:368 general.c:373
243 msgid "`%s': not a valid identifier"
244 msgstr "'%s': is geen geldige naam"
246 #: builtins/common.c:240
247 msgid "invalid octal number"
248 msgstr "ongeldig octaal getal"
250 #: builtins/common.c:242
251 msgid "invalid hex number"
252 msgstr "ongeldig hexadecimaal getal"
254 #: builtins/common.c:244 expr.c:1569
255 msgid "invalid number"
256 msgstr "ongeldig getal"
258 #: builtins/common.c:252
260 msgid "%s: invalid signal specification"
261 msgstr "%s: ongeldige signaalaanduiding"
263 #: builtins/common.c:259
265 msgid "`%s': not a pid or valid job spec"
266 msgstr "'%s': is geen PID en geen geldige taakaanduiding"
268 #: builtins/common.c:266 error.c:510
270 msgid "%s: readonly variable"
271 msgstr "%s: is een alleen-lezen variabele"
273 #: builtins/common.c:274
275 msgid "%s: %s out of range"
276 msgstr "%s: %s valt buiten bereik"
278 #: builtins/common.c:274 builtins/common.c:276
282 #: builtins/common.c:276
284 msgid "%s out of range"
285 msgstr "%s valt buiten bereik"
287 #: builtins/common.c:284
289 msgid "%s: no such job"
290 msgstr "%s: taak bestaat niet"
292 #: builtins/common.c:292
294 msgid "%s: no job control"
295 msgstr "%s: geen taakbesturing"
297 #: builtins/common.c:294
298 msgid "no job control"
299 msgstr "geen taakbesturing"
301 #: builtins/common.c:304
303 msgid "%s: restricted"
304 msgstr "%s: beperkte modus"
306 #: builtins/common.c:306
308 msgstr "beperkte modus"
310 #: builtins/common.c:314
312 msgid "%s: not a shell builtin"
313 msgstr "%s: is geen ingebouwde opdracht van de shell"
315 #: builtins/common.c:323
317 msgid "write error: %s"
318 msgstr "schrijffout: %s"
320 #: builtins/common.c:331
322 msgid "error setting terminal attributes: %s"
323 msgstr "fout tijdens instellen van terminaleigenschappen: %s"
325 #: builtins/common.c:333
327 msgid "error getting terminal attributes: %s"
328 msgstr "fout tijdens verkrijgen van terminaleigenschappen: %s"
330 #: builtins/common.c:635
332 msgid "%s: error retrieving current directory: %s: %s\n"
333 msgstr "%s: fout tijdens bepalen van huidige map: %s: %s\n"
335 #: builtins/common.c:701 builtins/common.c:703
337 msgid "%s: ambiguous job spec"
338 msgstr "%s: taakaanduiding is niet eenduidig"
340 #: builtins/common.c:964
341 msgid "help not available in this version"
342 msgstr "hulp is niet beschikbaar in deze versie"
344 #: builtins/common.c:1008 builtins/set.def:953 variables.c:3839
346 msgid "%s: cannot unset: readonly %s"
347 msgstr "Kan '%s' niet verwijderen: %s is alleen-lezen"
349 #: builtins/common.c:1013 builtins/set.def:932 variables.c:3844
351 msgid "%s: cannot unset"
352 msgstr "Kan '%s' niet verwijderen"
354 #: builtins/complete.def:287
356 msgid "%s: invalid action name"
357 msgstr "%s: ongeldige actienaam"
359 #: builtins/complete.def:486 builtins/complete.def:634
360 #: builtins/complete.def:865
362 msgid "%s: no completion specification"
363 msgstr "%s: is geen completerings-aanduiding"
365 #: builtins/complete.def:688
366 msgid "warning: -F option may not work as you expect"
367 msgstr "waarschuwing: optie -F functioneert mogelijk niet zoals verwacht"
369 #: builtins/complete.def:690
370 msgid "warning: -C option may not work as you expect"
371 msgstr "waarschuwing: optie -C functioneert mogelijk niet zoals verwacht"
373 #: builtins/complete.def:838
374 msgid "not currently executing completion function"
375 msgstr "er wordt momenteel geen completeringsfunctie uitgevoerd"
377 #: builtins/declare.def:134
378 msgid "can only be used in a function"
379 msgstr "kan alleen worden gebruikt binnen een functie"
381 #: builtins/declare.def:363 builtins/declare.def:756
383 msgid "%s: reference variable cannot be an array"
384 msgstr "%s: verwijzingsvariabele mag geen array zijn"
386 #: builtins/declare.def:374 variables.c:3385
388 msgid "%s: nameref variable self references not allowed"
389 msgstr "%s: zelfverwijzing door naamsverwijzingsvariabele is niet toegestaan"
391 #: builtins/declare.def:379 variables.c:2104 variables.c:3304 variables.c:3312
394 msgid "%s: circular name reference"
395 msgstr "%s: circulaire naamsverwijzing"
397 #: builtins/declare.def:384 builtins/declare.def:762 builtins/declare.def:773
399 msgid "`%s': invalid variable name for name reference"
400 msgstr "'%s': ongeldige variabelenaam voor naamsverwijzing"
402 #: builtins/declare.def:514
403 msgid "cannot use `-f' to make functions"
404 msgstr "'-f' kan niet gebruikt worden om een functie te definiëren"
406 #: builtins/declare.def:526 execute_cmd.c:5986
408 msgid "%s: readonly function"
409 msgstr "%s: is een alleen-lezen functie"
411 #: builtins/declare.def:824
413 msgid "%s: quoted compound array assignment deprecated"
414 msgstr "%s: aangehaalde samengesteld-array-toekenning is verouderd"
416 #: builtins/declare.def:838
418 msgid "%s: cannot destroy array variables in this way"
419 msgstr "%s: kan array-variabelen niet op deze manier verwijderen"
421 #: builtins/declare.def:845 builtins/read.def:815
423 msgid "%s: cannot convert associative to indexed array"
424 msgstr "%s: kan associatief array niet omzetten naar geïndexeerd array"
426 #: builtins/enable.def:143 builtins/enable.def:151
427 msgid "dynamic loading not available"
428 msgstr "dynamisch-laden is niet beschikbaar"
430 #: builtins/enable.def:343
432 msgid "cannot open shared object %s: %s"
433 msgstr "kan gedeeld object %s niet openen: %s"
435 #: builtins/enable.def:371
437 msgid "cannot find %s in shared object %s: %s"
438 msgstr "kan %s niet vinden in gedeeld object %s: %s"
440 #: builtins/enable.def:388
442 msgid "%s: dynamic builtin already loaded"
443 msgstr "%s: is niet dynamisch geladen"
445 #: builtins/enable.def:392
447 msgid "load function for %s returns failure (%d): not loaded"
448 msgstr "laadfunctie voor %s geeft foutcode (%d): is niet geladen"
450 #: builtins/enable.def:517
452 msgid "%s: not dynamically loaded"
453 msgstr "%s: is niet dynamisch geladen"
455 #: builtins/enable.def:543
457 msgid "%s: cannot delete: %s"
458 msgstr "Kan %s niet verwijderen: %s"
460 #: builtins/evalfile.c:138 builtins/hash.def:185 execute_cmd.c:5818
462 msgid "%s: is a directory"
463 msgstr "%s: is een map"
465 #: builtins/evalfile.c:144
467 msgid "%s: not a regular file"
468 msgstr "%s: is geen normaal bestand"
470 #: builtins/evalfile.c:153
472 msgid "%s: file is too large"
473 msgstr "%s: bestand is te groot"
475 #: builtins/evalfile.c:188 builtins/evalfile.c:206 shell.c:1647
477 msgid "%s: cannot execute binary file"
478 msgstr "%s: kan binair bestand niet uitvoeren"
480 #: builtins/exec.def:158 builtins/exec.def:160 builtins/exec.def:246
482 msgid "%s: cannot execute: %s"
483 msgstr "Kan %s niet uitvoeren: %s"
485 #: builtins/exit.def:64
490 #: builtins/exit.def:89
491 msgid "not login shell: use `exit'"
492 msgstr "geen login-shell; gebruik 'exit'"
494 #: builtins/exit.def:121
496 msgid "There are stopped jobs.\n"
497 msgstr "Er zijn nog gepauzeerde taken.\n"
499 #: builtins/exit.def:123
501 msgid "There are running jobs.\n"
502 msgstr "Er zijn nog draaiende taken.\n"
504 #: builtins/fc.def:275 builtins/fc.def:373 builtins/fc.def:417
505 msgid "no command found"
506 msgstr "geen opdracht gevonden"
508 #: builtins/fc.def:363 builtins/fc.def:368 builtins/fc.def:407
509 #: builtins/fc.def:412
510 msgid "history specification"
511 msgstr "geschiedenisaanduiding"
513 #: builtins/fc.def:444
515 msgid "%s: cannot open temp file: %s"
516 msgstr "Kan tijdelijk bestand '%s' niet openen: %s"
518 #: builtins/fg_bg.def:152 builtins/jobs.def:284
522 #: builtins/fg_bg.def:161
524 msgid "job %d started without job control"
525 msgstr "taak %d is gestart zonder taakbesturing"
527 #: builtins/getopt.c:110
529 msgid "%s: illegal option -- %c\n"
530 msgstr "%s: ongeldige optie -- %c\n"
532 #: builtins/getopt.c:111
534 msgid "%s: option requires an argument -- %c\n"
535 msgstr "%s: optie vereist een argument -- %c\n"
537 #: builtins/hash.def:91
538 msgid "hashing disabled"
539 msgstr "hashen is uitgeschakeld"
541 #: builtins/hash.def:139
543 msgid "%s: hash table empty\n"
544 msgstr "%s: de hash-tabel is leeg\n"
546 #: builtins/hash.def:267
548 msgid "hits\tcommand\n"
549 msgstr "treffers commando\n"
551 #: builtins/help.def:133
552 msgid "Shell commands matching keyword `"
553 msgid_plural "Shell commands matching keywords `"
554 msgstr[0] "Shell-opdrachten die overeenkomen met '"
555 msgstr[1] "Shell-opdrachten die overeenkomen met '"
557 #: builtins/help.def:135
563 #: builtins/help.def:185
566 "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
568 "Er is geen hulptekst voor '%s'.\n"
569 "Probeer 'help help' of 'man -k %s' of 'info %s'."
571 #: builtins/help.def:224
573 msgid "%s: cannot open: %s"
574 msgstr "Kan %s niet openen: %s"
576 #: builtins/help.def:524
579 "These shell commands are defined internally. Type `help' to see this list.\n"
580 "Type `help name' to find out more about the function `name'.\n"
581 "Use `info bush' to find out more about the shell in general.\n"
582 "Use `man -k' or `info' to find out more about commands not in this list.\n"
584 "A star (*) next to a name means that the command is disabled.\n"
587 "Hieronder staan alle interne shell-opdrachten opgesomd. Typ 'help' om dit\n"
588 "overzicht opnieuw te zien. Typ 'help naam' voor meer informatie over de\n"
589 "opdracht met die naam. Typ 'info bush' voor gedetailleerde informatie over\n"
590 "de gehele shell. En gebruik 'man -k ...' of 'info ...' voor meer "
592 "over andere opdrachten.\n"
594 "(Een sterretje (*) naast een naam betekent dat de functie uitgeschakeld "
598 #: builtins/history.def:155
599 msgid "cannot use more than one of -anrw"
600 msgstr "slechts één van '-a', '-n', '-r' of '-w' is mogelijk"
602 #: builtins/history.def:188 builtins/history.def:198 builtins/history.def:213
603 #: builtins/history.def:230 builtins/history.def:242 builtins/history.def:249
604 msgid "history position"
605 msgstr "geschiedenispositie"
607 #: builtins/history.def:340
609 msgid "%s: invalid timestamp"
610 msgstr "%s: ongeldig tijdsstempel"
612 #: builtins/history.def:451
614 msgid "%s: history expansion failed"
615 msgstr "%s: geschiedenisexpansie is mislukt"
617 #: builtins/inlib.def:71
619 msgid "%s: inlib failed"
620 msgstr "%s: 'inlib' is mislukt"
622 #: builtins/jobs.def:109
623 msgid "no other options allowed with `-x'"
624 msgstr "bij '-x' zijn geen andere opties toegestaan"
626 #: builtins/kill.def:211
628 msgid "%s: arguments must be process or job IDs"
629 msgstr "%s: argumenten moeten proces-IDs of taak-IDs zijn"
631 #: builtins/kill.def:274
632 msgid "Unknown error"
633 msgstr "Onbekende fout"
635 #: builtins/let.def:97 builtins/let.def:122 expr.c:639 expr.c:657
636 msgid "expression expected"
637 msgstr "uitdrukking werd verwacht"
639 #: builtins/mapfile.def:178
641 msgid "%s: not an indexed array"
642 msgstr "%s: is geen geïndexeerd array"
644 #: builtins/mapfile.def:271 builtins/read.def:308
646 msgid "%s: invalid file descriptor specification"
647 msgstr "%s: ongeldige aanduiding van bestandsdescriptor"
649 #: builtins/mapfile.def:279 builtins/read.def:315
651 msgid "%d: invalid file descriptor: %s"
652 msgstr "%d: ongeldige bestandsdescriptor: %s"
654 #: builtins/mapfile.def:288 builtins/mapfile.def:326
656 msgid "%s: invalid line count"
657 msgstr "%s: ongeldig regelaantal"
659 #: builtins/mapfile.def:299
661 msgid "%s: invalid array origin"
662 msgstr "%s: ongeldig array-begin"
664 # Quantum is een hoeveelheid regels, een getal.
665 # Callback is de aan te roepen functie, maar onnodig in de vertaling.
666 #: builtins/mapfile.def:316
668 msgid "%s: invalid callback quantum"
669 msgstr "%s: ongeldige hoeveelheid"
671 #: builtins/mapfile.def:349
672 msgid "empty array variable name"
673 msgstr "lege naam van array-variabele"
675 #: builtins/mapfile.def:370
676 msgid "array variable support required"
677 msgstr "ondersteuning van arrayvariabelen is vereist"
679 #: builtins/printf.def:419
681 msgid "`%s': missing format character"
682 msgstr "'%s': ontbrekend opmaakteken"
684 #: builtins/printf.def:474
686 msgid "`%c': invalid time format specification"
687 msgstr "'%c': ongeldige aanduiding van tijdsopmaak"
689 #: builtins/printf.def:676
691 msgid "`%c': invalid format character"
692 msgstr "'%c': ongeldig opmaakteken"
694 #: builtins/printf.def:702
696 msgid "warning: %s: %s"
697 msgstr "waarschuwing: %s: %s"
699 #: builtins/printf.def:788
701 msgid "format parsing problem: %s"
702 msgstr "probleem bij ontleden van opmaak: %s"
704 #: builtins/printf.def:885
705 msgid "missing hex digit for \\x"
706 msgstr "ontbrekend hexadecimaal cijfer bij \\x"
708 #: builtins/printf.def:900
710 msgid "missing unicode digit for \\%c"
711 msgstr "ontbrekend Unicode-cijfer bij \\%c"
713 #: builtins/pushd.def:199
714 msgid "no other directory"
715 msgstr "geen andere map"
717 #: builtins/pushd.def:360
719 msgid "%s: invalid argument"
720 msgstr "%s: ongeldig argument"
722 #: builtins/pushd.def:480
723 msgid "<no current directory>"
724 msgstr "<geen huidige map>"
726 #: builtins/pushd.def:524
727 msgid "directory stack empty"
728 msgstr "mappenstapel is leeg"
730 #: builtins/pushd.def:526
731 msgid "directory stack index"
732 msgstr "mappenstapelindex"
734 #: builtins/pushd.def:701
736 "Display the list of currently remembered directories. Directories\n"
737 " find their way onto the list with the `pushd' command; you can get\n"
738 " back up through the list with the `popd' command.\n"
741 " -c\tclear the directory stack by deleting all of the elements\n"
742 " -l\tdo not print tilde-prefixed versions of directories relative\n"
743 " \tto your home directory\n"
744 " -p\tprint the directory stack with one entry per line\n"
745 " -v\tprint the directory stack with one entry per line prefixed\n"
746 " \twith its position in the stack\n"
749 " +N\tDisplays the Nth entry counting from the left of the list shown "
751 " \tdirs when invoked without options, starting with zero.\n"
753 " -N\tDisplays the Nth entry counting from the right of the list shown "
755 "\tdirs when invoked without options, starting with zero."
757 "Toont de huidige lijst van onthouden mappen. Mappen worden aan deze\n"
758 " lijst toegevoegd met de opdracht 'pushd', en verwijderd met 'popd'.\n"
761 " -c de mappenstapel wissen door alle elementen te verwijderen\n"
762 " -l paden niet afkorten (relatief ten opzichte van uw thuismap)\n"
763 " maar volledig weergegeven\n"
764 " -p de mappenstapel tonen met één item per regel\n"
765 " -v als '-p' maar met elk item voorafgegaan wordt door diens positie\n"
769 " +N Toont het N-de item, tellend vanaf links, van de lijst getoond\n"
770 " door 'dirs' wanneer opgeroepen zonder opties, beginnend bij nul.\n"
771 " -N Toont het N-de item, tellend vanaf rechts, van de lijst getoond\n"
772 " door 'dirs' wanneer opgeroepen zonder opties, beginnend bij nul."
774 #: builtins/pushd.def:723
776 "Adds a directory to the top of the directory stack, or rotates\n"
777 " the stack, making the new top of the stack the current working\n"
778 " directory. With no arguments, exchanges the top two directories.\n"
781 " -n\tSuppresses the normal change of directory when adding\n"
782 " \tdirectories to the stack, so only the stack is manipulated.\n"
785 " +N\tRotates the stack so that the Nth directory (counting\n"
786 " \tfrom the left of the list shown by `dirs', starting with\n"
787 " \tzero) is at the top.\n"
789 " -N\tRotates the stack so that the Nth directory (counting\n"
790 " \tfrom the right of the list shown by `dirs', starting with\n"
791 " \tzero) is at the top.\n"
793 " dir\tAdds DIR to the directory stack at the top, making it the\n"
794 " \tnew current working directory.\n"
796 " The `dirs' builtin displays the directory stack."
798 "Voegt een map toe aan de top van de mappenstapel, of roteert de stapel\n"
799 " en maakt de huidige werkmap gelijk aan de nieuwe top van de stapel.\n"
800 " Zonder argumenten worden de bovenste twee mappen verwisseld.\n"
803 " -n de verandering van map onderdukken bij het toevoegen van mappen\n"
804 " aan de stapel, zodat alleen de stapel wordt gemanipuleerd\n"
807 " +N Roteert de stapel zodat de N-de map (tellend vanaf links, van\n"
808 " de lijst getoond door 'dirs', beginned bij nul) bovenaan komt.\n"
809 " -N Roteert de stapel zodat de N-de map (tellend vanaf rechts, van\n"
810 " de lijst getoond door 'dirs', beginned bij nul) bovenaan komt.\n"
811 " MAP Voegt deze map toe aan de top van de mappenstapel, en maakt het\n"
812 " de nieuwe werkmap.\n"
814 " De opdracht 'dirs' toont de huidige mappenstapel."
816 #: builtins/pushd.def:748
818 "Removes entries from the directory stack. With no arguments, removes\n"
819 " the top directory from the stack, and changes to the new top directory.\n"
822 " -n\tSuppresses the normal change of directory when removing\n"
823 " \tdirectories from the stack, so only the stack is manipulated.\n"
826 " +N\tRemoves the Nth entry counting from the left of the list\n"
827 " \tshown by `dirs', starting with zero. For example: `popd +0'\n"
828 " \tremoves the first directory, `popd +1' the second.\n"
830 " -N\tRemoves the Nth entry counting from the right of the list\n"
831 " \tshown by `dirs', starting with zero. For example: `popd -0'\n"
832 " \tremoves the last directory, `popd -1' the next to last.\n"
834 " The `dirs' builtin displays the directory stack."
836 "Verwijdert items van de mappenstapel. Zonder argumenten verwijdert\n"
837 " het de bovenste map van de stapel, en maakt de huidige werkmap\n"
838 " gelijk aan de nieuwe bovenste map.\n"
841 " -n de verandering van map onderdukken bij het toevoegen van mappen\n"
842 " aan de stapel, zodat alleen de stapel wordt gemanipuleerd\n"
845 " +N Verwijdert het N-de item tellend vanaf links (van de lijst\n"
846 " getoond door 'dirs', beginnend met nul). Bijvoorbeeld:\n"
847 " 'popd +0' verwijdert de eerste map, 'popd +' de tweede.\n"
848 " -N Verwijdert het N-de item tellend vanaf rechts (van de lijst\n"
849 " getoond door 'dirs', beginnend met nul). Bijvoorbeeld:\n"
850 " 'popd -0' verwijdert de laatste map, 'popd -1' de voorlaatste.\n"
852 " De opdracht 'dirs' toont de huidige mappenstapel."
854 #: builtins/read.def:280
856 msgid "%s: invalid timeout specification"
857 msgstr "%s: ongeldige aanduiding van tijdslimiet"
859 #: builtins/read.def:755
861 msgid "read error: %d: %s"
862 msgstr "leesfout: %d: %s"
864 #: builtins/return.def:68
865 msgid "can only `return' from a function or sourced script"
867 "kan alleen een 'return' doen uit een functie of een uit script aangeroepen "
870 #: builtins/set.def:869
871 msgid "cannot simultaneously unset a function and a variable"
872 msgstr "kan niet tegelijk een functie en een variabele verwijderen"
874 #: builtins/set.def:966
876 msgid "%s: not an array variable"
877 msgstr "%s: is geen array-variabele"
879 #: builtins/setattr.def:189
881 msgid "%s: not a function"
882 msgstr "%s: is geen functie"
884 #: builtins/setattr.def:194
886 msgid "%s: cannot export"
887 msgstr "Kan '%s' niet exporteren"
889 #: builtins/shift.def:72 builtins/shift.def:79
891 msgstr "shift-aantal"
893 #: builtins/shopt.def:310
894 msgid "cannot set and unset shell options simultaneously"
895 msgstr "kan shell-opties niet tegelijk inschakelen en uitschakelen"
897 #: builtins/shopt.def:428
899 msgid "%s: invalid shell option name"
900 msgstr "%s: ongeldige shell-optienaam"
902 #: builtins/source.def:128
903 msgid "filename argument required"
904 msgstr "vereist een bestandsnaam als argument"
906 #: builtins/source.def:154
908 msgid "%s: file not found"
909 msgstr "%s: bestand niet gevonden"
911 #: builtins/suspend.def:102
912 msgid "cannot suspend"
913 msgstr "kan niet pauzeren"
915 #: builtins/suspend.def:112
916 msgid "cannot suspend a login shell"
917 msgstr "kan een inlog-shell niet pauzeren"
919 #: builtins/type.def:235
921 msgid "%s is aliased to `%s'\n"
922 msgstr "%s is een alias voor '%s'\n"
924 #: builtins/type.def:256
926 msgid "%s is a shell keyword\n"
927 msgstr "%s is een shell-sleutelwoord\n"
929 #: builtins/type.def:275
931 msgid "%s is a function\n"
932 msgstr "%s is een functie\n"
934 #: builtins/type.def:299
936 msgid "%s is a special shell builtin\n"
937 msgstr "%s is een speciale ingebouwde shell-functie\n"
939 #: builtins/type.def:301
941 msgid "%s is a shell builtin\n"
942 msgstr "%s is een ingebouwde shell-functie\n"
944 #: builtins/type.def:323 builtins/type.def:408
949 #: builtins/type.def:343
951 msgid "%s is hashed (%s)\n"
952 msgstr "%s is gehasht (%s)\n"
954 #: builtins/ulimit.def:400
956 msgid "%s: invalid limit argument"
957 msgstr "%s: ongeldige limietwaarde"
959 #: builtins/ulimit.def:426
961 msgid "`%c': bad command"
962 msgstr "'%c': ongeldige opdracht"
964 #: builtins/ulimit.def:455
966 msgid "%s: cannot get limit: %s"
967 msgstr "%s: kan de limiet niet bepalen: %s"
969 #: builtins/ulimit.def:481
973 #: builtins/ulimit.def:493 builtins/ulimit.def:793
975 msgid "%s: cannot modify limit: %s"
976 msgstr "%s: kan de limiet niet wijzigen: %s"
978 #: builtins/umask.def:115
980 msgstr "octaal getal"
982 #: builtins/umask.def:232
984 msgid "`%c': invalid symbolic mode operator"
985 msgstr "'%c': ongeldige operator in symbolische modus"
987 #: builtins/umask.def:287
989 msgid "`%c': invalid symbolic mode character"
990 msgstr "'%c': ongeldig teken in symbolische modus"
992 #: error.c:89 error.c:347 error.c:349 error.c:351
998 msgid "last command: %s\n"
999 msgstr "laatste opdracht: %s\n"
1004 msgstr "Afbreken..."
1006 #. TRANSLATORS: this is a prefix for informational messages.
1010 msgstr "informatie: "
1013 msgid "unknown command error"
1014 msgstr "onbekende opdrachtfout"
1017 msgid "bad command type"
1018 msgstr "ongeldig opdrachttype"
1021 msgid "bad connector"
1022 msgstr "ongeldige verbinder"
1026 msgstr "ongeldige sprong"
1030 msgid "%s: unbound variable"
1031 msgstr "%s: ongebonden variabele"
1034 msgid "\atimed out waiting for input: auto-logout\n"
1035 msgstr "\awachten op invoer duurde te lang -- automatisch afgemeld\n"
1037 #: execute_cmd.c:537
1039 msgid "cannot redirect standard input from /dev/null: %s"
1040 msgstr "kan standaardinvoer niet omleiden vanaf /dev/null: %s"
1042 #: execute_cmd.c:1297
1044 msgid "TIMEFORMAT: `%c': invalid format character"
1045 msgstr "TIMEFORMAT: '%c': ongeldig opmaakteken"
1047 #: execute_cmd.c:2362
1049 msgid "execute_coproc: coproc [%d:%s] still exists"
1050 msgstr "execute_coproc(): coproc [%d:%s] bestaat nog steeds"
1052 #: execute_cmd.c:2486
1056 #: execute_cmd.c:4793
1058 msgid "eval: maximum eval nesting level exceeded (%d)"
1059 msgstr "eval: maximum 'eval'-nestingsniveau is overschreden (%d)"
1061 #: execute_cmd.c:4805
1063 msgid "%s: maximum source nesting level exceeded (%d)"
1064 msgstr "%s: maximum 'source'-nestingsniveau is overschreden (%d)"
1066 #: execute_cmd.c:4913
1068 msgid "%s: maximum function nesting level exceeded (%d)"
1069 msgstr "%s: maximum functie-nestingsniveau is overschreden (%d)"
1071 #: execute_cmd.c:5467
1073 msgid "%s: restricted: cannot specify `/' in command names"
1074 msgstr "%s: beperkte modus: '/' in opdrachtnamen is niet toegestaan"
1076 #: execute_cmd.c:5574
1078 msgid "%s: command not found"
1079 msgstr "%s: opdracht niet gevonden"
1081 #: execute_cmd.c:5816
1086 #: execute_cmd.c:5854
1088 msgid "%s: %s: bad interpreter"
1089 msgstr "%s: %s: ongeldige interpreter"
1091 #: execute_cmd.c:5891
1093 msgid "%s: cannot execute binary file: %s"
1094 msgstr "%s: kan binair bestand %s niet uitvoeren"
1096 #: execute_cmd.c:5977
1098 msgid "`%s': is a special builtin"
1099 msgstr "'%s' is een speciale ingebouwde shell-functie"
1101 #: execute_cmd.c:6029
1103 msgid "cannot duplicate fd %d to fd %d"
1104 msgstr "kan bestandsdescriptor %d niet dupliceren naar bestandsdescriptor %d"
1107 msgid "expression recursion level exceeded"
1108 msgstr "recursieniveau van expressies is overschreden"
1111 msgid "recursion stack underflow"
1112 msgstr "recursiestapel-onderloop"
1115 msgid "syntax error in expression"
1116 msgstr "syntaxfout in expressie"
1119 msgid "attempted assignment to non-variable"
1120 msgstr "poging tot toewijzing aan een niet-variabele"
1123 msgid "syntax error in variable assignment"
1124 msgstr "syntaxfout in toewijzing aan variabele"
1126 #: expr.c:544 expr.c:911
1127 msgid "division by 0"
1128 msgstr "deling door nul"
1131 msgid "bug: bad expassign token"
1132 msgstr "**interne fout**: onjuist symbool in toewijzingsexpressie"
1135 msgid "`:' expected for conditional expression"
1136 msgstr "':' werd verwacht voor een voorwaardelijke expressie"
1139 msgid "exponent less than 0"
1140 msgstr "exponent is kleiner dan 0"
1143 msgid "identifier expected after pre-increment or pre-decrement"
1144 msgstr "naam verwacht na pre-increment of pre-decrement"
1148 msgstr "ontbrekend ')'"
1150 #: expr.c:1107 expr.c:1487
1151 msgid "syntax error: operand expected"
1152 msgstr "syntaxfout: operator verwacht"
1155 msgid "syntax error: invalid arithmetic operator"
1156 msgstr "syntaxfout: ongeldige rekenkundige operator"
1160 msgid "%s%s%s: %s (error token is \"%s\")"
1161 msgstr "%s%s%s: %s (het onjuiste symbool is \"%s\")"
1164 msgid "invalid arithmetic base"
1165 msgstr "ongeldige rekenkundige basis"
1169 msgid "invalid integer constant"
1170 msgstr "%s: ongeldig regelaantal"
1173 msgid "value too great for base"
1174 msgstr "waarde is te groot voor basis"
1178 msgid "%s: expression error\n"
1179 msgstr "%s: expressiefout\n"
1182 msgid "getcwd: cannot access parent directories"
1183 msgstr "getwd(): kan geen geen toegang verkrijgen tot bovenliggende mappen"
1185 #: input.c:99 subst.c:6069
1187 msgid "cannot reset nodelay mode for fd %d"
1188 msgstr "kan 'nodelay'-modus niet uitschakelen voor bestandsdescriptor %d"
1192 msgid "cannot allocate new file descriptor for bush input from fd %d"
1194 "kan geen nieuwe bestandsdescriptor reserveren voor bush-invoer vanuit "
1195 "bestandsdescriptor %d"
1199 msgid "save_bush_input: buffer already exists for new fd %d"
1201 "check_bush_input(): buffer bestaat al voor nieuwe bestandsdescriptor %d"
1204 msgid "start_pipeline: pgrp pipe"
1205 msgstr "start_pipeline(): procesgroep van pijp"
1209 msgid "bgp_delete: LOOP: psi (%d) == storage[psi].bucket_next"
1214 msgid "bgp_search: LOOP: psi (%d) == storage[psi].bucket_next"
1219 msgid "forked pid %d appears in running job %d"
1220 msgstr "afgesplitst PID %d hoort bij draaiende taak %d"
1224 msgid "deleting stopped job %d with process group %ld"
1225 msgstr "verwijderen van gepauzeerde taak %d met procesgroep %ld..."
1229 msgid "add_process: pid %5ld (%s) marked as still alive"
1230 msgstr "add_process(): PID %5ld (%s) staat gemarkeerd als nog actief"
1234 msgid "describe_pid: %ld: no such pid"
1235 msgstr "describe_pid(): PID %ld bestaat niet"
1242 #: jobs.c:1879 jobs.c:1905
1246 #: jobs.c:1884 siglist.c:122
1253 msgstr "Gepauzeerd(%s)"
1257 msgstr "Wordt uitgevoerd"
1270 msgid "Unknown status"
1271 msgstr "Onbekende afsluitwaarde"
1275 msgid "(core dumped) "
1276 msgstr "(geheugendump gemaakt) "
1281 msgstr " (werkmap: %s)"
1285 msgid "child setpgid (%ld to %ld)"
1286 msgstr "instellen van procesgroep %2$ld van dochter %1$ld"
1288 #: jobs.c:2617 nojobs.c:664
1290 msgid "wait: pid %ld is not a child of this shell"
1291 msgstr "wait(): PID %ld is geen dochterproces van deze shell"
1295 msgid "wait_for: No record of process %ld"
1296 msgstr "wait_for(): proces %ld is nergens geregistreerd"
1300 msgid "wait_for_job: job %d is stopped"
1301 msgstr "wait_for_job(): taak %d is gepauzeerd"
1305 msgid "%s: no current jobs"
1306 msgstr "%s: taak bestaat niet"
1310 msgid "%s: job has terminated"
1311 msgstr "%s: taak is afgesloten"
1315 msgid "%s: job %d already in background"
1316 msgstr "%s: taak %d draait al op de achtergrond"
1319 msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1321 "waitchld(): WNOHANG wordt ingeschakeld om een onbegrensde blokkering te "
1326 msgid "%s: line %d: "
1327 msgstr "%s: regel %d: "
1329 #: jobs.c:4334 nojobs.c:919
1331 msgid " (core dumped)"
1332 msgstr " (geheugendump gemaakt)"
1334 #: jobs.c:4346 jobs.c:4359
1336 msgid "(wd now: %s)\n"
1337 msgstr "(werkmap is nu: %s)\n"
1340 msgid "initialize_job_control: getpgrp failed"
1341 msgstr "initialize_job_control: getpgrp() is mislukt"
1344 msgid "initialize_job_control: no job control in background"
1345 msgstr "initialize_job_control: geen taakbesturing in de achtergrond"
1348 msgid "initialize_job_control: line discipline"
1349 msgstr "initialize_job_control: lijnprotocol"
1352 msgid "initialize_job_control: setpgid"
1353 msgstr "initialize_job_control: setpgid()"
1355 #: jobs.c:4494 jobs.c:4503
1357 msgid "cannot set terminal process group (%d)"
1358 msgstr "kan procesgroep (%d) van terminal niet instellen"
1361 msgid "no job control in this shell"
1362 msgstr "er is geen taakbesturing in deze shell"
1364 #: lib/malloc/malloc.c:353
1366 msgid "malloc: failed assertion: %s\n"
1367 msgstr "malloc(): controletest is mislukt: %s\n"
1369 #: lib/malloc/malloc.c:369
1373 "malloc: %s:%d: assertion botched\r\n"
1376 "malloc(): %s:%d: controletest is mislukt\r\n"
1378 #: lib/malloc/malloc.c:370 lib/malloc/malloc.c:933
1382 #: lib/malloc/malloc.c:882
1383 msgid "malloc: block on free list clobbered"
1384 msgstr "malloc(): een pointer op de lijst van vrije blokken is overschreven"
1386 #: lib/malloc/malloc.c:972
1387 msgid "free: called with already freed block argument"
1388 msgstr "free(): aangeroepen met als argument een blok dat al vrijgegeven is"
1390 #: lib/malloc/malloc.c:975
1391 msgid "free: called with unallocated block argument"
1392 msgstr "free(): aangeroepen met als argument een ongebruikt blok"
1394 #: lib/malloc/malloc.c:994
1395 msgid "free: underflow detected; mh_nbytes out of range"
1396 msgstr "free(): onderloop: 'mh_nbytes' valt buiten bereik"
1398 #: lib/malloc/malloc.c:1001
1400 msgid "free: underflow detected; magic8 corrupted"
1401 msgstr "free(): onderloop: 'mh_nbytes' valt buiten bereik"
1403 #: lib/malloc/malloc.c:1009
1404 msgid "free: start and end chunk sizes differ"
1405 msgstr "free(): blokgroottes van begin en eind zijn verschillend"
1407 #: lib/malloc/malloc.c:1119
1408 msgid "realloc: called with unallocated block argument"
1409 msgstr "realloc(): aangeroepen met als argument een ongebruikt blok"
1411 #: lib/malloc/malloc.c:1134
1412 msgid "realloc: underflow detected; mh_nbytes out of range"
1413 msgstr "realloc(): onderloop: 'mh_nbytes' valt buiten bereik"
1415 #: lib/malloc/malloc.c:1141
1417 msgid "realloc: underflow detected; magic8 corrupted"
1418 msgstr "realloc(): onderloop: 'mh_nbytes' valt buiten bereik"
1420 #: lib/malloc/malloc.c:1150
1421 msgid "realloc: start and end chunk sizes differ"
1422 msgstr "realloc(): blokgroottes van begin en eind zijn verschillend"
1424 #: lib/malloc/table.c:191
1426 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1427 msgstr "register_alloc(): reserveringstabel is vol??\n"
1429 #: lib/malloc/table.c:200
1431 msgid "register_alloc: %p already in table as allocated?\n"
1432 msgstr "register_alloc(): %p staat al als gereserveerd in tabel??\n"
1434 #: lib/malloc/table.c:253
1436 msgid "register_free: %p already in table as free?\n"
1437 msgstr "register_free(): %p staat al als vrij in tabel??\n"
1439 #: lib/sh/fmtulong.c:102
1440 msgid "invalid base"
1441 msgstr "ongeldige basis"
1443 #: lib/sh/netopen.c:168
1445 msgid "%s: host unknown"
1446 msgstr "%s: onbekende host"
1448 #: lib/sh/netopen.c:175
1450 msgid "%s: invalid service"
1451 msgstr "%s: ongeldige service"
1453 #: lib/sh/netopen.c:306
1455 msgid "%s: bad network path specification"
1456 msgstr "%s: ongeldige aanduiding van netwerkpad"
1458 #: lib/sh/netopen.c:347
1459 msgid "network operations not supported"
1460 msgstr "netwerkoperaties worden niet ondersteund"
1464 msgid "setlocale: LC_ALL: cannot change locale (%s)"
1465 msgstr "setlocale(): LC_ALL: kan niet van taalregio veranderen (%s)"
1469 msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1470 msgstr "setlocale(): LC_ALL: kan niet van taalregio veranderen (%s): %s"
1474 msgid "setlocale: %s: cannot change locale (%s)"
1475 msgstr "setlocale(): %s: kan niet van taalregio veranderen (%s)"
1479 msgid "setlocale: %s: cannot change locale (%s): %s"
1480 msgstr "setlocale(): %s: kan niet van taalregio veranderen (%s): %s"
1483 msgid "You have mail in $_"
1484 msgstr "U hebt post in $_"
1487 msgid "You have new mail in $_"
1488 msgstr "U hebt nieuwe post in $_"
1492 msgid "The mail in %s has been read\n"
1493 msgstr "De post in %s is gelezen.\n"
1496 msgid "syntax error: arithmetic expression required"
1497 msgstr "syntaxfout: een rekenkundige uitdrukking is vereist"
1500 msgid "syntax error: `;' unexpected"
1501 msgstr "syntaxfout: onverwachte ';'"
1505 msgid "syntax error: `((%s))'"
1506 msgstr "syntaxfout: '((%s))'"
1510 msgid "make_here_document: bad instruction type %d"
1511 msgstr "make_here_document(): ongeldig instructietype %d"
1515 msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1517 "regel %d van \"hier\"-document eindigt met einde van bestand (verwachtte "
1522 msgid "make_redirection: redirection instruction `%d' out of range"
1523 msgstr "make_redirection(): omleidingsinstructie '%d' valt buiten bereik"
1528 "shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line "
1531 "shell_getc(): lengte van invoerregel (%zu) overschrijdt SIZE_MAX (%lu): "
1535 msgid "maximum here-document count exceeded"
1536 msgstr "maximum aantal \"hier\"-documenten is overschreden"
1538 #: parse.y:3581 parse.y:3957 parse.y:4556
1540 msgid "unexpected EOF while looking for matching `%c'"
1541 msgstr "onverwacht bestandseinde tijdens zoeken naar bijpassende '%c'"
1544 msgid "unexpected EOF while looking for `]]'"
1545 msgstr "onverwacht bestandseinde tijdens zoeken naar ']]'"
1549 msgid "syntax error in conditional expression: unexpected token `%s'"
1550 msgstr "syntaxfout in conditionele expressie: onverwacht symbool '%s'"
1553 msgid "syntax error in conditional expression"
1554 msgstr "syntaxfout in conditionele expressie"
1558 msgid "unexpected token `%s', expected `)'"
1559 msgstr "onverwacht symbool '%s'; ')' werd verwacht"
1562 msgid "expected `)'"
1563 msgstr "')' werd verwacht"
1567 msgid "unexpected argument `%s' to conditional unary operator"
1568 msgstr "onverwacht argument '%s' bij eenzijdige conditionele operator"
1571 msgid "unexpected argument to conditional unary operator"
1572 msgstr "onverwacht argument bij eenzijdige conditionele operator"
1576 msgid "unexpected token `%s', conditional binary operator expected"
1578 "onverwacht symbool '%s'; tweezijdige conditionele operator werd verwacht"
1581 msgid "conditional binary operator expected"
1582 msgstr "tweezijdige conditionele operator werd verwacht"
1586 msgid "unexpected argument `%s' to conditional binary operator"
1587 msgstr "onverwacht argument '%s' bij tweezijdige conditionele operator"
1590 msgid "unexpected argument to conditional binary operator"
1591 msgstr "onverwacht argument bij tweezijdige conditionele operator"
1595 msgid "unexpected token `%c' in conditional command"
1596 msgstr "onverwacht symbool '%c' in conditionele opdracht"
1600 msgid "unexpected token `%s' in conditional command"
1601 msgstr "onverwacht symbool '%s' in conditionele opdracht"
1605 msgid "unexpected token %d in conditional command"
1606 msgstr "onverwacht symbool %d in conditionele opdracht"
1610 msgid "syntax error near unexpected token `%s'"
1611 msgstr "syntaxfout nabij onverwacht symbool '%s'"
1615 msgid "syntax error near `%s'"
1616 msgstr "syntaxfout nabij '%s'"
1619 msgid "syntax error: unexpected end of file"
1620 msgstr "syntaxfout: onverwacht bestandseinde"
1623 msgid "syntax error"
1628 msgid "Use \"%s\" to leave the shell.\n"
1629 msgstr "Gebruik \"%s\" om de shell te verlaten.\n"
1632 msgid "unexpected EOF while looking for matching `)'"
1633 msgstr "onverwacht bestandseinde tijdens zoeken naar bijpassende ')'"
1637 msgid "completion: function `%s' not found"
1638 msgstr "completion(): functie '%s' niet gevonden"
1642 msgid "programmable_completion: %s: possible retry loop"
1643 msgstr "programmable_completion(): %s: mogelijke herprobeerlus"
1647 msgid "progcomp_insert: %s: NULL COMPSPEC"
1648 msgstr "progcomp_insert(): %s: lege COMPSPEC"
1652 msgid "print_command: bad connector `%d'"
1653 msgstr "print_command(): ongeldige verbinder '%d'"
1657 msgid "xtrace_set: %d: invalid file descriptor"
1658 msgstr "xtrace_set(): %d: ongeldige bestandsdescriptor"
1661 msgid "xtrace_set: NULL file pointer"
1662 msgstr "xtrace_set(): bestandspointer is NIL"
1666 msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1668 "xtrace-bestandsdescriptor (%d) != bestandsnummer van xtrace-bestandspointer "
1673 msgid "cprintf: `%c': invalid format character"
1674 msgstr "cprintf(): '%c': ongeldig opmaakteken"
1676 #: redir.c:149 redir.c:197
1677 msgid "file descriptor out of range"
1678 msgstr "bestandsdescriptor valt buiten bereik"
1682 msgid "%s: ambiguous redirect"
1683 msgstr "%s: omleiding is niet eenduidig"
1687 msgid "%s: cannot overwrite existing file"
1688 msgstr "%s: kan bestaand bestand niet overschrijven"
1692 msgid "%s: restricted: cannot redirect output"
1693 msgstr "%s: beperkte modus: omleiden van uitvoer is niet toegestaan"
1697 msgid "cannot create temp file for here-document: %s"
1698 msgstr "kan geen tijdelijk bestand maken voor \"hier\"-document: %s"
1702 msgid "%s: cannot assign fd to variable"
1703 msgstr "%s: kan bestandsdescriptor niet toewijzen aan variabele"
1706 msgid "/dev/(tcp|udp)/host/port not supported without networking"
1707 msgstr "/dev/(tcp|udp)/host/port is niet mogelijk zonder netwerk"
1709 #: redir.c:938 redir.c:1053 redir.c:1114 redir.c:1284
1710 msgid "redirection error: cannot duplicate fd"
1711 msgstr "omleidingsfout: kan bestandsdescriptor niet dupliceren"
1714 msgid "could not find /tmp, please create!"
1715 msgstr "Kan /tmp niet vinden; maak deze aan!"
1718 msgid "/tmp must be a valid directory name"
1719 msgstr "/tmp dient een geldige mapnaam te zijn"
1722 msgid "pretty-printing mode ignored in interactive shells"
1723 msgstr "pretty-printing-modus wordt genegeerd in interactieve shells"
1727 msgid "%c%c: invalid option"
1728 msgstr "%c%c: ongeldige optie"
1732 msgid "cannot set uid to %d: effective uid %d"
1733 msgstr "kan UID niet op %d instellen; effectieve UID is %d"
1737 msgid "cannot set gid to %d: effective gid %d"
1738 msgstr "kan GID niet op %d instellen; effectieve GID is %d"
1741 msgid "cannot start debugger; debugging mode disabled"
1742 msgstr "kan debugger niet starten; debugging-modus is uitgeschakeld"
1746 msgid "%s: Is a directory"
1747 msgstr "%s: is een map"
1750 msgid "I have no name!"
1751 msgstr "Ik heb geen naam!"
1755 msgid "GNU bush, version %s-(%s)\n"
1756 msgstr "GNU bush, versie %s-(%s)\n"
1761 "Usage:\t%s [GNU long option] [option] ...\n"
1762 "\t%s [GNU long option] [option] script-file ...\n"
1764 "Gebruik: %s [opties]\n"
1765 " %s [opties] scriptbestand...\n"
1768 msgid "GNU long options:\n"
1769 msgstr "Lange opties:\n"
1772 msgid "Shell options:\n"
1773 msgstr "Korte opties:\n"
1776 msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
1777 msgstr "\t-ilrsD, of -c OPDRACHT, of -O SHOPT-OPTIE (enkel bij aanroep)\n"
1781 msgid "\t-%s or -o option\n"
1782 msgstr "\t-%s, of -o optie (veranderbaar via 'set')\n"
1786 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1787 msgstr "Typ '%s -c \"help set\"' voor meer informatie over shell-opties.\n"
1791 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1793 "Typ '%s -c help' voor meer informatie over ingebouwde shell-functies.\n"
1797 msgid "Use the `bushbug' command to report bugs.\n"
1798 msgstr "Gebruik de opdracht 'bushbug' om fouten in bush te rapporteren.\n"
1802 msgid "bush home page: <http://www.gnu.org/software/bush>\n"
1803 msgstr "Webpagina van 'bush': <http://www.gnu.org/software/bush>\n"
1807 msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
1809 "Algemene hulp bij gebruik van GNU-software: <http://www.gnu.org/gethelp/>\n"
1813 msgid "sigprocmask: %d: invalid operation"
1814 msgstr "sigprocmask(): %d: ongeldige operatie"
1817 msgid "Bogus signal"
1818 msgstr "Niet-bestaand signaal"
1820 # Vroeger ging dit over het afsluiten van een modemverbinding,
1821 # tegenwoordig over het afsluiten van een pseudoterminal.
1828 msgstr "Onderbroken"
1830 # Verleden tijd, "Afgesloten", net als de andere actiesignaalnamen.
1836 msgid "Illegal instruction"
1837 msgstr "Ongeldige instructie"
1840 msgid "BPT trace/trap"
1841 msgstr "Traceer/breekpunt-instructie"
1844 msgid "ABORT instruction"
1845 msgstr "ABORT-instructie"
1848 msgid "EMT instruction"
1849 msgstr "EMT-instructie"
1852 msgid "Floating point exception"
1853 msgstr "Drijvendekomma-berekeningsfout"
1857 msgstr "Geëlimineerd"
1864 msgid "Segmentation fault"
1865 msgstr "Segmentatiefout"
1868 msgid "Bad system call"
1869 msgstr "Onjuiste systeemaanroep"
1873 msgstr "Gebroken pijp"
1884 msgid "Urgent IO condition"
1885 msgstr "Urgente in-/uitvoertoestand"
1888 msgid "Stopped (signal)"
1889 msgstr "Gepauzeerd (signaal)"
1896 msgid "Child death or stop"
1897 msgstr "Dochter is geëlimineerd of gestopt"
1900 msgid "Stopped (tty input)"
1901 msgstr "Gepauzeerd (terminalinvoer)"
1904 msgid "Stopped (tty output)"
1905 msgstr "Gepauzeerd (terminaluitvoer)"
1909 msgstr "I/O is mogelijk"
1917 msgstr "Bestandslimiet"
1920 msgid "Alarm (virtual)"
1921 msgstr "Alarm (virtueel)"
1924 msgid "Alarm (profile)"
1925 msgstr "Alarm (profiel)"
1928 msgid "Window changed"
1929 msgstr "Venster is veranderd"
1933 msgstr "Recordvergrendeling"
1936 msgid "User signal 1"
1937 msgstr "Gebruikerssignaal 1"
1940 msgid "User signal 2"
1941 msgstr "Gebruikerssignaal 2"
1944 msgid "HFT input data pending"
1945 msgstr "HFT-invoergegevens staan te wachten"
1948 msgid "power failure imminent"
1949 msgstr "stroomstoring dreigt"
1952 msgid "system crash imminent"
1953 msgstr "systeemcrash dreigt"
1956 msgid "migrate process to another CPU"
1957 msgstr "proces naar andere processor verplaatsen"
1960 msgid "programming error"
1961 msgstr "programmeerfout"
1964 msgid "HFT monitor mode granted"
1965 msgstr "HFT-monitormodus is gegeven"
1968 msgid "HFT monitor mode retracted"
1969 msgstr "HFT-monitormodus is herroepen"
1972 msgid "HFT sound sequence has completed"
1973 msgstr "HFT-geluidssequentie is afgespeeld"
1976 msgid "Information request"
1977 msgstr "Verzoek om informatie"
1979 #: siglist.c:222 siglist.c:224
1981 msgid "Unknown Signal #%d"
1982 msgstr "Onbekend signaal #%d"
1984 #: subst.c:1476 subst.c:1666
1986 msgid "bad substitution: no closing `%s' in %s"
1987 msgstr "ongeldige vervanging: geen sluit-'%s' in %s"
1991 msgid "%s: cannot assign list to array member"
1992 msgstr "%s: kan geen lijst toewijzen aan een array-element"
1994 #: subst.c:5910 subst.c:5926
1995 msgid "cannot make pipe for process substitution"
1996 msgstr "kan geen pijp maken voor procesvervanging"
1999 msgid "cannot make child for process substitution"
2000 msgstr "kan geen dochterproces maken voor procesvervanging"
2004 msgid "cannot open named pipe %s for reading"
2005 msgstr "kan pijp genaamd %s niet openen om te lezen"
2009 msgid "cannot open named pipe %s for writing"
2010 msgstr "kan pijp genaamd %s niet openen om te schrijven"
2014 msgid "cannot duplicate named pipe %s as fd %d"
2015 msgstr "kan pijp genaamd %s niet dupliceren als bestandsdescriptor %d"
2018 msgid "command substitution: ignored null byte in input"
2019 msgstr "opdrachtsubstitutie: null-byte in invoer is genegeerd"
2022 msgid "cannot make pipe for command substitution"
2023 msgstr "kan geen pijp maken voor opdrachtvervanging"
2026 msgid "cannot make child for command substitution"
2027 msgstr "kan geen dochterproces maken voor opdrachtvervanging"
2030 msgid "command_substitute: cannot duplicate pipe as fd 1"
2032 "command_substitute(): kan pijp niet dupliceren als bestandsdescriptor 1"
2034 #: subst.c:6883 subst.c:9952
2036 msgid "%s: invalid variable name for name reference"
2037 msgstr "%s: ongeldige variabelenaam voor naamsverwijzing"
2039 #: subst.c:6979 subst.c:6997 subst.c:7169
2041 msgid "%s: invalid indirect expansion"
2042 msgstr "%s: ongeldige indirecte expansie"
2044 #: subst.c:7013 subst.c:7177
2046 msgid "%s: invalid variable name"
2047 msgstr "%s: ongeldige variabelenaam"
2051 msgid "%s: parameter not set"
2052 msgstr "%s: parameter is niet ingesteld"
2056 msgid "%s: parameter null or not set"
2057 msgstr "%s: lege parameter, of niet ingesteld"
2059 #: subst.c:7503 subst.c:7518
2061 msgid "%s: substring expression < 0"
2062 msgstr "%s: resultaat van deeltekenreeks is kleiner dan nul"
2064 #: subst.c:9281 subst.c:9302
2066 msgid "%s: bad substitution"
2067 msgstr "%s: ongeldige vervanging"
2071 msgid "$%s: cannot assign in this way"
2072 msgstr "$%s: kan niet op deze manier toewijzen"
2076 "future versions of the shell will force evaluation as an arithmetic "
2079 "toekomstige versies van de shell zullen dit als een rekenkundige vervanging "
2084 msgid "bad substitution: no closing \"`\" in %s"
2085 msgstr "ongeldige vervanging: geen afsluitende '`' in %s"
2089 msgid "no match: %s"
2090 msgstr "geen overeenkomst: %s"
2093 msgid "argument expected"
2094 msgstr "argument werd verwacht"
2098 msgid "%s: integer expression expected"
2099 msgstr "%s: een geheel-getaluitdrukking werd verwacht"
2102 msgid "`)' expected"
2103 msgstr "')' werd verwacht"
2107 msgid "`)' expected, found %s"
2108 msgstr "')' werd verwacht; %s gevonden"
2110 #: test.c:466 test.c:799
2112 msgid "%s: binary operator expected"
2113 msgstr "tweezijdige operator werd verwacht, %s gevonden"
2115 #: test.c:756 test.c:759
2117 msgid "%s: unary operator expected"
2118 msgstr "eenzijdige operator werd verwacht, %s gevonden"
2122 msgstr "ontbrekende ']'"
2126 msgid "syntax error: `%s' unexpected"
2127 msgstr "syntaxfout: onverwachte ';'"
2130 msgid "invalid signal number"
2131 msgstr "ongeldig signaalnummer"
2135 msgid "trap handler: maximum trap handler level exceeded (%d)"
2136 msgstr "trap handler: maximum 'trap-handler'-niveau is overschreden (%d)"
2140 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
2141 msgstr "run_pending_traps(): ongeldige waarde in trap_list[%d]: %p"
2146 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
2148 "run_pending_traps: signaalverwerker is SIG_DFL, herzenden van %d (%s) aan "
2153 msgid "trap_handler: bad signal %d"
2154 msgstr "trap_handler(): ongeldig signaal %d"
2158 msgid "error importing function definition for `%s'"
2159 msgstr "fout tijdens importeren van functiedefinitie voor '%s'"
2163 msgid "shell level (%d) too high, resetting to 1"
2164 msgstr "shell-niveau is te hoog (%d); teruggezet op 1"
2167 msgid "make_local_variable: no function context at current scope"
2169 "make_local_variable(): er is geen functiecontext in huidige geldigheidsbereik"
2173 msgid "%s: variable may not be assigned value"
2174 msgstr "%s: aan variabele mag geen waarde toegewezen worden"
2178 msgid "%s: assigning integer to name reference"
2179 msgstr "%s: toekenning van geheel getal aan naamsverwijzing"
2182 msgid "all_local_variables: no function context at current scope"
2184 "all_local_variables(): er is geen functiecontext in huidige geldigheidsbereik"
2188 msgid "%s has null exportstr"
2189 msgstr "*** %s heeft lege export-tekenreeks"
2191 #: variables.c:4776 variables.c:4785
2193 msgid "invalid character %d in exportstr for %s"
2194 msgstr "*** ongeldig teken '%d' in export-tekenreeks voor %s"
2198 msgid "no `=' in exportstr for %s"
2199 msgstr "*** geen '=' in export-tekenreeks voor %s"
2202 msgid "pop_var_context: head of shell_variables not a function context"
2203 msgstr "pop_var_context(): top van 'shell_variables' is geen functiecontext"
2206 msgid "pop_var_context: no global_variables context"
2207 msgstr "pop_var_context(): er is geen 'global_variables'-context"
2210 msgid "pop_scope: head of shell_variables not a temporary environment scope"
2212 "pop_scope(): top van 'shell_variables' is geen tijdelijk geldigheidsbereik"
2216 msgid "%s: %s: cannot open as FILE"
2217 msgstr "%s: Kan %s niet openen als BESTAND"
2221 msgid "%s: %s: invalid value for trace file descriptor"
2222 msgstr "%s: ongeldige waarde %s voor 'trace'-bestandsdescriptor"
2226 msgid "%s: %s: compatibility value out of range"
2227 msgstr "%s: %s: compatibiliteitswaarde valt buiten bereik"
2229 #: version.c:46 version2.c:46
2231 msgid "Copyright (C) 2020 Free Software Foundation, Inc."
2232 msgstr "Copyright (C) 2018 Free Software Foundation, Inc."
2234 #: version.c:47 version2.c:47
2236 "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
2239 "De licentie is GPLv3+: GNU GPL versie 3 of later.\n"
2240 "Zie http://gnu.org/licenses/gpl.html voor de volledige tekst.\n"
2242 #: version.c:86 version2.c:86
2244 msgid "GNU bush, version %s (%s)\n"
2245 msgstr "GNU bush, versie %s (%s)\n"
2247 #: version.c:91 version2.c:91
2248 msgid "This is free software; you are free to change and redistribute it."
2250 "Dit is vrije software; u mag het vrijelijk wijzigen en verder verspreiden."
2252 #: version.c:92 version2.c:92
2253 msgid "There is NO WARRANTY, to the extent permitted by law."
2254 msgstr "Er is GEEN GARANTIE, voor zover de wet dit toestaat."
2258 msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
2259 msgstr "%s: kan geen %lu bytes reserveren (%lu bytes gereserveerd)"
2263 msgid "%s: cannot allocate %lu bytes"
2264 msgstr "%s: kan geen %lu bytes reserveren"
2268 msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
2269 msgstr "%s: %s:%d: kan geen %lu bytes reserveren (%lu bytes gereserveerd)"
2273 msgid "%s: %s:%d: cannot allocate %lu bytes"
2274 msgstr "%s: %s:%d: kan geen %lu bytes reserveren"
2277 msgid "alias [-p] [name[=value] ... ]"
2278 msgstr "alias [-p] [NAAM[=WAARDE] ... ]"
2281 msgid "unalias [-a] name [name ...]"
2282 msgstr "unalias [-a] NAAM [NAAM...]"
2286 "bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
2287 "x keyseq:shell-command] [keyseq:readline-function or readline-command]"
2289 "bind [-lpvsPSVX] [-m TOETSENKAART] [-f BESTANDSNAAM] [-q NAAM] [-u NAAM]\n"
2290 " [-r TOETSENREEKS] [-x TOETSENREEKS:SHELL-OPDRACHT]\n"
2291 " [TOETSENREEKS:READLINE-FUNCTIE | TOETSENREEKS:READLINE-OPDRACHT]"
2298 msgid "continue [n]"
2299 msgstr "continue [N]"
2302 msgid "builtin [shell-builtin [arg ...]]"
2303 msgstr "builtin [INGEBOUWDE_SHELLFUNCTIE [ARGUMENT...]]"
2306 msgid "caller [expr]"
2307 msgstr "caller [EXPRESSIE]"
2309 # XXX FIXME is this right?
2310 # can -@ only combine with -P, not with -L?
2312 msgid "cd [-L|[-P [-e]] [-@]] [dir]"
2313 msgstr "cd [-L|(-P [-e])] [-@] [MAP]"
2320 msgid "command [-pVv] command [arg ...]"
2321 msgstr "command [-pVv] OPDRACHT [ARGUMENT...]"
2325 msgid "declare [-aAfFgiIlnrtux] [-p] [name[=value] ...]"
2326 msgstr "declare [-aAfFgilnrtux] [-p] [NAAM[=WAARDE] ...]"
2330 msgid "typeset [-aAfFgiIlnrtux] [-p] name[=value] ..."
2331 msgstr "typeset [-aAfFgilnrtux] [-p] NAAM[=WAARDE]..."
2334 msgid "local [option] name[=value] ..."
2335 msgstr "local [OPTIE] NAAM[=WAARDE]..."
2338 msgid "echo [-neE] [arg ...]"
2339 msgstr "echo [-neE] [ARGUMENT...]"
2342 msgid "echo [-n] [arg ...]"
2343 msgstr "echo [-n] [ARGUMENT...]"
2346 msgid "enable [-a] [-dnps] [-f filename] [name ...]"
2347 msgstr "enable [-a] [-dnps] [-f BESTANDSNAAM] [NAAM...]"
2350 msgid "eval [arg ...]"
2351 msgstr "eval [ARGUMENT...]"
2355 msgid "getopts optstring name [arg ...]"
2356 msgstr "getopts OPTIETEKENREEKS NAAM [ARGUMENT]"
2360 msgid "exec [-cl] [-a name] [command [argument ...]] [redirection ...]"
2361 msgstr "exec [-cl] [-a NAAM] [OPDRACHT [ARGUMENT...]] [OMLEIDING...]"
2372 msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2374 "fc [-e EDITORNAAM] [-lnr] [EERSTE] [LAATSTE] of: fc -s "
2375 "[PATROON=VERVANGING] [OPDRACHT]"
2378 msgid "fg [job_spec]"
2379 msgstr "fg [TAAKAANDUIDING]"
2382 msgid "bg [job_spec ...]"
2383 msgstr "bg [TAAKAANDUIDING...]"
2386 msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2387 msgstr "hash [-lr] [-p PADNAAM] [-dt] [NAAM...]"
2390 msgid "help [-dms] [pattern ...]"
2391 msgstr "help [-dms] [PATROON...]"
2395 "history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2398 "history [-c] [-d POSITIE] [N] of: history -anrw [BESTANDSNAAM] of: "
2399 "history -ps ARGUMENT..."
2402 msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2404 "jobs [-lnprs] [TAAKAANDUIDING...] of: jobs -x OPDRACHT [ARGUMENT...]"
2407 msgid "disown [-h] [-ar] [jobspec ... | pid ...]"
2408 msgstr "disown [-h] [-ar] [TAAKAANDUIDING... | PID...] "
2412 "kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2415 "kill [-s SIGNAALNAAM | -n SIGNAALNUMMER | -SIGNAAL] PID | TAAKAANDUIDING\n"
2416 " of: kill -l [SIGNAAL]"
2419 msgid "let arg [arg ...]"
2420 msgstr "let ARGUMENT..."
2424 "read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2425 "prompt] [-t timeout] [-u fd] [name ...]"
2427 "read [-ers] [-a ARRAY] [-d SCHEIDINGSTEKEN] [-i TEKST] [-p PROMPT]\n"
2428 " [-n AANTAL_TEKENS] [-N AANTAL_TEKENS] [-t TIJDSLIMIET]\n"
2429 " [-u BESTANDSDESCRIPTOR] [NAAM...]"
2436 msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
2437 msgstr "set [--abefhkmnptuvxBCHP] [-o OPTIENAAM] [--] [ARGUMENT...]"
2440 msgid "unset [-f] [-v] [-n] [name ...]"
2441 msgstr "unset [-f] [-v] [-n] [NAAM...]"
2444 msgid "export [-fn] [name[=value] ...] or export -p"
2445 msgstr "export [-fn] [NAAM[=WAARDE] ...] of: export -p"
2448 msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
2449 msgstr "readonly [-aAf] [NAAM[=WAARDE] ...] of: readonly -p"
2456 msgid "source filename [arguments]"
2457 msgstr "source BESTANDSNAAM [ARGUMENTEN]"
2460 msgid ". filename [arguments]"
2461 msgstr ". BESTANDSNAAM [ARGUMENTEN]"
2464 msgid "suspend [-f]"
2465 msgstr "suspend [-f]"
2469 msgstr "test [EXPRESSIE]"
2473 msgstr "[ EXPRESSIE... ]"
2476 msgid "trap [-lp] [[arg] signal_spec ...]"
2477 msgstr "trap [-lp] [[ARGUMENT] SIGNAALAANDUIDING...]"
2480 msgid "type [-afptP] name [name ...]"
2481 msgstr "type [-afptP] NAAM..."
2484 msgid "ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]"
2485 msgstr "ulimit [-SHabcdefiklmnpqrstuvxPT] [GRENSWAARDE]"
2488 msgid "umask [-p] [-S] [mode]"
2489 msgstr "umask [-p] [-S] [MODUS]"
2493 msgid "wait [-fn] [-p var] [id ...]"
2494 msgstr "wait [-fn] [ID ...]"
2497 msgid "wait [pid ...]"
2498 msgstr "wait [-n] [PID ...]"
2501 msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2502 msgstr "for NAAM [in WOORDEN...] ; do OPDRACHTEN; done"
2505 msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2506 msgstr "for (( EXPR1; EXPR2; EXPR3 )); do OPDRACHTEN; done"
2509 msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2510 msgstr "select NAAM [in WOORDEN... ;] do OPDRACHTEN; done"
2513 msgid "time [-p] pipeline"
2514 msgstr "time [-p] PIJPLIJN"
2517 msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2518 msgstr "case WOORD in [PATROON [| PATROON]...) OPDRACHTEN ;;]... esac"
2522 "if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2525 "if OPDRACHTEN; then OPDRACHTEN; [elif OPDRACHTEN; then OPDRACHTEN;]... [else "
2529 msgid "while COMMANDS; do COMMANDS; done"
2530 msgstr "while OPDRACHTEN; do OPDRACHTEN; done"
2533 msgid "until COMMANDS; do COMMANDS; done"
2534 msgstr "until OPDRACHTEN; do OPDRACHTEN; done"
2537 msgid "coproc [NAME] command [redirections]"
2538 msgstr "coproc [NAAM] OPDRACHT [OMLEIDINGEN]"
2541 msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2542 msgstr "function NAAM { OPDRACHTEN ; } of: NAAM () { OPDRACHTEN ; }"
2545 msgid "{ COMMANDS ; }"
2546 msgstr "{ OPDRACHTEN ; }"
2549 msgid "job_spec [&]"
2550 msgstr "TAAKAANDUIDING [&]"
2553 msgid "(( expression ))"
2554 msgstr "(( EXPRESSIE ))"
2557 msgid "[[ expression ]]"
2558 msgstr "[[ EXPRESSIE ]]"
2561 msgid "variables - Names and meanings of some shell variables"
2562 msgstr "var - namen en betekenissen van enkele shell-variabelen"
2565 msgid "pushd [-n] [+N | -N | dir]"
2566 msgstr "pushd [-n] [+N | -N | MAP]"
2569 msgid "popd [-n] [+N | -N]"
2570 msgstr "popd [-n] [+N | -N]"
2573 msgid "dirs [-clpv] [+N] [-N]"
2574 msgstr "dirs [-clpv] [+N] [-N]"
2577 msgid "shopt [-pqsu] [-o] [optname ...]"
2578 msgstr "shopt [-pqsu] [-o] [OPTIENAAM...]"
2581 msgid "printf [-v var] format [arguments]"
2582 msgstr "printf [-v VARIABELE] OPMAAK [ARGUMENTEN]"
2587 "complete [-abcdefgjksuv] [-pr] [-DEI] [-o option] [-A action] [-G globpat] [-"
2588 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2589 "suffix] [name ...]"
2591 "complete [-abcdefgjksuv] [-pr] [-DEI] [-o OPTIE] [-A ACTIE] [-C OPDRACHT]\n"
2592 " [-F FUNCTIE] [-G PATROON] [-P PREFIX] [-S SUFFIX]\n"
2593 " [-W WOORDENLIJST] [-X FILTERPATROON] [NAAM...]"
2598 "compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-"
2599 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2601 "compgen [-abcdefgjksuv] [-o OPTIE] [-A ACTIE] [-C OPDRACHT] [-F FUNCTIE]\n"
2602 " [-G PATROON] [-P PREFIX] [-S SUFFIX]\n"
2603 " [-W WOORDENLIJST] [-X FILTERPATROON] [WOORD]"
2606 msgid "compopt [-o|+o option] [-DEI] [name ...]"
2607 msgstr "compopt [-o|+o OPTIE] [-DEI] [NAAM...]"
2611 "mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
2612 "callback] [-c quantum] [array]"
2614 "mapfile [-d SCHEIDINGSTEKEN] [-n AANTAL] [-O BEGIN] [-s AANTAL] [-t]\n"
2615 " [-u BESTANDSDESCRIPTOR] [-C FUNCTIE] [-c HOEVEELHEID] "
2620 "readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
2621 "callback] [-c quantum] [array]"
2623 "readarray [-d SCHEIDINGSTEKEN] [-n AANTAL] [-O BEGIN] [-s AANTAL] [-t]\n"
2624 " [-u BESTANDSDESCRIPTOR] [-C FUNCTIE] [-c HOEVEELHEID] "
2629 "Define or display aliases.\n"
2631 " Without arguments, `alias' prints the list of aliases in the reusable\n"
2632 " form `alias NAME=VALUE' on standard output.\n"
2634 " Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2635 " A trailing space in VALUE causes the next word to be checked for\n"
2636 " alias substitution when the alias is expanded.\n"
2639 " -p\tprint all defined aliases in a reusable format\n"
2642 " alias returns true unless a NAME is supplied for which no alias has "
2646 "Aliassen definiëren of tonen.\n"
2648 " Zonder argumenten, of met optie '-p', toont 'alias' op standaarduitvoer\n"
2649 " de huidige lijst van aliassen in de vorm: alias NAAM='VERVANGING'.\n"
2650 " Met argumenten, wordt er een alias gedefinieerd voor elke NAAM waarvoor\n"
2651 " een VERVANGING gegeven is. Als de VERVANGING eindigt op een spatie, "
2653 " wordt bij aliasexpansie ook van het nakomende woord gecontroleerd of "
2657 " De afsluitwaarde is 0, tenzij er een NAAM gegeven is waarvoor geen "
2663 "Remove each NAME from the list of defined aliases.\n"
2666 " -a\tremove all alias definitions\n"
2668 " Return success unless a NAME is not an existing alias."
2670 "Elke gegeven NAAM verwijderen uit de lijst van gedefinieerde aliassen.\n"
2672 " Met optie '-a' worden alle gedefinieerde aliassen verwijderd.\n"
2674 " De afsluitwaarde is 0, tenzij NAAM geen bestaande alias is."
2678 "Set Readline key bindings and variables.\n"
2680 " Bind a key sequence to a Readline function or a macro, or set a\n"
2681 " Readline variable. The non-option argument syntax is equivalent to\n"
2682 " that found in ~/.inputrc, but must be passed as a single argument:\n"
2683 " e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2686 " -m keymap Use KEYMAP as the keymap for the duration of this\n"
2687 " command. Acceptable keymap names are emacs,\n"
2688 " emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2690 " vi-command, and vi-insert.\n"
2691 " -l List names of functions.\n"
2692 " -P List function names and bindings.\n"
2693 " -p List functions and bindings in a form that can be\n"
2694 " reused as input.\n"
2695 " -S List key sequences that invoke macros and their "
2697 " -s List key sequences that invoke macros and their "
2699 " in a form that can be reused as input.\n"
2700 " -V List variable names and values\n"
2701 " -v List variable names and values in a form that can\n"
2702 " be reused as input.\n"
2703 " -q function-name Query about which keys invoke the named function.\n"
2704 " -u function-name Unbind all keys which are bound to the named "
2706 " -r keyseq Remove the binding for KEYSEQ.\n"
2707 " -f filename Read key bindings from FILENAME.\n"
2708 " -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2709 " \t\t\t\tKEYSEQ is entered.\n"
2710 " -X List key sequences bound with -x and associated "
2712 " in a form that can be reused as input.\n"
2715 " bind returns 0 unless an unrecognized option is given or an error occurs."
2717 "Toetsbindingen en variabelen van 'readline' instellen.\n"
2719 " Verbindt een toetsenreeks aan een 'readline'-functie of aan een macro,\n"
2720 " of stelt een 'readline'-variabele in. De syntax van argumenten die "
2722 " opties zijn is gelijkaardig aan die voor ~/.inputrc, maar zij dienen "
2724 " geheel te zijn, bijvoorbeeld: bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2727 " -f BESTANDSNAAM de toetsbindingen uit dit bestand lezen\n"
2728 " -l alle bekende functienamen opsommen\n"
2729 " -m TOETSENKAART deze toetsenkaart gebruiken voor de duur van deze\n"
2730 " opdracht; mogelijke toetsenkaarten zijn 'emacs',\n"
2731 " 'emacs-standard', 'emacs-meta', 'emacs-ctlx',\n"
2732 " 'vi', 'vi-move', 'vi-insert' en 'vi-command'\n"
2733 " -P functienamen en hun bindingen tonen\n"
2734 " -p functienamen en hun bindingen tonen, in een vorm "
2736 " hergebruikt kan worden als invoer\n"
2737 " -r TOETSENREEKS de binding voor deze toetsenreeks verwijderen\n"
2738 " -q FUNCTIENAAM tonen welke toetsen deze functie aanroepen\n"
2739 " -S toetsenreeksen tonen die macro's aanroepen\n"
2740 " -s toetsenreeksen tonen die macro's aanroepen, in een\n"
2741 " vorm die hergebruikt kan worden als invoer\n"
2742 " -u FUNCTIENAAM verwijdert alle toetsbindingen aan deze functie\n"
2743 " -V variabelenamen en hun waarden tonen\n"
2744 " -v variabelenamen en hun waarden tonen, in een vorm "
2746 " hergebruikt kan worden als invoer\n"
2747 " -x TOETSENREEKS:SHELL-OPDRACHT deze shell-opdracht uitvoeren als "
2749 " toetsenreeks ingevoerd wordt\n"
2750 " -X met '-x' gebonden toetsenreeksen en opdrachten "
2752 " in een vorm die hergebruikt kan worden als "
2755 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
2761 "Exit for, while, or until loops.\n"
2763 " Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n"
2767 " The exit status is 0 unless N is not greater than or equal to 1."
2769 "Een 'for'-, 'while'- of 'until'-lus beëindigen.\n"
2771 " Als N gegeven is, dan worden N niveaus van lussen beëindigd.\n"
2773 " De afsluitwaarde is 0, tenzij N kleiner dan 1 is."
2777 "Resume for, while, or until loops.\n"
2779 " Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2780 " If N is specified, resumes the Nth enclosing loop.\n"
2783 " The exit status is 0 unless N is not greater than or equal to 1."
2785 "De volgende herhaling van huidige 'for'-, 'while'- of 'until'-lus beginnen.\n"
2786 " Als N gegeven is, dan wordt N niveaus hoger doorgegaan.\n"
2788 " De afsluitwaarde is 0, tenzij N kleiner dan 1 is."
2792 "Execute shell builtins.\n"
2794 " Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2795 " lookup. This is useful when you wish to reimplement a shell builtin\n"
2796 " as a shell function, but need to execute the builtin within the "
2800 " Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2801 " not a shell builtin."
2803 "Een ingebouwde shell-functie uitvoeren.\n"
2805 " Voert de gegeven ingebouwde shell-functie met de gegeven argumenten "
2807 " Dit is handig als u de naam van een ingebouwde functie voor een eigen\n"
2808 " functie wilt gebruiken, maar toch de functionaliteit van de ingebouwde\n"
2809 " functie nodig hebt.\n"
2811 " De afsluitwaarde is die van de uitgevoerde shell-functie, of 1\n"
2812 " of 1 als INGEBOUWDE_SHELLFUNCTIE geen ingebouwde shell-functie is."
2816 "Return the context of the current subroutine call.\n"
2818 " Without EXPR, returns \"$line $filename\". With EXPR, returns\n"
2819 " \"$line $subroutine $filename\"; this extra information can be used to\n"
2820 " provide a stack trace.\n"
2822 " The value of EXPR indicates how many call frames to go back before the\n"
2823 " current one; the top frame is frame 0.\n"
2826 " Returns 0 unless the shell is not executing a shell function or EXPR\n"
2829 "De context van de aanroep van de huidige functie tonen.\n"
2831 " Zonder argument produceert het \"$regelnummer $bestandsnaam\"; met\n"
2832 " argument \"$regelnummer $functienaam $bestandsnaam\". Deze tweede\n"
2833 " vorm kan gebruikt worden om een 'stack trace' te produceren. De\n"
2834 " waarde van het argument geeft aan hoeveel frames er teruggegaan\n"
2835 " moet worden; het huidige frame heeft nummer 0.\n"
2837 " De afsluitwaarde is 0, tenzij de shell momenteel geen functie uitvoert\n"
2838 " of EXPRESSIE ongeldig is."
2842 "Change the shell working directory.\n"
2844 " Change the current directory to DIR. The default DIR is the value of "
2846 " HOME shell variable.\n"
2848 " The variable CDPATH defines the search path for the directory "
2850 " DIR. Alternative directory names in CDPATH are separated by a colon "
2852 " A null directory name is the same as the current directory. If DIR "
2854 " with a slash (/), then CDPATH is not used.\n"
2856 " If the directory is not found, and the shell option `cdable_vars' is "
2858 " the word is assumed to be a variable name. If that variable has a "
2860 " its value is used for DIR.\n"
2863 " -L\tforce symbolic links to be followed: resolve symbolic\n"
2864 " \t\tlinks in DIR after processing instances of `..'\n"
2865 " -P\tuse the physical directory structure without following\n"
2866 " \t\tsymbolic links: resolve symbolic links in DIR before\n"
2867 " \t\tprocessing instances of `..'\n"
2868 " -e\tif the -P option is supplied, and the current working\n"
2869 " \t\tdirectory cannot be determined successfully, exit with\n"
2870 " \t\ta non-zero status\n"
2871 " -@\ton systems that support it, present a file with extended\n"
2872 " \t\tattributes as a directory containing the file attributes\n"
2874 " The default is to follow symbolic links, as if `-L' were specified.\n"
2875 " `..' is processed by removing the immediately previous pathname "
2877 " back to a slash or the beginning of DIR.\n"
2880 " Returns 0 if the directory is changed, and if $PWD is set successfully "
2882 " -P is used; non-zero otherwise."
2884 "De huidige map wijzigen.\n"
2886 " Wijzigt de huidige map naar de gegeven MAP. Als geen MAP gegeven is,\n"
2887 " dan wordt de waarde van de variabele HOME gebruikt.\n"
2889 " De variabele CDPATH definieert de mappen waarin naar MAP gezocht wordt.\n"
2890 " De mapnamen in CDPATH worden gescheiden door dubbele punten (:); een\n"
2891 " lege mapnaam is hetzelfde als de huidige map (.). Als MAP begint met\n"
2892 " een slash (/), dan wordt CDPATH niet gebruikt.\n"
2894 " Als de gegeven map niet wordt gevonden, en shell-optie 'cdable_vars'\n"
2895 " is ingeschakeld, dan wordt het gegeven woord als een variabelenaam\n"
2896 " begrepen, en als die variabele een naam bevat, dan gaat 'cd' naar de\n"
2897 " map met die naam.\n"
2900 " -L symbolische koppelingen volgen; symbolische koppelingen in MAP\n"
2901 " worden herleid ná verwerking van instantiaties van '..'\n"
2902 " -P de fysieke mappenstructuur gebruiken zonder symbolische "
2904 " te volgen; symbolische koppelingen in MAP worden herleid vóór\n"
2905 " verwerking van instantiaties van '..'\n"
2906 " -e als optie '-P' gegeven is en de huidige map kan niet bepaald "
2908 " dan afsluiten met een niet-nul waarde\n"
2909 " -@ een bestand met uitgebreide kenmerken presenteren als een map "
2911 " deze bestandskenmerken bevat (op systemen die het "
2914 " Standaard worden symbolische koppelingen gevolgd, alsof '-L' gegeven "
2916 " Een '..' wordt verwerkt door het verwijderen van de direct voorafgaande\n"
2917 " padcomponent terug tot een slash of tot het begin van MAP.\n"
2919 " De afsluitwaarde is 0 als de gewenste map ingesteld kon worden, en als "
2921 " omgevingsvariabele PWD ingesteld kon worden als '-P' gegeven is, anders "
2926 "Print the name of the current working directory.\n"
2929 " -L\tprint the value of $PWD if it names the current working\n"
2931 " -P\tprint the physical directory, without any symbolic links\n"
2933 " By default, `pwd' behaves as if `-L' were specified.\n"
2936 " Returns 0 unless an invalid option is given or the current directory\n"
2939 "De naam van de huidige werkmap tonen.\n"
2942 " -L de waarde van $PWD tonen (als het de huidige werkmap aangeeft)\n"
2943 " -P het werkelijke, fysieke pad tonen, zonder symbolische "
2946 " Zonder opties wordt optie '-L' aangenomen.\n"
2948 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of de\n"
2949 " huidige map niet bepaald kon worden."
2955 " No effect; the command does nothing.\n"
2959 msgstr "Doet niets; de opdracht heeft geen effect; de afsluitwaarde is 0."
2963 "Return a successful result.\n"
2967 msgstr "Geeft afsluitwaarde 0, horend bij \"gelukt\"."
2971 "Return an unsuccessful result.\n"
2975 msgstr "Geeft afsluitwaarde 1, horend bij \"mislukt\"."
2979 "Execute a simple command or display information about commands.\n"
2981 " Runs COMMAND with ARGS suppressing shell function lookup, or display\n"
2982 " information about the specified COMMANDs. Can be used to invoke "
2984 " on disk when a function with the same name exists.\n"
2987 " -p use a default value for PATH that is guaranteed to find all of\n"
2988 " the standard utilities\n"
2989 " -v print a description of COMMAND similar to the `type' builtin\n"
2990 " -V print a more verbose description of each COMMAND\n"
2993 " Returns exit status of COMMAND, or failure if COMMAND is not found."
2995 "Een opdracht uitvoeren of informatie over een opdracht tonen.\n"
2997 " Voert de gegeven opdracht uit met de gegeven argumenten, waarbij een\n"
2998 " eventueel gelijknamige shell-functie genegeerd wordt. Dit kan gebruikt\n"
2999 " worden om een programma op schijf uit te voeren wanneer er een functie\n"
3000 " met dezelfde naam bestaat.\n"
3003 " -p een standaardwaarde voor PATH gebruiken, zodat alle\n"
3004 " standaardprogramma's gegarandeerd gevonden worden\n"
3005 " -v tonen welke opdracht er uitgevoerd zou worden\n"
3006 " -V als '-v' maar gedetailleerder\n"
3008 " De afsluitwaarde is die van de uitgevoerde OPDRACHT,\n"
3009 " of 1 als de OPDRACHT niet gevonden is."
3014 "Set variable values and attributes.\n"
3016 " Declare variables and give them attributes. If no NAMEs are given,\n"
3017 " display the attributes and values of all variables.\n"
3020 " -f\trestrict action or display to function names and definitions\n"
3021 " -F\trestrict display to function names only (plus line number and\n"
3022 " \t\tsource file when debugging)\n"
3023 " -g\tcreate global variables when used in a shell function; otherwise\n"
3025 " -I\tif creating a local variable, inherit the attributes and value\n"
3026 " \t\tof a variable with the same name at a previous scope\n"
3027 " -p\tdisplay the attributes and value of each NAME\n"
3029 " Options which set attributes:\n"
3030 " -a\tto make NAMEs indexed arrays (if supported)\n"
3031 " -A\tto make NAMEs associative arrays (if supported)\n"
3032 " -i\tto make NAMEs have the `integer' attribute\n"
3033 " -l\tto convert the value of each NAME to lower case on assignment\n"
3034 " -n\tmake NAME a reference to the variable named by its value\n"
3035 " -r\tto make NAMEs readonly\n"
3036 " -t\tto make NAMEs have the `trace' attribute\n"
3037 " -u\tto convert the value of each NAME to upper case on assignment\n"
3038 " -x\tto make NAMEs export\n"
3040 " Using `+' instead of `-' turns off the given attribute.\n"
3042 " Variables with the integer attribute have arithmetic evaluation (see\n"
3043 " the `let' command) performed when the variable is assigned a value.\n"
3045 " When used in a function, `declare' makes NAMEs local, as with the "
3047 " command. The `-g' option suppresses this behavior.\n"
3050 " Returns success unless an invalid option is supplied or a variable\n"
3051 " assignment error occurs."
3053 "Waarden en eigenschappen van variabelen instellen.\n"
3055 " Declareert de gegeven variabelen en/of kent hen eigenschappen toe.\n"
3056 " Als er geen namen van variabelen gegeven zijn, dan worden de\n"
3057 " bestaande variabelen en hun waarden getoond.\n"
3060 " -f alleen de gedefinieerde functies tonen (geen variabelen)\n"
3061 " -F alleen de namen van de functies tonen, zonder de definities\n"
3062 " -g globale variabelen aanmaken wanneer gebruikt in een shell-"
3064 " elders genegeerd\n"
3065 " -p van elke gegeven variabele de eigenschappen en waarde tonen\n"
3068 " -a van gegeven variabelen arrays maken (indien mogelijk)\n"
3069 " -A van gegeven variabelen associatieve arrays maken (indien "
3071 " -i aan gegeven variabelen de 'geheel getal'-eigenschap toekennen\n"
3072 " -l waarde van variabelen bij toekenning omzetten naar kleine "
3074 " -n de gegeven variabele een verwijzing maken naar de variabele die\n"
3075 " gegeven is als waarde\n"
3076 " -r de gegeven variabelen alleen-lezen maken\n"
3077 " -t aan gegeven variabelen de 'trace'-eigenschap toekennen\n"
3078 " -u waarde van variabelen bij toekenning omzetten naar hoofdletters\n"
3079 " -x de gegeven variabelen exporteren\n"
3081 " Een '+' in plaats van een '-' voor de letter schakelt de betreffende\n"
3082 " eigenschap uit.\n"
3084 " Bij variabelen met de 'geheel getal'-eigenschap wordt bij toewijzingen\n"
3085 " een rekenkundige evaluatie gedaan (zie 'let').\n"
3087 " Als 'declare' wordt gebruikt in een functie, dan maakt het elke gegeven\n"
3088 " naam lokaal, net zoals de opdracht 'local'. Optie '-g' onderdrukt dit.\n"
3090 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
3092 " toekenningsfout optrad."
3096 "Set variable values and attributes.\n"
3098 " A synonym for `declare'. See `help declare'."
3100 "Waarden en eigenschappen van variabelen instellen.\n"
3102 " Een synoniem van 'declare'. Zie 'help declare'."
3106 "Define local variables.\n"
3108 " Create a local variable called NAME, and give it VALUE. OPTION can\n"
3109 " be any option accepted by `declare'.\n"
3111 " Local variables can only be used within a function; they are visible\n"
3112 " only to the function where they are defined and its children.\n"
3115 " Returns success unless an invalid option is supplied, a variable\n"
3116 " assignment error occurs, or the shell is not executing a function."
3118 "Lokale variabelen definiëren.\n"
3120 " Maakt een lokale variabele NAAM aan, en kent deze de waarde WAARDE toe.\n"
3121 " OPTIE kan elke optie zijn die ook door 'declare' geaccepteerd wordt.\n"
3123 " 'local' kan alleen binnen een functie gebruikt worden, en zorgt ervoor\n"
3124 " dat het geldigheidsbereik van de variabele NAAM beperkt wordt tot de\n"
3125 " betreffende functie en diens dochters.\n"
3127 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd, er een\n"
3128 " toekenningsfout optrad, of de shell geen functie aan het uitvoeren is."
3132 "Write arguments to the standard output.\n"
3134 " Display the ARGs, separated by a single space character and followed by "
3136 " newline, on the standard output.\n"
3139 " -n\tdo not append a newline\n"
3140 " -e\tenable interpretation of the following backslash escapes\n"
3141 " -E\texplicitly suppress interpretation of backslash escapes\n"
3143 " `echo' interprets the following backslash-escaped characters:\n"
3144 " \\a\talert (bell)\n"
3146 " \\c\tsuppress further output\n"
3147 " \\e\tescape character\n"
3148 " \\E\tescape character\n"
3151 " \\r\tcarriage return\n"
3152 " \\t\thorizontal tab\n"
3153 " \\v\tvertical tab\n"
3154 " \\\\\tbackslash\n"
3155 " \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n"
3156 " \t\t0 to 3 octal digits\n"
3157 " \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n"
3158 " \t\tcan be one or two hex digits\n"
3159 " \\uHHHH\tthe Unicode character whose value is the hexadecimal value "
3161 " \t\tHHHH can be one to four hex digits.\n"
3162 " \\UHHHHHHHH the Unicode character whose value is the hexadecimal "
3164 " \t\tHHHHHHHH. HHHHHHHH can be one to eight hex digits.\n"
3167 " Returns success unless a write error occurs."
3169 "De gegeven argumenten naar standaarduitvoer schrijven.\n"
3171 " Schrijft de gegeven argumenten naar standaarduitvoer, elke twee "
3173 " door een spatie en aan het eind gevolgd door een nieuwe regel.\n"
3176 " -n de afsluitende nieuwe regel onderdrukken\n"
3177 " -e onderstaande backslash-stuurcodes interpreteren\n"
3178 " -E onderstaande backslash-stuurcodes niet interpreteren\n"
3180 " 'echo' kent de volgende stuurcodes:\n"
3181 " \\a geluidssignaal\n"
3183 " \\c geen verdere uitvoer produceren\n"
3186 " \\f nieuwe pagina (FF-teken)\n"
3187 " \\n nieuwe regel (LF-teken)\n"
3188 " \\r naar begin van huidige regel (CR-teken)\n"
3189 " \\t horizontale tab\n"
3190 " \\v verticale tab\n"
3191 " \\\\ een backslash (\\)\n"
3192 " \\0NNN het teken met ASCII-code NNN (octaal, 1 tot 3 cijfers)\n"
3193 " \\xHH het teken met code HH (hexadecimaal, 1 of 2 cijfers)\n"
3194 " \\uHHHH het Unicode-teken met code HHHH\n"
3195 " (hexadecimaal, 1 tot 4 cijfers)\n"
3196 " \\UHHHHHHHH het Unicode-teken met code HHHHHHHH\n"
3197 " (hexadecimaal, 1 tot 8 cijfers)\n"
3199 " De afsluitwaarde is 0, tenzij een schrijffout optrad."
3203 "Write arguments to the standard output.\n"
3205 " Display the ARGs on the standard output followed by a newline.\n"
3208 " -n\tdo not append a newline\n"
3211 " Returns success unless a write error occurs."
3213 "De gegeven argumenten naar standaarduitvoer schrijven.\n"
3215 " Schrijft de gegeven argumenten naar standaarduitvoer, gevolgd door een\n"
3216 " nieuwe regel. Optie '-n' onderdrukt deze afsluitende nieuwe regel.\n"
3218 " De afsluitwaarde is 0, tenzij een schrijffout optrad."
3222 "Enable and disable shell builtins.\n"
3224 " Enables and disables builtin shell commands. Disabling allows you to\n"
3225 " execute a disk command which has the same name as a shell builtin\n"
3226 " without using a full pathname.\n"
3229 " -a\tprint a list of builtins showing whether or not each is enabled\n"
3230 " -n\tdisable each NAME or display a list of disabled builtins\n"
3231 " -p\tprint the list of builtins in a reusable format\n"
3232 " -s\tprint only the names of Posix `special' builtins\n"
3234 " Options controlling dynamic loading:\n"
3235 " -f\tLoad builtin NAME from shared object FILENAME\n"
3236 " -d\tRemove a builtin loaded with -f\n"
3238 " Without options, each NAME is enabled.\n"
3240 " To use the `test' found in $PATH instead of the shell builtin\n"
3241 " version, type `enable -n test'.\n"
3244 " Returns success unless NAME is not a shell builtin or an error occurs."
3246 "Ingebouwde shell-opdrachten in- of uitschakelen.\n"
3248 " Schakelt ingebouwde opdrachten in of uit. Dit laatste maakt het "
3250 " om een bestand op schijf uit te voeren dat dezelfde naam heeft als een\n"
3251 " ingebouwde opdracht, zonder het volledige pad op te moeten geven.\n"
3254 " -a de ingebouwde opdrachten tonen en of ze in- of uitgeschakeld "
3256 " -n genoemde opdrachten uitschakelen of uitgeschakelde opdrachten "
3258 " -p uitvoer produceren die hergebruikt kan worden als invoer "
3260 " -s alleen de speciale POSIX ingebouwde opdrachten tonen\n"
3262 " Opties die het dynamisch laden besturen:\n"
3263 " -f ingebouwde opdracht NAAM laden uit gedeeld object BESTANDSNAAM\n"
3264 " -d opdracht die geladen is met '-f' verwijderen.\n"
3266 " Zonder opties wordt elke gegeven NAAM ingeschakeld. Zonder namen "
3268 " de ingeschakelde opdrachten getoond (of met '-n' de uitgeschakelde).\n"
3270 " Voorbeeld: om in plaats van de ingebouwde 'test' het bestand 'test' te\n"
3271 " gebruiken dat zich in uw zoekpad PATH bevindt, typt u 'enable -n test'.\n"
3273 " De afsluitwaarde is 0, tenzij NAAM geen ingebouwde shell-opdracht is of\n"
3274 " er een fout optreedt."
3278 "Execute arguments as a shell command.\n"
3280 " Combine ARGs into a single string, use the result as input to the "
3282 " and execute the resulting commands.\n"
3285 " Returns exit status of command or success if command is null."
3287 "Argumenten uitvoeren als een shell-opdracht.\n"
3289 " Combineert de gegeven argumenten tot een enkele tekenreeks, gebruikt "
3291 " als invoer voor de shell, en voert de resulterende opdrachten uit.\n"
3293 " De afsluitwaarde is die van de uitgevoerde opdracht, of 0 als de "
3300 "Parse option arguments.\n"
3302 " Getopts is used by shell procedures to parse positional parameters\n"
3305 " OPTSTRING contains the option letters to be recognized; if a letter\n"
3306 " is followed by a colon, the option is expected to have an argument,\n"
3307 " which should be separated from it by white space.\n"
3309 " Each time it is invoked, getopts will place the next option in the\n"
3310 " shell variable $name, initializing name if it does not exist, and\n"
3311 " the index of the next argument to be processed into the shell\n"
3312 " variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
3313 " a shell script is invoked. When an option requires an argument,\n"
3314 " getopts places that argument into the shell variable OPTARG.\n"
3316 " getopts reports errors in one of two ways. If the first character\n"
3317 " of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
3318 " this mode, no error messages are printed. If an invalid option is\n"
3319 " seen, getopts places the option character found into OPTARG. If a\n"
3320 " required argument is not found, getopts places a ':' into NAME and\n"
3321 " sets OPTARG to the option character found. If getopts is not in\n"
3322 " silent mode, and an invalid option is seen, getopts places '?' into\n"
3323 " NAME and unsets OPTARG. If a required argument is not found, a '?'\n"
3324 " is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
3327 " If the shell variable OPTERR has the value 0, getopts disables the\n"
3328 " printing of error messages, even if the first character of\n"
3329 " OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
3331 " Getopts normally parses the positional parameters, but if arguments\n"
3332 " are supplied as ARG values, they are parsed instead.\n"
3335 " Returns success if an option is found; fails if the end of options is\n"
3336 " encountered or an error occurs."
3338 "Opties ontleden.\n"
3340 " 'getopts' kan door shell-scripts gebruikt worden om positionele "
3342 " als opties te ontleden.\n"
3344 " De OPTIETEKENREEKS bevat de te herkennen optieletters; als een letter\n"
3345 " gevolgd wordt door een dubbele punt, dan hoort de optie een argument\n"
3346 " te hebben, ervan gescheiden door witruimte.\n"
3348 " Elke keer dat 'getopts' wordt aangeroepen, plaatst het de volgende\n"
3349 " gevonden optie in de gegeven shell-variabele NAAM, en het nummer van\n"
3350 " het daarna te behandelen argument in de variabele OPTIND. Deze OPTIND\n"
3351 " wordt geïnitialiseerd op 1 elke keer als de shell of een shell-script\n"
3352 " wordt aangeroepen. Als een optie een argument heeft, dan wordt dat\n"
3353 " argument in de shell-variabele OPTARG geplaatst.\n"
3355 " 'getopts' kan fouten op twee manieren rapporteren: in stille modus of\n"
3356 " in normale modus. Stille modus wordt gebruikt als het eerste teken\n"
3357 " van de optietekenreeks een dubbele punt is. In deze modus worden er\n"
3358 " geen foutmeldingen geprint. In stille modus geldt: als 'getopts' een\n"
3359 " ongeldige optie vindt, wordt dat teken in OPTARG geplaatst; als een\n"
3360 " vereist argument bij een optie ontbreekt, dan wordt een ':' in NAAM\n"
3361 " geplaatst en de optieletter in OPTARG. In normale modus geldt: als\n"
3362 " 'getopts' een ongeldige optie vindt, wordt een '?' in NAME geplaatst,\n"
3363 " en OPTARG leeggemaakt; als een vereist argument ontbreekt, dan wordt\n"
3364 " een ':' in NAAM geplaatst en de gevonden optieletter in OPTARG; in\n"
3365 " beide gevallen wordt er ook een foutmelding geprint.\n"
3367 " Als de shell-variabele OPTERR de waarde 0 heeft, wordt het printen\n"
3368 " van foutmeldingen uitgeschakeld, zelfs als het eerste teken van de\n"
3369 " optiereeks geen dubbele punt is. De standaardwaarde van OPTERR is 1.\n"
3371 " Normaliter ontleedt 'getopts' de positionele parameters: $0...$9.\n"
3372 " Maar als er argumenten gegeven worden, dan worden deze ontleed."
3376 "Replace the shell with the given command.\n"
3378 " Execute COMMAND, replacing this shell with the specified program.\n"
3379 " ARGUMENTS become the arguments to COMMAND. If COMMAND is not "
3381 " any redirections take effect in the current shell.\n"
3384 " -a name\tpass NAME as the zeroth argument to COMMAND\n"
3385 " -c\texecute COMMAND with an empty environment\n"
3386 " -l\tplace a dash in the zeroth argument to COMMAND\n"
3388 " If the command cannot be executed, a non-interactive shell exits, "
3390 " the shell option `execfail' is set.\n"
3393 " Returns success unless COMMAND is not found or a redirection error "
3396 "De shell vervangen door de gegeven opdracht.\n"
3398 " Voert de gegeven OPDRACHT uit, daarbij deze shell vervangend door dat\n"
3399 " programma. Eventuele ARGUMENTen worden de argumenten van OPDRACHT.\n"
3400 " Als er geen OPDRACHT gegeven is, dan worden eventuele omleidingen van\n"
3401 " kracht voor deze shell zelf.\n"
3404 " -a NAAM deze naam als nulde argument aan OPDRACHT meegeven\n"
3405 " -c de opdracht uitvoeren met een lege omgeving\n"
3406 " -l een koppelteken als nulde argument aan OPDRACHT meegeven\n"
3408 " Als de opdracht niet kan worden uitgevoerd, dan sluit een niet-"
3410 " shell af, tenzij de shell-optie 'execfail' aan staat.\n"
3412 " De afsluitwaarde is 0, tenzij OPDRACHT niet gevonden wordt of er een\n"
3413 " omleidingsfout optreedt."
3419 " Exits the shell with a status of N. If N is omitted, the exit status\n"
3420 " is that of the last command executed."
3422 "De shell beëindigen.\n"
3424 " Beëindigt de shell met een afsluitwaarde van N. Zonder N is de\n"
3425 " afsluitwaarde die van de laatst uitgevoerde opdracht."
3429 "Exit a login shell.\n"
3431 " Exits a login shell with exit status N. Returns an error if not "
3433 " in a login shell."
3435 "Een login-shell beëindigen.\n"
3437 " Beëindigt een login-shell met een afsluitwaarde van N. Geeft een\n"
3438 " foutmelding als de huidige shell geen login-shell is."
3442 "Display or execute commands from the history list.\n"
3444 " fc is used to list or edit and re-execute commands from the history "
3446 " FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
3447 " string, which means the most recent command beginning with that\n"
3451 " -e ENAME\tselect which editor to use. Default is FCEDIT, then "
3454 " -l \tlist lines instead of editing\n"
3455 " -n\tomit line numbers when listing\n"
3456 " -r\treverse the order of the lines (newest listed first)\n"
3458 " With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
3459 " re-executed after the substitution OLD=NEW is performed.\n"
3461 " A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
3462 " runs the last command beginning with `cc' and typing `r' re-executes\n"
3463 " the last command.\n"
3466 " Returns success or status of executed command; non-zero if an error "
3469 "Opdrachten uit de geschiedenis tonen of uitvoeren.\n"
3471 " Kan gebruikt worden om oude opdrachten te tonen, of om deze te bewerken\n"
3472 " en opnieuw uit te voeren. EERSTE en LAATSTE kunnen getallen zijn die "
3474 " bereik opgeven, of EERSTE kan een tekenreeksje zijn waarmee de "
3476 " opdracht wordt bedoeld die met die letters begint.\n"
3479 " -e EDITORNAAM de te gebruiken editor; standaard wordt de waarde van\n"
3480 " FCEDIT gebruikt, anders die van EDITOR, anders 'vi'\n"
3481 " -l een lijst met opdrachten tonen (in plaats van ze te bewerken)\n"
3482 " -n de lijst zonder nummers weergeven\n"
3483 " -r de volgorde van de lijst omdraaien (nieuwste eerst)\n"
3485 " In de vorm 'fc -s [PATROON=VERVANGING]... [OPDRACHT]', wordt OPDRACHT\n"
3486 " opnieuw uitgevoerd nadat de aangegeven vervangingen zijn gedaan.\n"
3488 " Een handige alias bij deze functie is r='fc -s', zodat het typen van\n"
3489 " 'r' de laatste opdracht opnieuw uitvoert, en het typen van 'r cc' de\n"
3490 " laatste opdracht die met 'cc' begon opnieuw uitvoert.\n"
3492 " De afsluitwaarde die van de uitgevoerde opdracht, of 0, of niet-nul als\n"
3493 " er een fout optreedt."
3497 "Move job to the foreground.\n"
3499 " Place the job identified by JOB_SPEC in the foreground, making it the\n"
3500 " current job. If JOB_SPEC is not present, the shell's notion of the\n"
3501 " current job is used.\n"
3504 " Status of command placed in foreground, or failure if an error occurs."
3506 "De gegeven taak in de voorgrond plaatsen.\n"
3508 " Plaatst de gegeven taak in de voorgrond, en maakt deze tot de huidige "
3510 " Als er geen taak gegeven is, dan wordt dat wat volgens de shell de "
3512 " taak is gebruikt.\n"
3514 " De afsluitwaarde is die van de in voorgrond geplaatste taak, of 1 als "
3516 " een fout optreedt."
3520 "Move jobs to the background.\n"
3522 " Place the jobs identified by each JOB_SPEC in the background, as if "
3524 " had been started with `&'. If JOB_SPEC is not present, the shell's "
3526 " of the current job is used.\n"
3529 " Returns success unless job control is not enabled or an error occurs."
3531 "De gegeven taken in de achtergrond plaatsen.\n"
3533 " Plaatst gegeven taken in de achtergrond, alsof deze gestart waren met "
3535 " Als er geen taak gegeven is, dan wordt dat wat volgens de shell de "
3537 " taak is gebruikt.\n"
3539 " De afsluitwaarde is 0, tenzij taakbeheer uitgeschakeld is of er een "
3545 "Remember or display program locations.\n"
3547 " Determine and remember the full pathname of each command NAME. If\n"
3548 " no arguments are given, information about remembered commands is "
3552 " -d\tforget the remembered location of each NAME\n"
3553 " -l\tdisplay in a format that may be reused as input\n"
3554 " -p pathname\tuse PATHNAME as the full pathname of NAME\n"
3555 " -r\tforget all remembered locations\n"
3556 " -t\tprint the remembered location of each NAME, preceding\n"
3557 " \t\teach location with the corresponding NAME if multiple\n"
3558 " \t\tNAMEs are given\n"
3560 " NAME\tEach NAME is searched for in $PATH and added to the list\n"
3561 " \t\tof remembered commands.\n"
3564 " Returns success unless NAME is not found or an invalid option is given."
3566 "Programmalocaties onthouden of tonen.\n"
3568 " Bepaalt en onthoudt voor elke gegeven opdracht-NAAM het volledige pad.\n"
3569 " Als er geen argumenten gegeven zijn, dan wordt informatie over de\n"
3570 " onthouden paden getoond.\n"
3573 " -d het pad van elke gegeven NAAM vergeten\n"
3574 " -l uitvoer produceren die herbruikbaar is als invoer\n"
3575 " -p PADNAAM te gebruiken PADNAAM van de opdracht NAAM\n"
3576 " -r alle paden vergeten\n"
3577 " -t voor elke gegeven naam het onthouden pad tonen\n"
3579 " Elke gegeven NAAM wordt opgezocht in $PATH en wordt toegevoegd aan de\n"
3580 " lijst met onthouden opdrachten.\n"
3582 " De afsluitwaarde is 0, tenzij NAAM niet gevonden wordt of een ongeldige\n"
3583 " optie gegeven werd."
3587 "Display information about builtin commands.\n"
3589 " Displays brief summaries of builtin commands. If PATTERN is\n"
3590 " specified, gives detailed help on all commands matching PATTERN,\n"
3591 " otherwise the list of help topics is printed.\n"
3594 " -d\toutput short description for each topic\n"
3595 " -m\tdisplay usage in pseudo-manpage format\n"
3596 " -s\toutput only a short usage synopsis for each topic matching\n"
3600 " PATTERN\tPattern specifying a help topic\n"
3603 " Returns success unless PATTERN is not found or an invalid option is "
3606 "Informatie tonen over ingebouwde opdrachten.\n"
3608 " Toont korte hulpteksten voor ingebouwde opdrachten van de shell.\n"
3609 " Als een PATROON gegeven is, dan worden hulpteksten getoond voor alle\n"
3610 " opdrachten die aan dit PATROON voldoen, anders wordt een lijst met\n"
3611 " onderwerpen waarvoor hulp beschikbaar is getoond.\n"
3614 " -d een korte omschrijving tonen voor elk onderwerp\n"
3615 " -m gebruiksbericht tonen in pseudo-opmaak van een man-pagina\n"
3616 " -s de uitvoer beperken tot een beknopt gebruiksbericht\n"
3618 " De afsluitwaarde is 0, tenzij niets aan PATROON voldoet of een "
3620 " optie gegeven werd."
3624 "Display or manipulate the history list.\n"
3626 " Display the history list with line numbers, prefixing each modified\n"
3627 " entry with a `*'. An argument of N lists only the last N entries.\n"
3630 " -c\tclear the history list by deleting all of the entries\n"
3631 " -d offset\tdelete the history entry at position OFFSET. Negative\n"
3632 " \t\toffsets count back from the end of the history list\n"
3634 " -a\tappend history lines from this session to the history file\n"
3635 " -n\tread all history lines not already read from the history file\n"
3636 " \t\tand append them to the history list\n"
3637 " -r\tread the history file and append the contents to the history\n"
3639 " -w\twrite the current history to the history file\n"
3641 " -p\tperform history expansion on each ARG and display the result\n"
3642 " \t\twithout storing it in the history list\n"
3643 " -s\tappend the ARGs to the history list as a single entry\n"
3645 " If FILENAME is given, it is used as the history file. Otherwise,\n"
3646 " if HISTFILE has a value, that is used, else ~/.bush_history.\n"
3648 " If the HISTTIMEFORMAT variable is set and not null, its value is used\n"
3649 " as a format string for strftime(3) to print the time stamp associated\n"
3650 " with each displayed history entry. No time stamps are printed "
3654 " Returns success unless an invalid option is given or an error occurs."
3656 "De opdrachtengeschiedenis tonen of bewerken.\n"
3658 " Geeft de lijst met uitgevoerde opdrachten weer (de \"geschiedenis\"),\n"
3659 " inclusief regelnummers; voor bewerkte items staat een '*'. Met een\n"
3660 " argument van N worden alleen de laatste N opdrachten getoond.\n"
3663 " -c huidige geschiedenis wissen: alle uitgevoerde opdrachten "
3665 " -d POSITIE het geschiedenisitem op deze positie verwijderen; een\n"
3666 " negatieve POSITIE telt terug vanaf het einde van de "
3669 " -a huidige geschiedenis aan eind van geschiedenisbestand toevoegen\n"
3670 " -n alle nog niet gelezen regels uit het geschiedenisbestand lezen\n"
3671 " en toevoegen aan het einde van huidige geschiedenis\n"
3672 " -r het geschiedenisbestand lezen en toevoegen aan het einde van\n"
3673 " huidige geschiedenis\n"
3674 " -w huidige geschiedenis naar het geschiedenisbestand schrijven\n"
3676 " -p geschiedenisopzoeking uitvoeren voor elk ARGUMENT en het "
3678 " tonen zonder dit in de geschiedenis op te slaan\n"
3679 " -s de ARGUMENTen als één enkel item aan de geschiedenis toevoegen\n"
3681 " Als een BESTANDSNAAM gegeven is, dan wordt dat gebruikt als het\n"
3682 " geschiedenisbestand, anders wordt de waarde van HISTFILE gebruikt, en\n"
3683 " als die variabele leeg is, dan ~/.bush_history.\n"
3685 " Als de variabele HISTTIMEFORMAT ingesteld en niet leeg is, dan wordt de\n"
3686 " waarde ervan gebruikt als een opmaaktekenreeks for strftime(3), om een\n"
3687 " tijdsstempel bij elk geschiedenisitem weer te geven. Anders worden "
3689 " tijdsstempels getoond.\n"
3691 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
3697 "Display status of jobs.\n"
3699 " Lists the active jobs. JOBSPEC restricts output to that job.\n"
3700 " Without options, the status of all active jobs is displayed.\n"
3703 " -l\tlists process IDs in addition to the normal information\n"
3704 " -n\tlists only processes that have changed status since the last\n"
3705 " \t\tnotification\n"
3706 " -p\tlists process IDs only\n"
3707 " -r\trestrict output to running jobs\n"
3708 " -s\trestrict output to stopped jobs\n"
3710 " If -x is supplied, COMMAND is run after all job specifications that\n"
3711 " appear in ARGS have been replaced with the process ID of that job's\n"
3712 " process group leader.\n"
3715 " Returns success unless an invalid option is given or an error occurs.\n"
3716 " If -x is used, returns the exit status of COMMAND."
3718 "De status van taken tonen.\n"
3720 " Toont de actieve taken. Een TAAKAANDUIDING beperkt de uitvoer tot "
3722 " die taak. Zonder opties wordt de status van alle actieve taken "
3726 " -l ook de proces-ID's tonen, naast de gewone informatie\n"
3727 " -n alleen processen tonen die sinds de vorige melding zijn "
3729 " -p alleen de proces-ID's tonen\n"
3730 " -r uitvoer beperken tot draaiende taken\n"
3731 " -s uitvoer beperken tot gepauzeerde taken\n"
3733 " Als optie '-x' gegeven is, wordt de gegeven OPDRACHT uitgevoerd nadat\n"
3734 " alle gegeven taken (in ARGUMENTen) afgesloten zijn (dat wil zeggen: hun\n"
3735 " proces-ID is vervangen door dat van hun moederproces).\n"
3737 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
3739 " fout optrad. Met optie '-x' is de afsluitwaarde die van OPDRACHT."
3743 "Remove jobs from current shell.\n"
3745 " Removes each JOBSPEC argument from the table of active jobs. Without\n"
3746 " any JOBSPECs, the shell uses its notion of the current job.\n"
3749 " -a\tremove all jobs if JOBSPEC is not supplied\n"
3750 " -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
3751 " \t\tshell receives a SIGHUP\n"
3752 " -r\tremove only running jobs\n"
3755 " Returns success unless an invalid option or JOBSPEC is given."
3757 "Taken uit de huidige shell verwijderen.\n"
3759 " Verwijdert elke gegeven taak uit de tabel met actieve taken. Zonder\n"
3760 " een TAAKAANDUIDING wordt dat wat volgens de shell de huidige taak is\n"
3764 " -a alle taken verwijderen (als geen TAAKAANDUIDING gegeven is)\n"
3765 " -h taken niet verwijderen maar zodanig markeren dat deze geen "
3767 " krijgen wanneer de shell een SIGHUP krijgt\n"
3768 " -r alleen draaiende taken verwijderen\n"
3770 " De afsluitwaarde is 0, tenzij een ongeldige optie of TAAKAANDUIDING\n"
3775 "Send a signal to a job.\n"
3777 " Send the processes identified by PID or JOBSPEC the signal named by\n"
3778 " SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n"
3779 " SIGTERM is assumed.\n"
3782 " -s sig\tSIG is a signal name\n"
3783 " -n sig\tSIG is a signal number\n"
3784 " -l\tlist the signal names; if arguments follow `-l' they are\n"
3785 " \t\tassumed to be signal numbers for which names should be listed\n"
3786 " -L\tsynonym for -l\n"
3788 " Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3789 " instead of process IDs, and allows processes to be killed if the limit\n"
3790 " on processes that you can create is reached.\n"
3793 " Returns success unless an invalid option is given or an error occurs."
3795 "Een signaal naar een taak sturen.\n"
3797 " Stuurt de via PID of TAAKAANDUIDING aangeduide processen het gegeven\n"
3798 " signaal. Als er geen signaal gegeven is, dan wordt SIGTERM gestuurd.\n"
3801 " -n NAAM het signaal met deze naam sturen\n"
3802 " -s NUMMER het signaal met dit nummer sturen\n"
3803 " -l lijst met beschikbare signalen tonen; als na '-l' "
3805 " volgen, dan wordt voor elk nummer de bijbehorende naam\n"
3806 " getoond, en voor elke naam het bijbehorende nummer\n"
3807 " -L synoniem van '-l'\n"
3809 " 'kill' is om twee redenen een ingebouwde shell-opdracht: het "
3811 " ook taakaanduidingen in plaats van alleen proces-ID's, en als het "
3813 " aantal processen bereikt is hoeft u geen nieuw proces te starten om een\n"
3814 " ander proces te elimineren.\n"
3816 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
3822 "Evaluate arithmetic expressions.\n"
3824 " Evaluate each ARG as an arithmetic expression. Evaluation is done in\n"
3825 " fixed-width integers with no check for overflow, though division by 0\n"
3826 " is trapped and flagged as an error. The following list of operators is\n"
3827 " grouped into levels of equal-precedence operators. The levels are "
3829 " in order of decreasing precedence.\n"
3831 " \tid++, id--\tvariable post-increment, post-decrement\n"
3832 " \t++id, --id\tvariable pre-increment, pre-decrement\n"
3833 " \t-, +\t\tunary minus, plus\n"
3834 " \t!, ~\t\tlogical and bitwise negation\n"
3835 " \t**\t\texponentiation\n"
3836 " \t*, /, %\t\tmultiplication, division, remainder\n"
3837 " \t+, -\t\taddition, subtraction\n"
3838 " \t<<, >>\t\tleft and right bitwise shifts\n"
3839 " \t<=, >=, <, >\tcomparison\n"
3840 " \t==, !=\t\tequality, inequality\n"
3841 " \t&\t\tbitwise AND\n"
3842 " \t^\t\tbitwise XOR\n"
3843 " \t|\t\tbitwise OR\n"
3844 " \t&&\t\tlogical AND\n"
3845 " \t||\t\tlogical OR\n"
3846 " \texpr ? expr : expr\n"
3847 " \t\t\tconditional operator\n"
3848 " \t=, *=, /=, %=,\n"
3849 " \t+=, -=, <<=, >>=,\n"
3850 " \t&=, ^=, |=\tassignment\n"
3852 " Shell variables are allowed as operands. The name of the variable\n"
3853 " is replaced by its value (coerced to a fixed-width integer) within\n"
3854 " an expression. The variable need not have its integer attribute\n"
3855 " turned on to be used in an expression.\n"
3857 " Operators are evaluated in order of precedence. Sub-expressions in\n"
3858 " parentheses are evaluated first and may override the precedence\n"
3862 " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
3864 "Rekenkundige uitdrukkingen evalueren.\n"
3866 " Evalueert elk ARGUMENT als een rekenkundige uitdrukking.\n"
3867 " De evaluatie gebeurt in gehele getallen zonder controle op overloop;\n"
3868 " maar deling door nul wordt gedetecteerd en wordt getoond als een fout.\n"
3870 " Onderstaande lijst toont de beschikbare operatoren in groepjes van "
3872 " voorrang; de groepjes zijn gerangschikt volgens afnemende voorrang.\n"
3874 " var++, var-- post-increment, post-decrement van variabele\n"
3875 " ++var, --var pre-increment, pre-decrement van variabele\n"
3876 " -, + eenzijdig minteken, eenzijdig plusteken\n"
3877 " !, ~ logisch tegengestelde, bitsgewijs tegengestelde\n"
3878 " ** machtsverheffing\n"
3879 " *, /, % vermenigvuldiging, deling, rest\n"
3880 " +, - optelling, aftrekking\n"
3881 " <<, >> bitsgewijze verschuiving naar links, naar rechts\n"
3882 " <=, >=, <, > vergelijkingen\n"
3883 " ==, != gelijkheid, ongelijkheid\n"
3884 " & bitsgewijze AND\n"
3885 " ^ bitsgewijze XOR\n"
3886 " | bitsgewijze OR\n"
3887 " && logische AND\n"
3890 " expr ? expr : expr voorwaardelijke uitdrukking\n"
3892 " =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= toewijzingen\n"
3894 " Shell-variabelen zijn toegestaan als parameters. De naam van een "
3896 " wordt vervangen door zijn waarde (zonodig omgezet naar een geheel "
3898 " Variabelen hoeven geen 'geheel getal'-eigenschap te hebben om gebruikt "
3900 " kunnen worden in een expressie.\n"
3902 " Operatoren worden geëvalueerd in volgorde van voorrang. Subexpressies\n"
3903 " tussen haakjes worden altijd eerst geëvalueerd en overstijgen zodoende\n"
3904 " bovengenoemde voorrangsregels.\n"
3906 " Als het laatste ARGUMENT evalueert tot 0, dan is de afsluitwaarde van\n"
3907 " 'let' 1; anders 0."
3911 "Read a line from the standard input and split it into fields.\n"
3913 " Reads a single line from the standard input, or from file descriptor FD\n"
3914 " if the -u option is supplied. The line is split into fields as with "
3916 " splitting, and the first word is assigned to the first NAME, the second\n"
3917 " word to the second NAME, and so on, with any leftover words assigned to\n"
3918 " the last NAME. Only the characters found in $IFS are recognized as "
3922 " If no NAMEs are supplied, the line read is stored in the REPLY "
3926 " -a array\tassign the words read to sequential indices of the array\n"
3927 " \t\tvariable ARRAY, starting at zero\n"
3928 " -d delim\tcontinue until the first character of DELIM is read, rather\n"
3929 " \t\tthan newline\n"
3930 " -e\tuse Readline to obtain the line\n"
3931 " -i text\tuse TEXT as the initial text for Readline\n"
3932 " -n nchars\treturn after reading NCHARS characters rather than waiting\n"
3933 " \t\tfor a newline, but honor a delimiter if fewer than\n"
3934 " \t\tNCHARS characters are read before the delimiter\n"
3935 " -N nchars\treturn only after reading exactly NCHARS characters, "
3937 " \t\tEOF is encountered or read times out, ignoring any\n"
3939 " -p prompt\toutput the string PROMPT without a trailing newline before\n"
3940 " \t\tattempting to read\n"
3941 " -r\tdo not allow backslashes to escape any characters\n"
3942 " -s\tdo not echo input coming from a terminal\n"
3943 " -t timeout\ttime out and return failure if a complete line of\n"
3944 " \t\tinput is not read within TIMEOUT seconds. The value of the\n"
3945 " \t\tTMOUT variable is the default timeout. TIMEOUT may be a\n"
3946 " \t\tfractional number. If TIMEOUT is 0, read returns\n"
3947 " \t\timmediately, without trying to read any data, returning\n"
3948 " \t\tsuccess only if input is available on the specified\n"
3949 " \t\tfile descriptor. The exit status is greater than 128\n"
3950 " \t\tif the timeout is exceeded\n"
3951 " -u fd\tread from file descriptor FD instead of the standard input\n"
3954 " The return code is zero, unless end-of-file is encountered, read times "
3956 " (in which case it's greater than 128), a variable assignment error "
3958 " or an invalid file descriptor is supplied as the argument to -u."
3960 "Een regel van standaardinvoer lezen en in velden opsplitsen.\n"
3962 " Leest één regel van standaardinvoer (of van de gegeven "
3963 "bestandsdescriptor\n"
3964 " als optie '-u' gegeven is) en wijst het eerste woord aan de eerste NAAM "
3966 " het tweede woord aan de tweede NAAM, en zo verder; de resterende "
3968 " worden toegewezen aan de laatste NAAM. Alleen de tekens in de "
3970 " IFS worden herkend als woordscheidingstekens. Als er geen namen "
3972 " zijn, dan wordt de gelezen regel opgeslagen in de variabele REPLY.\n"
3975 " -a ARRAY de gelezen woorden toekennen aan de opeenvolgende posities\n"
3976 " van het genoemde array, beginnend bij index nul\n"
3977 " -d TEKEN doorgaan met lezen tot TEKEN gelezen wordt (i.p.v. LF-"
3979 " -e 'readline' gebruiken om de regel in te lezen\n"
3980 " -i TEKST door 'readline' te gebruiken begintekst\n"
3981 " -n AANTAL stoppen na maximaal dit aantal tekens gelezen te hebben, "
3983 " na een LF-teken (i.p.v. altijd te wachten op een LF-"
3985 " -N AANTAL alleen stoppen na dit aantal tekens gelezen te hebben, of "
3987 " EOF of tijdsoverschrijding, elk scheidingsteken negerend\n"
3988 " -p PROMPT deze tekenreeks tonen als prompt (zonder afsluitende "
3990 " regel) alvorens te beginnen met lezen\n"
3991 " -r backslash-codes niet omzetten naar hun betekenis\n"
3992 " -s invoer die van een terminal komt niet echoën\n"
3993 " -t AANTAL na dit aantal seconden stoppen met wachten op invoer en\n"
3994 " afsluiten met een code groter dan 128; de waarde van de\n"
3995 " variabele TMOUT is de standaardwaarde voor het aantal te\n"
3996 " wachten seconden; het aantal mag drijvendepuntgetal "
3998 " als AANTAl 0 is, dan keert 'read' onmiddellijk terug "
4000 " enige data te lezen, maar is alleen succesvol als er op "
4002 " betreffende bestandsdescriptor invoer beschikbaar is\n"
4003 " -u BS.DS. van deze bestandsdescriptor lezen i.p.v. van "
4006 " De afsluitwaarde is 0, tenzij einde-van-bestand (EOF) bereikt werd,\n"
4007 " de tijdslimiet overschreden werd, er een toekenningsfout optrad, of een\n"
4008 " ongeldige bestandsdescriptor als argument van '-u' gegeven werd."
4012 "Return from a shell function.\n"
4014 " Causes a function or sourced script to exit with the return value\n"
4015 " specified by N. If N is omitted, the return status is that of the\n"
4016 " last command executed within the function or script.\n"
4019 " Returns N, or failure if the shell is not executing a function or script."
4021 "Terugkeren uit een shell-functie.\n"
4023 " Doet een functie of gesourced script afsluiten met afsluitwaarde N.\n"
4024 " Zonder N is de afsluitwaarde die van de laatst uitgevoerde opdracht\n"
4025 " in functie of script.\n"
4027 " De afsluitwaarde is N, of 1 als de shell geen functie of script aan het\n"
4030 # Voor de duidelijkheid is de tekstvolgorde veranderd.
4033 "Set or unset values of shell options and positional parameters.\n"
4035 " Change the value of shell attributes and positional parameters, or\n"
4036 " display the names and values of shell variables.\n"
4039 " -a Mark variables which are modified or created for export.\n"
4040 " -b Notify of job termination immediately.\n"
4041 " -e Exit immediately if a command exits with a non-zero status.\n"
4042 " -f Disable file name generation (globbing).\n"
4043 " -h Remember the location of commands as they are looked up.\n"
4044 " -k All assignment arguments are placed in the environment for a\n"
4045 " command, not just those that precede the command name.\n"
4046 " -m Job control is enabled.\n"
4047 " -n Read commands but do not execute them.\n"
4049 " Set the variable corresponding to option-name:\n"
4050 " allexport same as -a\n"
4051 " braceexpand same as -B\n"
4052 " emacs use an emacs-style line editing interface\n"
4053 " errexit same as -e\n"
4054 " errtrace same as -E\n"
4055 " functrace same as -T\n"
4056 " hashall same as -h\n"
4057 " histexpand same as -H\n"
4058 " history enable command history\n"
4059 " ignoreeof the shell will not exit upon reading EOF\n"
4060 " interactive-comments\n"
4061 " allow comments to appear in interactive commands\n"
4062 " keyword same as -k\n"
4063 " monitor same as -m\n"
4064 " noclobber same as -C\n"
4065 " noexec same as -n\n"
4066 " noglob same as -f\n"
4067 " nolog currently accepted but ignored\n"
4068 " notify same as -b\n"
4069 " nounset same as -u\n"
4070 " onecmd same as -t\n"
4071 " physical same as -P\n"
4072 " pipefail the return value of a pipeline is the status of\n"
4073 " the last command to exit with a non-zero status,\n"
4074 " or zero if no command exited with a non-zero "
4076 " posix change the behavior of bush where the default\n"
4077 " operation differs from the Posix standard to\n"
4078 " match the standard\n"
4079 " privileged same as -p\n"
4080 " verbose same as -v\n"
4081 " vi use a vi-style line editing interface\n"
4082 " xtrace same as -x\n"
4083 " -p Turned on whenever the real and effective user ids do not match.\n"
4084 " Disables processing of the $ENV file and importing of shell\n"
4085 " functions. Turning this option off causes the effective uid and\n"
4086 " gid to be set to the real uid and gid.\n"
4087 " -t Exit after reading and executing one command.\n"
4088 " -u Treat unset variables as an error when substituting.\n"
4089 " -v Print shell input lines as they are read.\n"
4090 " -x Print commands and their arguments as they are executed.\n"
4091 " -B the shell will perform brace expansion\n"
4092 " -C If set, disallow existing regular files to be overwritten\n"
4093 " by redirection of output.\n"
4094 " -E If set, the ERR trap is inherited by shell functions.\n"
4095 " -H Enable ! style history substitution. This flag is on\n"
4096 " by default when the shell is interactive.\n"
4097 " -P If set, do not resolve symbolic links when executing commands\n"
4098 " such as cd which change the current directory.\n"
4099 " -T If set, the DEBUG and RETURN traps are inherited by shell "
4101 " -- Assign any remaining arguments to the positional parameters.\n"
4102 " If there are no remaining arguments, the positional parameters\n"
4104 " - Assign any remaining arguments to the positional parameters.\n"
4105 " The -x and -v options are turned off.\n"
4107 " Using + rather than - causes these flags to be turned off. The\n"
4108 " flags can also be used upon invocation of the shell. The current\n"
4109 " set of flags may be found in $-. The remaining n ARGs are positional\n"
4110 " parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
4111 " ARGs are given, all shell variables are printed.\n"
4114 " Returns success unless an invalid option is given."
4116 "Waarden van shell-opties of positionele parameters instellen.\n"
4118 " Schakelt shell-eigenschappen in/uit, of verandert waarden van "
4120 " parameters. Zonder opties of argumenten toont 'set' de namen en "
4122 " van alle gedefinieerde variabelen en functies, in een vorm die als "
4124 " hergebruikt kan worden. De volgende opties zijn beschikbaar (een '+' "
4126 " plaats van een '-' schakelt de betreffende eigenschap _uit_ i.p.v. in):\n"
4128 " -a nieuwe of gewijzigde variabelen en functies automatisch "
4130 " -B accoladevervanging uitvoeren (is standaard, b.v. a{b,c} -> ab ac)\n"
4131 " -b beëindiging van een taak direct melden (i.p.v. na huidige "
4133 " -C omleiding van uitvoer mag gewone bestanden niet overschrijven\n"
4134 " -E een 'trap' op ERR door laten werken in functies en "
4135 "dochterprocessen\n"
4136 " -e de shell afsluiten zodra afsluitwaarde van een opdracht niet nul "
4138 " -f jokertekens voor bestandsnamen uitschakelen (geen 'globbing')\n"
4139 " -H geschiedenisopdracht '!' beschikbaar stellen (standaard)\n"
4140 " -h het volledige pad van opdrachten onthouden na eerste keer "
4142 " -k ook nakomende toewijzingen aan variabelen in de omgeving plaatsen\n"
4143 " -m taakbesturing beschikbaar stellen (standaard)\n"
4144 " -n opdrachten wel lezen maar niet uitvoeren (\"droogzwemmen\")\n"
4145 " -o OPTIENAAM deze optie inschakelen (zie verderop voor de lange "
4147 " -P geen symbolische koppelingen herleiden bij opdrachten als 'cd' "
4149 " de huidige map wijzigen\n"
4150 " -p geprivilegeerde modus: de bestanden aangeduid door ENV en "
4152 " worden genegeerd, functies worden niet uit de omgeving "
4154 " en ook eventuele SHELLOPTS worden genegeerd; modus wordt "
4156 " ingeschakeld als effectieve en echte UID of GID niet "
4158 " uitschakelen maakt dan effectieve UID en GID gelijk aan de echte\n"
4159 " -T een 'trap' op DEBUG of RETURN door laten werken in functies en\n"
4160 " dochterprocessen\n"
4161 " -t afsluiten na het lezen en uitvoeren van één opdracht\n"
4162 " -u het gebruik van niet-bestaande variabelen behandelen als een fout\n"
4163 " -v invoerregel weergeven (\"echoën\") zodra deze gelezen is\n"
4164 " -x elke opdracht met argumenten weergeven voordat deze wordt "
4166 " -- nakomende argumenten zijn positionele parameters; als er geen "
4168 " argumenten zijn, worden de bestaande positionele parameters "
4170 " - opties -v en -x uitschakelen; nakomende argumenten zijn "
4172 " parameters; maar zonder argumenten worden de bestaande niet "
4175 " De opties kunnen ook gebruikt worden bij het starten van de shell.\n"
4176 " De huidige toestand van de eigenschappen is te vinden in $-. Eventuele\n"
4177 " extra argumenten van 'set' worden begrepen als positionele parameters\n"
4178 " en worden toegewezen aan $1, $2, ... $N.\n"
4180 " De lange namen voor gebruik met optie -o (of +o) zijn:\n"
4181 " allexport == -a (automatisch exporteren van nieuwen/gewijzigden)\n"
4182 " braceexpand == -B (accoladevervanging uitvoeren)\n"
4183 " emacs regelbewerkingsinterface in stijl van 'emacs' gebruiken\n"
4184 " errexit == -e (shell afsluiten bij eerste fout)\n"
4185 " errtrace == -E ('trap' op ERR overal laten gelden)\n"
4186 " functrace == -T ('trap' op DEBUG overal laten gelden)\n"
4187 " hashall == -h (gevonden pad van opdrachten onthouden)\n"
4188 " histexpand == -H ('!'-opdracht beschikbaar stellen)\n"
4189 " history opdrachtengeschiedenis beschikbaar stellen\n"
4190 " ignoreeof Ctrl-D negeren; de shell niet afsluiten bij lezen van "
4192 " interactive-comments commentaar in interactieve opdrachten toestaan\n"
4193 " keyword == -k (nakomende toewijzingen ook meenemen)\n"
4194 " monitor == -m (taakbesturing beschikbaar stellen)\n"
4195 " noclobber == -C (omleidingen geen bestanden laten overschrijven)\n"
4196 " noexec == -n (opdrachten lezen maar niet uitvoeren)\n"
4197 " noglob == -f (jokertekens uitschakelen)\n"
4198 " nolog (herkend maar genegeerd)\n"
4199 " notify == -b (beëindiging van een taak direct melden)\n"
4200 " nounset == -u (niet-bestaande variabelen als een fout "
4202 " onecmd == -t (afsluiten na uitvoeren van één opdracht)\n"
4203 " physical == -P (fysieke paden volgen i.p.v. symbolische)\n"
4204 " pipefail de afsluitwaarde van een pijplijn gelijkmaken aan die "
4206 " de laatste niet-succesvolle opdracht in de reeks, of "
4208 " 0 als alle opdrachten succesvol waren\n"
4209 " posix de voorschriften van de POSIX-standaard strict volgen\n"
4210 " privileged == -p (geprivilegeerde modus)\n"
4211 " verbose == -v (elke invoerregel echoën)\n"
4212 " vi regelbewerkingsinterface in stijl van 'vi' gebruiken\n"
4213 " xtrace == -x (elke opdracht echoën)\n"
4215 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd."
4219 "Unset values and attributes of shell variables and functions.\n"
4221 " For each NAME, remove the corresponding variable or function.\n"
4224 " -f\ttreat each NAME as a shell function\n"
4225 " -v\ttreat each NAME as a shell variable\n"
4226 " -n\ttreat each NAME as a name reference and unset the variable itself\n"
4227 " \t\trather than the variable it references\n"
4229 " Without options, unset first tries to unset a variable, and if that "
4231 " tries to unset a function.\n"
4233 " Some variables cannot be unset; also see `readonly'.\n"
4236 " Returns success unless an invalid option is given or a NAME is read-only."
4238 "Shell-variabelen en -functies verwijderen.\n"
4240 " Verwijdert voor elke NAAM de bijbehorende variabele of functie.\n"
4243 " -f elke NAAM als een shell-functie begrijpen\n"
4244 " -v elke NAAM als een shell-variabele begrijpen\n"
4245 " -n elke NAAM als een naamsverwijzing begrijpen en de variabele zelf\n"
4246 " verwijderen in plaats de variabele waar naar verwezen wordt\n"
4248 " Zonder opties zal 'unset' eerst een variabele proberen te verwijderen,\n"
4249 " en als dat niet lukt, dan een functie. Sommige variabelen kunnen niet\n"
4250 " verwijderd worden; zie ook 'readonly'.\n"
4252 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of een\n"
4253 " NAAM alleen-lezen is."
4257 "Set export attribute for shell variables.\n"
4259 " Marks each NAME for automatic export to the environment of subsequently\n"
4260 " executed commands. If VALUE is supplied, assign VALUE before "
4264 " -f\trefer to shell functions\n"
4265 " -n\tremove the export property from each NAME\n"
4266 " -p\tdisplay a list of all exported variables and functions\n"
4268 " An argument of `--' disables further option processing.\n"
4271 " Returns success unless an invalid option is given or NAME is invalid."
4273 "De export-eigenschap van shell-variabelen instellen.\n"
4275 " Markeert elke gegeven naam voor automatische export naar de omgeving\n"
4276 " van latere opdrachten. Als een WAARDE gegeven is, dan wordt deze "
4278 " toegekend alvorens te exporteren.\n"
4281 " -f gegeven namen verwijzen alleen naar functies\n"
4282 " -n voor de gegeven namen de exportmarkering juist verwijderen\n"
4283 " -p een lijst van alle geëxporteerde namen tonen\n"
4285 " Het argument '--' schakelt verdere optieverwerking uit.\n"
4287 " De afsluitwaarde is 0, tenzij een ongeldige optie of NAAM gegeven werd."
4291 "Mark shell variables as unchangeable.\n"
4293 " Mark each NAME as read-only; the values of these NAMEs may not be\n"
4294 " changed by subsequent assignment. If VALUE is supplied, assign VALUE\n"
4295 " before marking as read-only.\n"
4298 " -a\trefer to indexed array variables\n"
4299 " -A\trefer to associative array variables\n"
4300 " -f\trefer to shell functions\n"
4301 " -p\tdisplay a list of all readonly variables or functions,\n"
4302 " \t\tdepending on whether or not the -f option is given\n"
4304 " An argument of `--' disables further option processing.\n"
4307 " Returns success unless an invalid option is given or NAME is invalid."
4309 "Shell-variabelen als onveranderbaar markeren.\n"
4311 " Markeert elke gegeven NAAM als alleen-lezen, zodat de waarde van deze\n"
4312 " NAAM niet meer veranderd kan worden door een latere toewijzing. Als "
4314 " WAARDE gegeven is, dan deze WAARDE toekennen alvorens deze te fixeren.\n"
4317 " -a elke naam als een array begrijpen\n"
4318 " -A elke naam als een associatief array begrijpen\n"
4319 " -f gegeven namen verwijzen alleen naar functies\n"
4320 " -p een lijst tonen van alle onveranderbare variabelen of functies,\n"
4321 " al naar gelang optie '-f' gegeven is\n"
4323 " Het argument '--' schakelt verdere optieverwerking uit.\n"
4325 " De afsluitwaarde is 0, tenzij een ongeldige optie of NAAM gegeven werd."
4329 "Shift positional parameters.\n"
4331 " Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n"
4332 " not given, it is assumed to be 1.\n"
4335 " Returns success unless N is negative or greater than $#."
4337 "Positionele parameters opschuiven.\n"
4339 " Hernoemt positionele parameters $N+1,$N+2,... naar $1,$2,...\n"
4340 " Als N niet gegeven is, wordt de waarde 1 aangenomen.\n"
4342 " De afsluitwaarde is 0 tenzij N negatief is of groter dan $#."
4344 #: builtins.c:1214 builtins.c:1229
4346 "Execute commands from a file in the current shell.\n"
4348 " Read and execute commands from FILENAME in the current shell. The\n"
4349 " entries in $PATH are used to find the directory containing FILENAME.\n"
4350 " If any ARGUMENTS are supplied, they become the positional parameters\n"
4351 " when FILENAME is executed.\n"
4354 " Returns the status of the last command executed in FILENAME; fails if\n"
4355 " FILENAME cannot be read."
4357 "Opdrachten uit bestand in de huidige shell uitvoeren.\n"
4359 " Leest opdrachten uit het gegeven bestand en voert deze uit in de "
4361 " shell. De mappen in PATH worden nagezocht om het genoemde bestand te\n"
4362 " vinden. Als er verder nog argumenten gegeven zijn, dan worden dit de\n"
4363 " positionele parameters tijdens de uitvoering van het genoemde bestand.\n"
4365 " De afsluitwaarde is die van de laatst uitgevoerde opdracht in het "
4367 " bestand, of 1 als dit bestand niet gelezen kan worden."
4371 "Suspend shell execution.\n"
4373 " Suspend the execution of this shell until it receives a SIGCONT signal.\n"
4374 " Unless forced, login shells cannot be suspended.\n"
4377 " -f\tforce the suspend, even if the shell is a login shell\n"
4380 " Returns success unless job control is not enabled or an error occurs."
4382 "Uitvoering van de shell pauzeren.\n"
4384 " Pauzeert de uitvoering van deze shell totdat een SIGCONT-signaal\n"
4385 " ontvangen wordt. Een login-shell kan niet gepauzeerd worden, tenzij\n"
4386 " optie '-f' gegeven is.\n"
4389 " -f pauzering afdwingen, ook als dit een login-shell is\n"
4391 " De afsluitwaarde is 0, tenzij taakbeheer uitgeschakeld is of er een "
4397 "Evaluate conditional expression.\n"
4399 " Exits with a status of 0 (true) or 1 (false) depending on\n"
4400 " the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
4401 " expressions are often used to examine the status of a file. There\n"
4402 " are string operators and numeric comparison operators as well.\n"
4404 " The behavior of test depends on the number of arguments. Read the\n"
4405 " bush manual page for the complete specification.\n"
4407 " File operators:\n"
4409 " -a FILE True if file exists.\n"
4410 " -b FILE True if file is block special.\n"
4411 " -c FILE True if file is character special.\n"
4412 " -d FILE True if file is a directory.\n"
4413 " -e FILE True if file exists.\n"
4414 " -f FILE True if file exists and is a regular file.\n"
4415 " -g FILE True if file is set-group-id.\n"
4416 " -h FILE True if file is a symbolic link.\n"
4417 " -L FILE True if file is a symbolic link.\n"
4418 " -k FILE True if file has its `sticky' bit set.\n"
4419 " -p FILE True if file is a named pipe.\n"
4420 " -r FILE True if file is readable by you.\n"
4421 " -s FILE True if file exists and is not empty.\n"
4422 " -S FILE True if file is a socket.\n"
4423 " -t FD True if FD is opened on a terminal.\n"
4424 " -u FILE True if the file is set-user-id.\n"
4425 " -w FILE True if the file is writable by you.\n"
4426 " -x FILE True if the file is executable by you.\n"
4427 " -O FILE True if the file is effectively owned by you.\n"
4428 " -G FILE True if the file is effectively owned by your group.\n"
4429 " -N FILE True if the file has been modified since it was last "
4432 " FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
4433 " modification date).\n"
4435 " FILE1 -ot FILE2 True if file1 is older than file2.\n"
4437 " FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
4439 " String operators:\n"
4441 " -z STRING True if string is empty.\n"
4444 " STRING True if string is not empty.\n"
4446 " STRING1 = STRING2\n"
4447 " True if the strings are equal.\n"
4448 " STRING1 != STRING2\n"
4449 " True if the strings are not equal.\n"
4450 " STRING1 < STRING2\n"
4451 " True if STRING1 sorts before STRING2 "
4452 "lexicographically.\n"
4453 " STRING1 > STRING2\n"
4454 " True if STRING1 sorts after STRING2 lexicographically.\n"
4456 " Other operators:\n"
4458 " -o OPTION True if the shell option OPTION is enabled.\n"
4459 " -v VAR True if the shell variable VAR is set.\n"
4460 " -R VAR True if the shell variable VAR is set and is a name\n"
4462 " ! EXPR True if expr is false.\n"
4463 " EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
4464 " EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
4466 " arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
4467 " -lt, -le, -gt, or -ge.\n"
4469 " Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
4470 " less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
4474 " Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
4475 " false or an invalid argument is given."
4477 "Een conditionele expressie evalueren.\n"
4479 " Evalueert de gegeven EXPRESSIE; afhankelijk van het resultaat is de\n"
4480 " afsluitwaarde 0 (\"waar\") of 1 (\"onwaar\"). De expressies kunnen\n"
4481 " eenzijdig of tweezijdig zijn; eenzijdige expressies worden vaak\n"
4482 " gebruikt om de toestand van een bestand te inspecteren. Er zijn ook\n"
4483 " operatoren voor tekenreeksen en voor getalsmatige vergelijkingen.\n"
4485 " Het gedrag van 'test' is afhankelijk van het aantal argumenten.\n"
4486 " Lees de handleiding van 'bush' voor een complete beschrijving.\n"
4488 " Bestandsoperatoren:\n"
4489 " -a BESTAND waar als bestand bestaat\n"
4490 " -b BESTAND waar als bestand een blok-apparaat is\n"
4491 " -c BESTAND waar als bestand een byte-apparaat is\n"
4492 " -d BESTAND waar als bestand een map is\n"
4493 " -e BESTAND waar als bestand bestaat\n"
4494 " -f BESTAND waar als bestand een gewoon bestand is\n"
4495 " -G BESTAND waar als uw groep het bestand effectief bezit\n"
4496 " -g BESTAND waar als bestand SETGUID is\n"
4497 " -h BESTAND waar als bestand een symbolische koppeling is\n"
4498 " -k BESTAND waar als bestand \"sticky\"-bit aan heeft staan\n"
4499 " -L BESTAND waar als bestand een symbolische koppeling is\n"
4500 " -N BESTAND waar als bestand gewijzigd is sinds laatste lezing\n"
4501 " -O BESTAND waar als u het bestand effectief bezit\n"
4502 " -p BESTAND waar als bestand een benoemde pijp is\n"
4503 " -r BESTAND waar als bestand voor u leesbaar is\n"
4504 " -S BESTAND waar als bestand een socket is\n"
4505 " -s BESTAND waar als bestand niet leeg is\n"
4506 " -t DESCRIPTOR waar als bestandsdescriptor geopend is op een "
4508 " -u BESTAND waar als bestand SETUID is\n"
4509 " -w BESTAND waar als bestand voor u schrijfbaar is\n"
4510 " -x BESTAND waar als bestand door u uitvoerbaar is\n"
4512 " BEST1 -nt BEST2 waar als eerste bestand later gewijzigd is dan "
4514 " BEST1 -ot BEST2 waar als eerste bestand eerder gewijzigd is dan "
4516 " BEST1 -ef BEST2 waar als eerste bestand harde koppeling is naar "
4519 " Tekenreeksoperatoren:\n"
4520 " -z REEKS waar als tekenreeks leeg is\n"
4521 " -n REEKS waar als tekenreeks niet leeg is\n"
4522 " REEKS waar als tekenreeks niet leeg is\n"
4523 " RKS1 = RKS2 waar als de tekenreeksen gelijk zijn\n"
4524 " RKS1 != RKS2 waar als de tekenreeksen niet gelijk zijn\n"
4525 " RKS1 < RKS2 waar als eerste reeks lexicografisch voor de tweede "
4527 " RKS1 > RKS2 waar als eerste reeks lexicografisch na de tweede "
4530 " Andere operatoren:\n"
4531 " -o OPTIE waar als deze shell-optie ingeschakeld is\n"
4532 " -v VARIABELE waar als deze variabele een waarde heeft\n"
4533 " -R VARIABELE waar als deze variabele een naamsverwijzing is\n"
4534 " ! EXPRESSIE waar als EXPRESSIE onwaar is\n"
4535 " EXPR1 -a EXPR2 waar als beide expressies waar zijn\n"
4536 " EXPR1 -o EXPR2 onwaar als beide expressies onwaar zijn\n"
4537 " ARG1 VGL ARG2 waar als rekenkundige vergelijking klopt; VGL is één\n"
4538 " van de volgende: -eq, -ne, -lt, -le, -gt, -ge;\n"
4539 " ze betekenen: gelijk, ongelijk, kleiner dan,\n"
4540 " kleiner of gelijk, groter dan, groter of gelijk\n"
4542 " De afsluitwaarde is 0 als EXPRESSIE waar is, 1 als EXPRESSIE onwaar is,\n"
4543 " en 2 als een ongeldig argument gegeven werd."
4547 "Evaluate conditional expression.\n"
4549 " This is a synonym for the \"test\" builtin, but the last argument must\n"
4550 " be a literal `]', to match the opening `['."
4552 "Een conditionele expressie evalueren.\n"
4554 " Dit is een synoniem voor de ingebouwde functie 'test', behalve dat\n"
4555 " het laatste argument een ']' moet zijn, horend bij de begin-'['."
4559 "Display process times.\n"
4561 " Prints the accumulated user and system times for the shell and all of "
4563 " child processes.\n"
4568 "Procestijden tonen.\n"
4570 " Geeft de totaal verbruikte gebruikers- en systeemtijd weer; eerst de\n"
4571 " tijden verbruikt door de shell zelf, en daaronder de tijden verbruikt\n"
4572 " door de processen uitgevoerd door de shell.\n"
4574 " De afsluitwaarde is altijd 0."
4578 "Trap signals and other events.\n"
4580 " Defines and activates handlers to be run when the shell receives "
4582 " or other conditions.\n"
4584 " ARG is a command to be read and executed when the shell receives the\n"
4585 " signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
4586 " is supplied) or `-', each specified signal is reset to its original\n"
4587 " value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
4588 " shell and by the commands it invokes.\n"
4590 " If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. "
4592 " a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. "
4594 " a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or "
4596 " script run by the . or source builtins finishes executing. A "
4598 " of ERR means to execute ARG each time a command's failure would cause "
4600 " shell to exit when the -e option is enabled.\n"
4602 " If no arguments are supplied, trap prints the list of commands "
4604 " with each signal.\n"
4607 " -l\tprint a list of signal names and their corresponding numbers\n"
4608 " -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
4610 " Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
4612 " Signal names are case insensitive and the SIG prefix is optional. A\n"
4613 " signal may be sent to the shell with \"kill -signal $$\".\n"
4616 " Returns success unless a SIGSPEC is invalid or an invalid option is "
4619 "Signalen en andere gebeurtenissen opvangen.\n"
4621 " Definieert en activeert afhandelingsprocedures die uitgevoerd moeten\n"
4622 " worden wanneer de shell een signaal of andere gebeurtenissen ontvangt.\n"
4624 " ARGUMENT is een opdracht die gelezen en uitgevoerd wordt wanneer de "
4626 " een van de opgegeven signalen ontvangt. Als ARGUMENT ontbreekt en er "
4628 " signaal gegeven is, of wanneer ARGUMENT '-' is, dan worden de opgegeven\n"
4629 " signalen teruggezet op de waarde die ze hadden bij het starten van deze\n"
4630 " shell. Als ARGUMENT de lege tekenreeks is, dan worden de opgegeven\n"
4631 " signalen genegeerd door zowel deze shell als door alle "
4632 "dochterprocessen.\n"
4634 " Als EXIT (0) als signaal opgegeven wordt, dan wordt ARGUMENT uitgevoerd\n"
4635 " bij het afsluiten van de shell. Als DEBUG als signaal opgegeven wordt,\n"
4636 " dan wordt ARGUMENT uitgevoerd vóór elke enkelvoudige opdracht. Als "
4638 " als signaal opgegeven wordt, dan wordt ARGUMENT uitgevoerd elke keer "
4640 " een functie (of een met 'source' aangeroepen script) terugkeert. Als "
4642 " als signaal opgegeven wordt, dan wordt ARGUMENT uitgevoerd elke keer "
4644 " de mislukking van een opdracht de shell zou beëindigen als optie '-e'\n"
4647 " Als er geen enkel argument gegeven is, dan toont 'trap' welke "
4649 " er met welke signalen verbonden zijn.\n"
4652 " -l een overzicht tonen van signaalnummers en hun namen\n"
4653 " -p voor elk gegeven signaal tonen welke opdracht ermee verbonden is\n"
4655 " Signalen kunnen als naam of als nummer opgegeven worden, in hoofd- of "
4657 " kleine letters, en het voorvoegsel 'SIG' is optioneel. Merk op dat met\n"
4658 " 'kill -signaal $$' een signaal naar de huidige shell gestuurd kan "
4661 " De afsluitwaarde is 0, tenzij een ongeldige optie of SIGNAALAANDUIDING\n"
4666 "Display information about command type.\n"
4668 " For each NAME, indicate how it would be interpreted if used as a\n"
4672 " -a\tdisplay all locations containing an executable named NAME;\n"
4673 " \t\tincludes aliases, builtins, and functions, if and only if\n"
4674 " \t\tthe `-p' option is not also used\n"
4675 " -f\tsuppress shell function lookup\n"
4676 " -P\tforce a PATH search for each NAME, even if it is an alias,\n"
4677 " \t\tbuiltin, or function, and returns the name of the disk file\n"
4678 " \t\tthat would be executed\n"
4679 " -p\treturns either the name of the disk file that would be executed,\n"
4680 " \t\tor nothing if `type -t NAME' would not return `file'\n"
4681 " -t\toutput a single word which is one of `alias', `keyword',\n"
4682 " \t\t`function', `builtin', `file' or `', if NAME is an alias,\n"
4683 " \t\tshell reserved word, shell function, shell builtin, disk file,\n"
4684 " \t\tor not found, respectively\n"
4687 " NAME\tCommand name to be interpreted.\n"
4690 " Returns success if all of the NAMEs are found; fails if any are not "
4693 "Informatie tonen over een opdracht.\n"
4695 " Toont voor elke gegeven NAAM hoe deze zou worden geïnterpreteerd als\n"
4696 " deze als opdracht gebruikt zou worden.\n"
4699 " -a alle plaatsen tonen met een uitvoerbaar bestand genaamd NAAM;\n"
4700 " dit omvat aliassen, ingebouwde shell-opdrachten, functies,\n"
4701 " sleutelwoorden, en bestanden op schijf (alleen zonder '-p')\n"
4702 " -f functies negeren, alsof ze niet gedefinieerd zijn\n"
4703 " -P naar elke gegeven naam zoeken in het huidige zoekpad (PATH), ook\n"
4704 " als het een alias, ingebouwde shell-opdracht of functie is\n"
4705 " -p voor elke gegeven naam het volledige pad tonen van het bestand "
4707 " uitgevoerd zou worden, of niets als er een alias, functie,\n"
4708 " ingebouwde shell-opdracht of sleutelwoord met die naam is\n"
4709 " -t alleen het type van de opgegeven namen tonen: 'alias', 'builtin',\n"
4710 " 'file', 'function' of 'keyword', al naar gelang het een alias,\n"
4711 " een ingebouwde shell-opdracht, een bestand op schijf, een\n"
4712 " gedefinieerde functie of een sleutelwoord betreft; of niets\n"
4713 " als de naam onbekend is\n"
4715 " De afsluitwaarde is 0 als elke NAAM gevonden werd, anders 1."
4720 "Modify shell resource limits.\n"
4722 " Provides control over the resources available to the shell and "
4724 " it creates, on systems that allow such control.\n"
4727 " -S\tuse the `soft' resource limit\n"
4728 " -H\tuse the `hard' resource limit\n"
4729 " -a\tall current limits are reported\n"
4730 " -b\tthe socket buffer size\n"
4731 " -c\tthe maximum size of core files created\n"
4732 " -d\tthe maximum size of a process's data segment\n"
4733 " -e\tthe maximum scheduling priority (`nice')\n"
4734 " -f\tthe maximum size of files written by the shell and its children\n"
4735 " -i\tthe maximum number of pending signals\n"
4736 " -k\tthe maximum number of kqueues allocated for this process\n"
4737 " -l\tthe maximum size a process may lock into memory\n"
4738 " -m\tthe maximum resident set size\n"
4739 " -n\tthe maximum number of open file descriptors\n"
4740 " -p\tthe pipe buffer size\n"
4741 " -q\tthe maximum number of bytes in POSIX message queues\n"
4742 " -r\tthe maximum real-time scheduling priority\n"
4743 " -s\tthe maximum stack size\n"
4744 " -t\tthe maximum amount of cpu time in seconds\n"
4745 " -u\tthe maximum number of user processes\n"
4746 " -v\tthe size of virtual memory\n"
4747 " -x\tthe maximum number of file locks\n"
4748 " -P\tthe maximum number of pseudoterminals\n"
4749 " -R\tthe maximum time a real-time process can run before blocking\n"
4750 " -T\tthe maximum number of threads\n"
4752 " Not all options are available on all platforms.\n"
4754 " If LIMIT is given, it is the new value of the specified resource; the\n"
4755 " special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
4756 " current soft limit, the current hard limit, and no limit, respectively.\n"
4757 " Otherwise, the current value of the specified resource is printed. If\n"
4758 " no option is given, then -f is assumed.\n"
4760 " Values are in 1024-byte increments, except for -t, which is in seconds,\n"
4761 " -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
4762 " number of processes.\n"
4765 " Returns success unless an invalid option is supplied or an error occurs."
4767 "Grenzen van hulpbronnen aanpassen.\n"
4769 " Begrenst de beschikbare hulpbronnen voor processen gestart door deze "
4771 " -- op systemen die zulke begrenzing toestaan.\n"
4774 " -S een \"zachte\" hulpbrongrens gebruiken\n"
4775 " -H een \"harde\" hulpbrongrens gebruiken\n"
4776 " -a alle huidige begrenzingen tonen\n"
4777 " -b de maximum grootte van een socketbuffer\n"
4778 " -c de maximum grootte van een core-bestand (in kB)\n"
4779 " -d de maximum hoeveelheid gegevensgeheugen van een proces (in kB)\n"
4780 " -e de maximum procespriotiteit (de 'nice'-waarde)\n"
4781 " -f de maximum grootte van bestanden geschreven door shell of "
4783 " -i het maximum aantal nog wachtende signalen\n"
4784 " -l de maximum hoeveelheid geheugen die een proces mag vastpinnen "
4786 " -k het maximum aantal gereserveerde kqueues voor dit proces\n"
4787 " -m de maximum hoeveelheid fysiek geheugen van een proces (in kB)\n"
4788 " -n het maximum aantal open bestandsdescriptors\n"
4789 " -p de maximum grootte van een pijpbuffer\n"
4790 " -q het maximum aantal bytes in POSIX berichtwachtrijen\n"
4791 " -r de maximum realtime-procesprioriteit\n"
4792 " -s de maximum stapelgrootte (in kB)\n"
4793 " -t de maximum hoeveelheid CPU-tijd (in seconden)\n"
4794 " -u het maximum aantal gebruikersprocessen\n"
4795 " -v de maximum hoeveelheid virtueel geheugen van een proces (in kB)\n"
4796 " -x het maximum aantal bestandsvergrendelingen\n"
4797 " -P het maximum aantal pseudoterminals\n"
4798 " -T het maximum aantal threads\n"
4800 " Niet alle opties zijn beschikbaar op alle platformen.\n"
4802 " Als een GRENSWAARDE opgegeven is, dan wordt dit de nieuwe waarde van de\n"
4803 " aangegeven hulpbron, anders wordt de huidige waarde ervan getoond.\n"
4804 " De speciale grenswaarden 'soft', 'hard' en 'unlimited' staan voor de\n"
4805 " huidige zachte grens, de huidige harde grens, en onbegrensd.\n"
4806 " Als geen optie gegeven is, dan wordt optie '-f' aangenomen.\n"
4808 " De waardes gaan in stappen van 1024 bytes, behalve voor '-t', die in\n"
4809 " seconden is, voor '-p', die in stappen van 512 bytes gaat, en voor '-"
4811 " dat een ongeschaald aantal is.\n"
4813 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
4819 "Display or set file mode mask.\n"
4821 " Sets the user file-creation mask to MODE. If MODE is omitted, prints\n"
4822 " the current value of the mask.\n"
4824 " If MODE begins with a digit, it is interpreted as an octal number;\n"
4825 " otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
4828 " -p\tif MODE is omitted, output in a form that may be reused as input\n"
4829 " -S\tmakes the output symbolic; otherwise an octal number is output\n"
4832 " Returns success unless MODE is invalid or an invalid option is given."
4834 "Het bestandsaanmaakmasker tonen of instellen.\n"
4836 " Stelt het bestandsaanmaakmasker van de gebruiker in op de gegeven "
4838 " Als MODUS ontbreekt, dan wordt de huidige waarde van het masker "
4841 " Als MODUS begint met een cijfer, wordt het begrepen als een octaal "
4843 " anders als een symbolische modus-tekenreeks zoals chmod (1) die kent.\n"
4846 " -p als invoer herbruikbare uitvoer produceren (indien MODUS "
4848 " -S symbolische uitvoer produceren; anders octale getallen\n"
4850 " De afsluitwaarde is 0, tenzij MODUS ongeldig is of een ongeldige optie\n"
4856 "Wait for job completion and return exit status.\n"
4858 " Waits for each process identified by an ID, which may be a process ID or "
4860 " job specification, and reports its termination status. If ID is not\n"
4861 " given, waits for all currently active child processes, and the return\n"
4862 " status is zero. If ID is a job specification, waits for all processes\n"
4863 " in that job's pipeline.\n"
4865 " If the -n option is supplied, waits for a single job from the list of "
4867 " or, if no IDs are supplied, for the next job to complete and returns "
4871 " If the -p option is supplied, the process or job identifier of the job\n"
4872 " for which the exit status is returned is assigned to the variable VAR\n"
4873 " named by the option argument. The variable will be unset initially, "
4875 " any assignment. This is useful only when the -n option is supplied.\n"
4877 " If the -f option is supplied, and job control is enabled, waits for the\n"
4878 " specified ID to terminate, instead of waiting for it to change status.\n"
4881 " Returns the status of the last ID; fails if ID is invalid or an invalid\n"
4882 " option is given, or if -n is supplied and the shell has no unwaited-for\n"
4885 "Op taakafsluiting wachten en de afsluitwaarde rapporteren.\n"
4887 " Wacht op elk proces aangeduid door een ID -- dat een taakaanduiding of\n"
4888 " een proces-ID mag zijn -- en rapporteert diens afsluitwaarde. Als geen "
4890 " gegeven is, dan wordt er gewacht op alle actieve dochterprocessen, en "
4892 " de afsluitwaarde van 'wait' automatisch 0. Als ID een taakaanduiding "
4894 " dan wordt er gewacht op alle processen in de pijplijn van die taak.\n"
4896 " Als optie '-n' gegeven is, dan wordt gewacht op de eerstvolgende "
4898 " van een taak en wordt diens afsluitwaarde geretourneerd.\n"
4900 " Als optie '-f' gegeven is, en taakbesturing is ingeschakeld, dan wordt\n"
4901 " gewacht tot de taak met de gegeven ID beëindigd is, in plaats van te\n"
4902 " wachten op een toestandswijziging.\n"
4904 " De afsluitwaarde is die van de laatste ID, 1 als ID ongeldig is,\n"
4905 " of 2 als een ongeldige optie gegeven werd."
4909 "Wait for process completion and return exit status.\n"
4911 " Waits for each process specified by a PID and reports its termination "
4913 " If PID is not given, waits for all currently active child processes,\n"
4914 " and the return status is zero. PID must be a process ID.\n"
4917 " Returns the status of the last PID; fails if PID is invalid or an "
4921 "Op procesafsluiting wachten en de afsluitwaarde rapporteren.\n"
4923 " Wacht op elk proces aangeduid door een PID en rapporteert diens\n"
4924 " afsluitwaarde. Als geen PID gegeven is, dan wordt er gewacht op alle\n"
4925 " momenteel actieve dochterprocessen, en is de afsluitwaarde van 'wait'\n"
4926 " automatisch 0. PID moet een proces-ID zijn.\n"
4928 " De afsluitwaarde is die van de laatste PID, 1 als PID ongeldig is,\n"
4929 " of 2 als een ongeldige optie gegeven werd."
4933 "Execute commands for each member in a list.\n"
4935 " The `for' loop executes a sequence of commands for each member in a\n"
4936 " list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
4937 " assumed. For each element in WORDS, NAME is set to that element, and\n"
4938 " the COMMANDS are executed.\n"
4941 " Returns the status of the last command executed."
4943 "Opdrachten uitvoeren voor elk element in een lijst.\n"
4945 " De 'for'-lus voert een reeks opdrachten uit voor elk element in een\n"
4946 " lijst van items. Als 'in WOORDEN...;' afwezig is, wordt 'in \"$@\";'\n"
4947 " aangenomen. Voor elk element in WOORDEN wordt NAAM gelijkgemaakt aan\n"
4948 " dat element en worden de OPDRACHTEN uitgevoerd.\n"
4950 " De afsluitwaarde is die van de laatst uitgevoerde opdracht."
4954 "Arithmetic for loop.\n"
4958 " \twhile (( EXP2 )); do\n"
4962 " EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
4963 " omitted, it behaves as if it evaluates to 1.\n"
4966 " Returns the status of the last command executed."
4968 "Een rekenkundige 'for'-lus.\n"
4970 " Dit is het equivalent van:\n"
4972 " (( EXP1 )); while (( EXP2 )); do OPDRACHTEN; (( EXP3 )); done\n"
4974 " EXP1, EXP2, and EXP3 zijn rekenkundige expressies. Als een expressie\n"
4975 " weggelaten wordt, wordt de waarde 1 ervoor in de plaats genomen.\n"
4977 " De afsluitwaarde is die van de laatst uitgevoerde opdracht."
4981 "Select words from a list and execute commands.\n"
4983 " The WORDS are expanded, generating a list of words. The\n"
4984 " set of expanded words is printed on the standard error, each\n"
4985 " preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n"
4986 " is assumed. The PS3 prompt is then displayed and a line read\n"
4987 " from the standard input. If the line consists of the number\n"
4988 " corresponding to one of the displayed words, then NAME is set\n"
4989 " to that word. If the line is empty, WORDS and the prompt are\n"
4990 " redisplayed. If EOF is read, the command completes. Any other\n"
4991 " value read causes NAME to be set to null. The line read is saved\n"
4992 " in the variable REPLY. COMMANDS are executed after each selection\n"
4993 " until a break command is executed.\n"
4996 " Returns the status of the last command executed."
4998 "Een keuzelijst aanbieden en opdrachten uitvoeren.\n"
5000 " Toont een menu op standaardfoutuitvoer: een genummerde lijst met de\n"
5001 " gegeven woorden nadat alle shell-vervangingen erop zijn toegepast.\n"
5002 " Als het 'in'-gedeelte afwezig is, wordt 'in \"$@\";' aangenomen.\n"
5004 " Na het menu wordt de PS3-prompt getoond, en wordt een regel van\n"
5005 " standaardinvoer gelezen. Als de gelezen regel één van de getoonde\n"
5006 " nummers is, dan wordt NAAM gelijkgemaakt aan het bijbehorende woord;\n"
5007 " als de regel leeg is, worden het menu en de prompt opnieuw getoond;\n"
5008 " als einde-van-bestand (Ctrl-D) wordt gelezen, dan wordt de opdracht\n"
5009 " beëindigd. Elke andere waarde zorgt ervoor dat de variabele NAAM\n"
5010 " wordt leeggemaakt. De gelezen regel wordt altijd opgeslagen in de\n"
5011 " variabele REPLY. Na elke keuze worden de bijbehorende opdrachten\n"
5012 " uitgevoerd. Dit gaat door totdat een 'break' de opdracht beëindigt.\n"
5014 " De afsluitwaarde is die van de laatst uitgevoerde opdracht."
5018 "Report time consumed by pipeline's execution.\n"
5020 " Execute PIPELINE and print a summary of the real time, user CPU time,\n"
5021 " and system CPU time spent executing PIPELINE when it terminates.\n"
5024 " -p\tprint the timing summary in the portable Posix format\n"
5026 " The value of the TIMEFORMAT variable is used as the output format.\n"
5029 " The return status is the return status of PIPELINE."
5031 "De door een pijplijn verbruikte tijd tonen.\n"
5033 " Voert de in de PIJPLIJN gegeven opdrachten uit en toont daarna een\n"
5034 " tijdssamenvatting: de totale verlopen tijd, de in gebruikersprocessen\n"
5035 " verbruikte processortijd , en de in systeemprocessen verbruikte\n"
5038 " De uitvoer kan via de omgevingsvariabele TIMEFORMAT aangepast worden.\n"
5039 " Optie '-p' negeert deze omgevingsvariabele en toont de tijden in een\n"
5040 " overdraagbare standaardopmaak.\n"
5041 " De afsluitwaarde is die van de PIJPLIJN."
5045 "Execute commands based on pattern matching.\n"
5047 " Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
5048 " `|' is used to separate multiple patterns.\n"
5051 " Returns the status of the last command executed."
5053 "Opdrachten uitvoeren afhankelijk van patroonovereenkomsten.\n"
5055 " Voert één van de gegeven sets met opdrachten uit, afhankelijk van met\n"
5056 " welk PATROON het WOORD overeenkomt. Met '|' kunnen meerdere patronen\n"
5057 " gegroepeerd worden.\n"
5059 " De afsluitwaarde is die van de laatst uitgevoerde opdracht."
5063 "Execute commands based on conditional.\n"
5065 " The `if COMMANDS' list is executed. If its exit status is zero, then "
5067 " `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list "
5069 " executed in turn, and if its exit status is zero, the corresponding\n"
5070 " `then COMMANDS' list is executed and the if command completes. "
5072 " the `else COMMANDS' list is executed, if present. The exit status of "
5074 " entire construct is the exit status of the last command executed, or "
5076 " if no condition tested true.\n"
5079 " Returns the status of the last command executed."
5081 "Opdrachten uitvoeren afhankelijk van voorwaarden.\n"
5083 " Voert eerst de opdrachten na 'if' uit; als de afsluitwaarde daarvan\n"
5084 " nul is, dan worden de opdrachten na de eerste 'then' uitgevoerd; anders\n"
5085 " de opdrachten na de eerstvolgende 'elif' (indien aanwezig) of de 'else'\n"
5086 " (indien aanwezig). Als de afsluitwaarde van de opdrachten na een "
5088 " nul is, dan worden de opdrachten na de bijbehorende 'then' uitgevoerd.\n"
5089 " Als er geen verdere 'elif' of 'else' meer is, of zodra de opdrachten na\n"
5090 " een 'then' zijn uitgevoerd, is de 'if'-opdracht voltooid.\n"
5092 " De afsluitwaarde van de gehele opdracht is die van de laatst "
5094 " deelopdracht, of nul als geen enkele 'if' of 'elif' nul opleverde."
5098 "Execute commands as long as a test succeeds.\n"
5100 " Expand and execute COMMANDS as long as the final command in the\n"
5101 " `while' COMMANDS has an exit status of zero.\n"
5104 " Returns the status of the last command executed."
5106 "Opdrachten uitvoeren zolang een test slaagt.\n"
5108 " Voert de gegeven opdrachten uit zolang de laatste opdracht achter\n"
5109 " 'while' een afsluitwaarde van 0 heeft.\n"
5111 " De afsluitwaarde is die van de laatst uitgevoerde opdracht."
5115 "Execute commands as long as a test does not succeed.\n"
5117 " Expand and execute COMMANDS as long as the final command in the\n"
5118 " `until' COMMANDS has an exit status which is not zero.\n"
5121 " Returns the status of the last command executed."
5123 "Opdrachten uitvoeren zolang een test niet slaagt.\n"
5125 " Voert de gegeven opdrachten uit zolang de laatste opdracht achter\n"
5126 " 'until' een afsluitwaarde ongelijk aan 0 heeft.\n"
5128 " De afsluitwaarde is die van de laatst uitgevoerde opdracht."
5132 "Create a coprocess named NAME.\n"
5134 " Execute COMMAND asynchronously, with the standard output and standard\n"
5135 " input of the command connected via a pipe to file descriptors assigned\n"
5136 " to indices 0 and 1 of an array variable NAME in the executing shell.\n"
5137 " The default NAME is \"COPROC\".\n"
5140 " The coproc command returns an exit status of 0."
5142 "Een co-proces aanmaken genaamd NAAM.\n"
5144 " Voert OPDRACHT asynchroon uit, met standaardinvoer en -uitvoer via\n"
5145 " een pijp verbonden met bestandsdescriptors die toegewezen zijn aan\n"
5146 " indices 0 en 1 van array-variabele NAAM in de uitvoerende shell.\n"
5147 " De standaard-NAAM is \"COPROC\".\n"
5149 " De afsluitwaarde van coproc is 0."
5153 "Define shell function.\n"
5155 " Create a shell function named NAME. When invoked as a simple command,\n"
5156 " NAME runs COMMANDs in the calling shell's context. When NAME is "
5158 " the arguments are passed to the function as $1...$n, and the function's\n"
5159 " name is in $FUNCNAME.\n"
5162 " Returns success unless NAME is readonly."
5164 "Een shell-functie definiëren.\n"
5166 " Maakt een shell-functie aan die met NAAM aangeroepen kan worden en die\n"
5167 " de gegeven OPDRACHTEN uitvoert in de context van de aanroepende shell.\n"
5168 " Wanneer NAAM aangeroepen wordt, worden de argumenten aan de functie\n"
5169 " doorgegeven als $0...$N, en de functienaam in $FUNCNAME.\n"
5171 " De afsluitwaarde is 0, tenzij NAAM onveranderbaar is."
5175 "Group commands as a unit.\n"
5177 " Run a set of commands in a group. This is one way to redirect an\n"
5178 " entire set of commands.\n"
5181 " Returns the status of the last command executed."
5183 "Opdrachten als een eenheid groeperen.\n"
5185 " Voert een set opdrachten als een eenheid uit. Dit is een manier om\n"
5186 " de in- en uitvoer van een hele set opdrachten om te kunnen leiden.\n"
5188 " De afsluitwaarde is die van de laatst uitgevoerde opdracht."
5192 "Resume job in foreground.\n"
5194 " Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n"
5195 " stopped or background job. JOB_SPEC can specify either a job name\n"
5196 " or a job number. Following JOB_SPEC with a `&' places the job in\n"
5197 " the background, as if the job specification had been supplied as an\n"
5198 " argument to `bg'.\n"
5201 " Returns the status of the resumed job."
5203 "Een taak hervatten in de voorgrond.\n"
5205 " Hervat de gegeven achtergrondtaak of gepauzeerde taak in de voorgrond.\n"
5206 " Dit is equivalent aan de opdracht 'fg'. De taak kan met een nummer of\n"
5207 " met een naam aangeduid worden.\n"
5209 " Als na de taakaanduiding een '&' volgt, dan wordt de taak in de\n"
5210 " achtergrond geplaatst. Dit is equivalent aan de opdracht 'bg'.\n"
5212 " De afsluitwaarde is die van de hervatte taak."
5217 "Evaluate arithmetic expression.\n"
5219 " The EXPRESSION is evaluated according to the rules for arithmetic\n"
5220 " evaluation. Equivalent to `let \"EXPRESSION\"'.\n"
5223 " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
5225 "Een rekenkundige uitdrukking evalueren.\n"
5227 " Evalueert de gegeven expressie als een rekenkundige uitdrukking.\n"
5228 " Dit is equivalent aan 'let EXPRESSIE'.\n"
5230 " De afsluitwaarde is 1 als de EXPRESSIE tot 0 evalueert; anders 0."
5234 "Execute conditional command.\n"
5236 " Returns a status of 0 or 1 depending on the evaluation of the "
5238 " expression EXPRESSION. Expressions are composed of the same primaries "
5240 " by the `test' builtin, and may be combined using the following "
5243 " ( EXPRESSION )\tReturns the value of EXPRESSION\n"
5244 " ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
5245 " EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
5246 " EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
5248 " When the `==' and `!=' operators are used, the string to the right of\n"
5249 " the operator is used as a pattern and pattern matching is performed.\n"
5250 " When the `=~' operator is used, the string to the right of the operator\n"
5251 " is matched as a regular expression.\n"
5253 " The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
5254 " determine the expression's value.\n"
5257 " 0 or 1 depending on value of EXPRESSION."
5259 "Een voorwaardelijke opdracht uitvoeren.\n"
5261 " Evalueert de gegeven conditionele expressie; afhankelijk van het "
5263 " is de afsluitwaarde 0 (\"waar\") of 1 (\"onwaar\"). De expressies "
5265 " dezelfde basiscomponenten als die van ingebouwde opdracht 'test', en "
5267 " worden gecombineerd met de volgende operatoren:\n"
5269 " ( EXPRESSIE ) de waarde van de gegeven expressie\n"
5270 " ! EXPRESSIE waar als EXPRESSIE onwaar is, anders onwaar\n"
5271 " EXPR1 && EXPR2 waar als beide expressies waar zijn, anders "
5273 " EXPR1 || EXPR2 onwaar als beide expressies onwaar zijn, anders "
5276 " Als '==' of '!=' als operator gebruikt wordt, dan wordt de rechter\n"
5277 " tekenreeks als patroon begrepen en wordt patroonherkenning uitgevoerd.\n"
5278 " Als '=~' als operator gebruikt wordt, dan wordt de rechter tekenreeks\n"
5279 " als een reguliere expressie begrepen.\n"
5281 " De operatoren '&&' en '||' evalueren de tweede expressie níét als de "
5283 " van de eerste voldoende is om het eindresulaat te bepalen.\n"
5285 " De afsluitwaarde is 0 of 1, afhankelijk van EXPRESSIE."
5289 "Common shell variable names and usage.\n"
5291 " BUSH_VERSION\tVersion information for this Bush.\n"
5292 " CDPATH\tA colon-separated list of directories to search\n"
5293 " \t\tfor directories given as arguments to `cd'.\n"
5294 " GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
5295 " \t\tbe ignored by pathname expansion.\n"
5296 " HISTFILE\tThe name of the file where your command history is stored.\n"
5297 " HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
5298 " HISTSIZE\tThe maximum number of history lines that a running\n"
5299 " \t\tshell can access.\n"
5300 " HOME\tThe complete pathname to your login directory.\n"
5301 " HOSTNAME\tThe name of the current host.\n"
5302 " HOSTTYPE\tThe type of CPU this version of Bush is running under.\n"
5303 " IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
5304 " \t\tcharacter as the sole input. If set, then the value\n"
5305 " \t\tof it is the number of EOF characters that can be seen\n"
5306 " \t\tin a row on an empty line before the shell will exit\n"
5307 " \t\t(default 10). When unset, EOF signifies the end of input.\n"
5308 " MACHTYPE\tA string describing the current system Bush is running on.\n"
5309 " MAILCHECK\tHow often, in seconds, Bush checks for new mail.\n"
5310 " MAILPATH\tA colon-separated list of filenames which Bush checks\n"
5311 " \t\tfor new mail.\n"
5312 " OSTYPE\tThe version of Unix this version of Bush is running on.\n"
5313 " PATH\tA colon-separated list of directories to search when\n"
5314 " \t\tlooking for commands.\n"
5315 " PROMPT_COMMAND\tA command to be executed before the printing of each\n"
5316 " \t\tprimary prompt.\n"
5317 " PS1\t\tThe primary prompt string.\n"
5318 " PS2\t\tThe secondary prompt string.\n"
5319 " PWD\t\tThe full pathname of the current directory.\n"
5320 " SHELLOPTS\tA colon-separated list of enabled shell options.\n"
5321 " TERM\tThe name of the current terminal type.\n"
5322 " TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
5323 " \t\t`time' reserved word.\n"
5324 " auto_resume\tNon-null means a command word appearing on a line by\n"
5325 " \t\titself is first looked for in the list of currently\n"
5326 " \t\tstopped jobs. If found there, that job is foregrounded.\n"
5327 " \t\tA value of `exact' means that the command word must\n"
5328 " \t\texactly match a command in the list of stopped jobs. A\n"
5329 " \t\tvalue of `substring' means that the command word must\n"
5330 " \t\tmatch a substring of the job. Any other value means that\n"
5331 " \t\tthe command must be a prefix of a stopped job.\n"
5332 " histchars\tCharacters controlling history expansion and quick\n"
5333 " \t\tsubstitution. The first character is the history\n"
5334 " \t\tsubstitution character, usually `!'. The second is\n"
5335 " \t\tthe `quick substitution' character, usually `^'. The\n"
5336 " \t\tthird is the `history comment' character, usually `#'.\n"
5337 " HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
5338 " \t\tcommands should be saved on the history list.\n"
5340 "De betekenis van enkele algemene shell-variabelen.\n"
5342 " Hieronder volgt de beschrijving van een aantal variabelen. (In elke\n"
5343 " lijst worden de elementen van elkaar gescheiden door dubbele punten.)\n"
5345 " BUSH_VERSION versie-informatie van deze 'bush'\n"
5346 " CDPATH lijst van mappen om te doorzoeken wanneer het argument "
5348 " 'cd' niet in de huidige map voorkomt\n"
5349 " GLOBIGNORE lijst van patronen die de bestandsnamen beschrijven die "
5351 " bestandsnaamjokertekenexpansie genegeerd moeten worden\n"
5352 " HISTFILE naam van het bestand dat uw opdrachtengeschiedenis bevat\n"
5353 " HISTFILESIZE maximum aantal regels dat geschiedenisbestand mag "
5355 " HISTIGNORE lijst van patronen die niet in geschiedenis moeten komen\n"
5356 " HISTSIZE maximum aantal geschiedenisregels dat huidige shell "
5358 " HOME het volledige pad naar uw thuismap\n"
5359 " HOSTNAME de naam van de computer waarop deze 'bush' wordt "
5361 " HOSTTYPE de soort CPU waarop deze 'bush' wordt uitgevoerd\n"
5362 " IGNOREEOF het aantal te negeren Ctrl-D's alvorens de shell afsluit\n"
5363 " MACHTYPE de soort machine waarop deze 'bush' wordt uitgevoerd\n"
5364 " MAILCHECK hoe vaak (in seconden) 'bush' controleert op nieuwe mail\n"
5365 " MAILPATH lijst van bestandsnamen die 'bush' controleert op nieuwe "
5367 " OSTYPE de soort Unix waarop deze 'bush' wordt uitgevoerd\n"
5368 " PATH lijst van mappen waar opdrachten in gezocht moeten worden\n"
5369 " PROMPT_COMMAND uit te voeren opdracht vóór het tonen van primaire "
5371 " PS1 tekenreeks die primaire prompt beschrijft\n"
5372 " PS2 tekenreeks die secundaire prompt beschrijft (standaard '> "
5374 " PWD het volledige pad van de huidige map\n"
5375 " SHELLOPTS lijst van ingeschakelde shell-opties\n"
5376 " TERM soortnaam van de huidige terminal\n"
5377 " TIMEFORMAT opmaakvoorschrift voor de uitvoer van 'time'\n"
5378 " auto_resume niet-leeg betekent dat één opdrachtwoord op de "
5380 " eerst opgezocht wordt in de lijst van gepauzeerde "
5382 " en indien daar gevonden, dan wordt die taak in de "
5384 " geplaatst; de waarde 'exact' betekent dat het gegeven "
5386 " exact moet overeenkomen met een opdracht in de lijst "
5388 " gepauzeerde taken; de waarde 'substring' betekent dat "
5390 " overeenkomst met een deeltekenreeks voldoende is; elke\n"
5391 " andere waarde betekent dat het gegeven woord aan het "
5393 " moet staan van de opdracht van een gepauzeerde taak\n"
5394 " histchars tekens die geschiedenisexpansie en -vervanging besturen;\n"
5395 " het eerste teken is het geschiedenisvervangingsteken,\n"
5396 " gewoonlijk '!'; het tweede teken is het snelle\n"
5397 " vervangingsteken, gewoonlijk '^'; het derde teken is "
5399 " geschiedeniscommentaarteken, gewoonlijk '#'\n"
5403 "Add directories to stack.\n"
5405 " Adds a directory to the top of the directory stack, or rotates\n"
5406 " the stack, making the new top of the stack the current working\n"
5407 " directory. With no arguments, exchanges the top two directories.\n"
5410 " -n\tSuppresses the normal change of directory when adding\n"
5411 " \t\tdirectories to the stack, so only the stack is manipulated.\n"
5414 " +N\tRotates the stack so that the Nth directory (counting\n"
5415 " \t\tfrom the left of the list shown by `dirs', starting with\n"
5416 " \t\tzero) is at the top.\n"
5418 " -N\tRotates the stack so that the Nth directory (counting\n"
5419 " \t\tfrom the right of the list shown by `dirs', starting with\n"
5420 " \t\tzero) is at the top.\n"
5422 " dir\tAdds DIR to the directory stack at the top, making it the\n"
5423 " \t\tnew current working directory.\n"
5425 " The `dirs' builtin displays the directory stack.\n"
5428 " Returns success unless an invalid argument is supplied or the directory\n"
5431 "Mappen aan de mappenstapel toevoegen.\n"
5433 " Voegt een map toe aan de top van de mappenstapel, of roteert de stapel\n"
5434 " en maakt de huidige werkmap gelijk aan de nieuwe top van de stapel.\n"
5435 " Zonder argumenten worden de bovenste twee mappen verwisseld.\n"
5438 " -n onderdrukt de verandering van map bij het toevoegen van mappen\n"
5439 " aan de stapel, zodat enkel de stapel wordt gemanipuleerd\n"
5442 " MAP Voegt deze map toe aan de top van de mappenstapel, het de nieuwe\n"
5443 " werkmap makend.\n"
5444 " +N Roteert de stapel zodat de N-de map (tellend vanaf links, van\n"
5445 " de lijst getoond door 'dirs', beginned bij nul) bovenaan komt.\n"
5446 " -N Roteert de stapel zodat de N-de map (tellend vanaf rechts, van\n"
5447 " de lijst getoond door 'dirs', beginned bij nul) bovenaan komt.\n"
5449 " De opdracht 'dirs' toont de huidige mappenstapel.\n"
5451 " De afsluitwaarde is 0, tenzij een ongeldig argument gegeven werd of de\n"
5452 " mapwijziging mislukte."
5456 "Remove directories from stack.\n"
5458 " Removes entries from the directory stack. With no arguments, removes\n"
5459 " the top directory from the stack, and changes to the new top directory.\n"
5462 " -n\tSuppresses the normal change of directory when removing\n"
5463 " \t\tdirectories from the stack, so only the stack is manipulated.\n"
5466 " +N\tRemoves the Nth entry counting from the left of the list\n"
5467 " \t\tshown by `dirs', starting with zero. For example: `popd +0'\n"
5468 " \t\tremoves the first directory, `popd +1' the second.\n"
5470 " -N\tRemoves the Nth entry counting from the right of the list\n"
5471 " \t\tshown by `dirs', starting with zero. For example: `popd -0'\n"
5472 " \t\tremoves the last directory, `popd -1' the next to last.\n"
5474 " The `dirs' builtin displays the directory stack.\n"
5477 " Returns success unless an invalid argument is supplied or the directory\n"
5480 "Mappen van de mappenstapel verwijderen.\n"
5482 " Verwijdert items van de mappenstapel. Zonder argumenten verwijdert\n"
5483 " het de bovenste map van de stapel, en maakt de huidige werkmap\n"
5484 " gelijk aan de nieuwe bovenste map.\n"
5487 " -n onderdrukt de verandering van map bij het toevoegen van mappen\n"
5488 " aan de stapel, zodat enkel de stapel wordt gemanipuleerd\n"
5491 " +N Verwijdert het N-de item tellend vanaf links (van de lijst\n"
5492 " getoond door 'dirs', beginnend met nul). Bijvoorbeeld:\n"
5493 " 'popd +0' verwijdert de eerste map, 'popd +' de tweede.\n"
5494 " -N Verwijdert het N-de item tellend vanaf rechts (van de lijst\n"
5495 " getoond door 'dirs', beginnend met nul). Bijvoorbeeld:\n"
5496 " 'popd -0' verwijdert de laatste map, 'popd -1' de voorlaatste.\n"
5498 " De opdracht 'dirs' toont de huidige mappenstapel.\n"
5500 " De afsluitwaarde is 0, tenzij een ongeldig argument gegeven werd of de\n"
5501 " mapwijziging mislukte."
5505 "Display directory stack.\n"
5507 " Display the list of currently remembered directories. Directories\n"
5508 " find their way onto the list with the `pushd' command; you can get\n"
5509 " back up through the list with the `popd' command.\n"
5512 " -c\tclear the directory stack by deleting all of the elements\n"
5513 " -l\tdo not print tilde-prefixed versions of directories relative\n"
5514 " \t\tto your home directory\n"
5515 " -p\tprint the directory stack with one entry per line\n"
5516 " -v\tprint the directory stack with one entry per line prefixed\n"
5517 " \t\twith its position in the stack\n"
5520 " +N\tDisplays the Nth entry counting from the left of the list\n"
5521 " \t\tshown by dirs when invoked without options, starting with\n"
5524 " -N\tDisplays the Nth entry counting from the right of the list\n"
5525 " \t\tshown by dirs when invoked without options, starting with\n"
5529 " Returns success unless an invalid option is supplied or an error occurs."
5531 "De mappenstapel tonen.\n"
5533 " Toont de huidige lijst van onthouden mappen. Mappen worden aan deze\n"
5534 " lijst toegevoegd met de opdracht 'pushd', en verwijderd met 'popd'.\n"
5537 " -c de mappenstapel wissen door alle elementen te verwijderen\n"
5538 " -l paden volledig tonen, niet afgekort ten opzichte van uw thuismap\n"
5539 " -p de mappenstapel tonen met één item per regel\n"
5540 " -v als '-p', maar met elk item voorafgegeaan wordt door zijn "
5545 " +N Het N-de item tonen, tellend vanaf links, van de lijst getoond\n"
5546 " door 'dirs' wanneer opgeroepen zonder opties, beginnend bij nul.\n"
5547 " -N Het N-de item tonen, tellend vanaf rechts, van de lijst getoond\n"
5548 " door 'dirs' wanneer opgeroepen zonder opties, beginnend bij nul.\n"
5550 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
5556 "Set and unset shell options.\n"
5558 " Change the setting of each shell option OPTNAME. Without any option\n"
5559 " arguments, list each supplied OPTNAME, or all shell options if no\n"
5560 " OPTNAMEs are given, with an indication of whether or not each is set.\n"
5563 " -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
5564 " -p\tprint each shell option with an indication of its status\n"
5565 " -q\tsuppress output\n"
5566 " -s\tenable (set) each OPTNAME\n"
5567 " -u\tdisable (unset) each OPTNAME\n"
5570 " Returns success if OPTNAME is enabled; fails if an invalid option is\n"
5571 " given or OPTNAME is disabled."
5573 "Shell-opties in- of uitschakelen.\n"
5575 " Stelt de waarde in van elke gegeven OPTIENAAM -- van een shell-optie\n"
5576 " die bepaald shell-gedrag beïnvloedt. Zonder opties wordt elke gegeven\n"
5577 " OPTIENAAM getoond, of alle shell-opties als geen OPTIENAAM gegeven is,\n"
5578 " met bij elke optie de vermelding of deze al dan niet ingeschakeld is.\n"
5581 " -o de verzameling mogelijke OPTIENAMEN naar diegene die "
5583 " zijn voor gebruik met 'set -o'\n"
5584 " -p uitvoer produceren die herbruikbaar is als invoer\n"
5585 " -q uitvoer onderdrukken\n"
5586 " -s elke gegeven OPTIENAAM inschakelen\n"
5587 " -u elke gegeven OPTIENAAM uitschakelen\n"
5589 " Zonder opties (of met alleen '-q') is de afsluitwaarde 0 indien "
5591 " ingeschakeld is, 1 indien uitgeschakeld. De afsluitwaarde is ook 1 als\n"
5592 " een ongeldige optienaam gegeven werd, en de afsluitwaarde is 2 als een\n"
5593 " ongeldige optie gegeven werd."
5597 "Formats and prints ARGUMENTS under control of the FORMAT.\n"
5600 " -v var\tassign the output to shell variable VAR rather than\n"
5601 " \t\tdisplay it on the standard output\n"
5603 " FORMAT is a character string which contains three types of objects: "
5605 " characters, which are simply copied to standard output; character "
5607 " sequences, which are converted and copied to the standard output; and\n"
5608 " format specifications, each of which causes printing of the next "
5612 " In addition to the standard format specifications described in "
5614 " printf interprets:\n"
5616 " %b\texpand backslash escape sequences in the corresponding argument\n"
5617 " %q\tquote the argument in a way that can be reused as shell input\n"
5618 " %(fmt)T\toutput the date-time string resulting from using FMT as a "
5620 " \t string for strftime(3)\n"
5622 " The format is re-used as necessary to consume all of the arguments. If\n"
5623 " there are fewer arguments than the format requires, extra format\n"
5624 " specifications behave as if a zero value or null string, as "
5626 " had been supplied.\n"
5629 " Returns success unless an invalid option is given or a write or "
5633 "Argumenten volgens een opmaakvoorschrift opmaken en printen.\n"
5635 " Print de gegeven ARGUMENTEN, opgemaakt volgens de gegeven OPMAAK.\n"
5638 " -v VAR de uitvoer in de variabele VAR plaatsen in plaats van deze\n"
5639 " naar standaarduitvoer te sturen\n"
5641 " De OPMAAK-tekenreeks bestaat uit drie soorten tekens: gewone tekens,\n"
5642 " die simpelweg naar standaarduitvoer gekopieerd worden; stuurtekens,\n"
5643 " die omgezet worden en dan naar standaarduitvoer gekopieerd worden;\n"
5644 " en opmaaksymbolen, die elk steeds het volgende argument doen printen.\n"
5646 " Naast de standaard %-opmaaksymbolen van printf(1), \"diouxXfeEgGcs\",\n"
5647 " betekent %b dat de backslash-stuurtekens in het betreffende argument\n"
5648 " omgezet moeten worden, en betekent %q dat het argument op zo'n manier\n"
5649 " aangehaald moet worden dat het als invoer voor de shell hergebruikt\n"
5650 " kan worden. Verder betekent %(OPMAAK)T dat datum-plus-tijd getoond\n"
5651 " moet worden door deze opmaak aan strftime(3) mee te geven.\n"
5653 " De gegeven opmaak wordt zo vaak hergebruikt als nodig is om alle "
5655 " te consumeren. Als er minder argumenten zijn dan de opmaak verwacht, "
5657 " gedragen de overtollige opmaakspecificaties zich alsof (al naar gelang) "
5659 " waarde nul of een lege tekenreeks gegeven werd.\n"
5661 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
5663 " schrijf- of toekenningsfout optrad."
5668 "Specify how arguments are to be completed by Readline.\n"
5670 " For each NAME, specify how arguments are to be completed. If no "
5672 " are supplied, existing completion specifications are printed in a way "
5674 " allows them to be reused as input.\n"
5677 " -p\tprint existing completion specifications in a reusable format\n"
5678 " -r\tremove a completion specification for each NAME, or, if no\n"
5679 " \t\tNAMEs are supplied, all completion specifications\n"
5680 " -D\tapply the completions and actions as the default for commands\n"
5681 " \t\twithout any specific completion defined\n"
5682 " -E\tapply the completions and actions to \"empty\" commands --\n"
5683 " \t\tcompletion attempted on a blank line\n"
5684 " -I\tapply the completions and actions to the initial (usually the\n"
5685 " \t\tcommand) word\n"
5687 " When completion is attempted, the actions are applied in the order the\n"
5688 " uppercase-letter options are listed above. If multiple options are "
5690 " the -D option takes precedence over -E, and both take precedence over -"
5694 " Returns success unless an invalid option is supplied or an error occurs."
5696 "Aangeven hoe argumenten door 'readline' gecompleteerd moeten worden.\n"
5698 " Geeft voor elke gegeven NAAM aan hoe de argumenten gecompleteerd dienen\n"
5699 " te worden. Zonder opties worden de bestaande "
5700 "completeringsvoorschriften\n"
5701 " getoond (in een vorm die als invoer hergebruikt kan worden).\n"
5704 " -p bestaande completeringsvoorschriften in herbruikbare vorm tonen\n"
5705 " -r elk genoemd voorschrift verwijderen, of alle voorschriften als\n"
5706 " geen NAAM gegeven is\n"
5707 " -D de gegeven completeringen en acties als standaard nemen voor\n"
5708 " opdrachten die geen specifieke eigen completering hebben\n"
5709 " -E de gegeven completeringen en acties als standaard nemen voor\n"
5710 " lege opdrachten -- de completering van een lege regel\n"
5711 " -I de gegeven completeringen en acties als standaard nemen voor\n"
5712 " een initieel woord (gewoonlijk een opdracht)\n"
5714 " Als completering geprobeerd wordt, dan worden de acties toegepast in\n"
5715 " de volgorde van de bovenstaande hoofdletteropties. Optie '-D' gaat\n"
5716 " voor optie '-E', en beide gaan voor '-I'\n"
5718 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
5724 "Display possible completions depending on the options.\n"
5726 " Intended to be used from within a shell function generating possible\n"
5727 " completions. If the optional WORD argument is supplied, matches "
5729 " WORD are generated.\n"
5732 " Returns success unless an invalid option is supplied or an error occurs."
5734 "De mogelijke completeringen tonen, afhankelijk van de gegeven opties.\n"
5736 " Bedoeld voor gebruik binnen een functie die mogelijke completeringen\n"
5737 " genereert. Als het optionele argument WOORD aanwezig is, worden alleen\n"
5738 " de daarbij passende completeringen gegenereerd.\n"
5740 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of er "
5746 "Modify or display completion options.\n"
5748 " Modify the completion options for each NAME, or, if no NAMEs are "
5750 " the completion currently being executed. If no OPTIONs are given, "
5752 " the completion options for each NAME or the current completion "
5756 " \t-o option\tSet completion option OPTION for each NAME\n"
5757 " \t-D\t\tChange options for the \"default\" command completion\n"
5758 " \t-E\t\tChange options for the \"empty\" command completion\n"
5759 " \t-I\t\tChange options for completion on the initial word\n"
5761 " Using `+o' instead of `-o' turns off the specified option.\n"
5765 " Each NAME refers to a command for which a completion specification must\n"
5766 " have previously been defined using the `complete' builtin. If no NAMEs\n"
5767 " are supplied, compopt must be called by a function currently generating\n"
5768 " completions, and the options for that currently-executing completion\n"
5769 " generator are modified.\n"
5772 " Returns success unless an invalid option is supplied or NAME does not\n"
5773 " have a completion specification defined."
5775 "Completeringsopties wijzigen of tonen.\n"
5777 " Wijzigt de completeringsopties van elke gegeven NAAM, of als geen NAAM\n"
5778 " gegeven is, die van de huidige completering. Als geen OPTIE gegeven "
5780 " dan worden de completeringsopties van elke gegeven NAAM getoond, of die\n"
5781 " van de huidige completering.\n"
5784 " -o OPTIE deze completeringsoptie inschakelen voor elke gegeven NAAM\n"
5785 " -D opties wijzigen voor de standaardcompletering\n"
5786 " -E opties wijzigen voor de completering van een lege opdracht\n"
5787 " -I opties wijzigen voor de completering van initieel woord\n"
5789 " Het gebruik van '+o' i.p.v. '-o' schakelt de betreffende optie _uit_.\n"
5791 " Elke NAAM dient te refereren aan een opdracht waarvoor reeds een\n"
5792 " completeringsvoorschrift gedefinieerd is via de opdracht 'complete'.\n"
5793 " Als geen NAAM gegeven is, dan dient 'compopt' aangeroepen te worden "
5795 " een functie die momenteel completeringen genereert; dan worden de "
5797 " voor die draaiende completeringsgenerator gewijzigd.\n"
5799 " De afsluitwaarde is 0, tenzij een ongeldige optie gegeven werd of voor\n"
5800 " NAAM geen completeringsvoorschrift gedefinieerd is."
5804 "Read lines from the standard input into an indexed array variable.\n"
5806 " Read lines from the standard input into the indexed array variable "
5808 " from file descriptor FD if the -u option is supplied. The variable "
5810 " is the default ARRAY.\n"
5813 " -d delim\tUse DELIM to terminate lines, instead of newline\n"
5814 " -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are "
5816 " -O origin\tBegin assigning to ARRAY at index ORIGIN. The default "
5818 " -s count\tDiscard the first COUNT lines read\n"
5819 " -t\tRemove a trailing DELIM from each line read (default newline)\n"
5820 " -u fd\tRead lines from file descriptor FD instead of the standard "
5822 " -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n"
5823 " -c quantum\tSpecify the number of lines read between each call to\n"
5827 " ARRAY\tArray variable name to use for file data\n"
5829 " If -C is supplied without -c, the default quantum is 5000. When\n"
5830 " CALLBACK is evaluated, it is supplied the index of the next array\n"
5831 " element to be assigned and the line to be assigned to that element\n"
5832 " as additional arguments.\n"
5834 " If not supplied with an explicit origin, mapfile will clear ARRAY "
5836 " assigning to it.\n"
5839 " Returns success unless an invalid option is given or ARRAY is readonly "
5841 " not an indexed array."
5843 "Regels inlezen in een geïndexeerde array-variabele.\n"
5845 " Leest regels van standaardinvoer in in de array-variabele ARRAY.\n"
5846 " De variabele MAPFILE wordt gebruikt als geen ARRAY gegeven is.\n"
5849 " -d TEKEN dit teken (i.p.v. LF) gebruiken als einde van regel\n"
5850 " -n AANTAL maximaal dit aantal regels kopiëren (0 = alles)\n"
5851 " -O BEGIN met toekennen beginnen bij deze index (standaard 0)\n"
5852 " -s AANTAL dit aantal regels overslaan\n"
5853 " -t nieuweregelteken aan eind van elke gelezen regel "
5855 " -u BES.DES. uit deze bestandsdescriptor lezen i.p.v. uit "
5857 " -C FUNCTIE deze functie evalueren na elke HOEVEELHEID regels\n"
5858 " -c HOEVEELHEID het aantal te lezen regels voor elke aanroep van "
5862 " ARRAY naam van array-variabele waarin regels ingelezen moeten "
5865 " Als '-C' gegeven is zonder '-c', is de standaard-HOEVEELHEID 5000.\n"
5866 " Wanneer FUNCTIE aangeroepen wordt, dan wordt hieraan de index van het\n"
5867 " volgende array-element en de daaraan toe te kennen regel als extra\n"
5868 " argumenten meegegeven.\n"
5870 " Als geen expliciet BEGIN gegeven is, wordt het array gewist alvorens\n"
5871 " met toekennen te beginnen.\n"
5873 " De afsluitwaarde is 0, tenzij ARRAY alleen-lezen is of geen array is, "
5875 " een ongeldige optie gegeven werd."
5879 "Read lines from a file into an array variable.\n"
5881 " A synonym for `mapfile'."
5883 "Regels inlezen vanuit een bestand in een array-variabele.\n"
5885 " Een synoniem voor 'mapfile'."
5888 #~ "Returns the context of the current subroutine call.\n"
5890 #~ " Without EXPR, returns "
5892 #~ "De context geven van de huidige functie-aanroep.\n"
5894 #~ " Zonder EXPR, resulteert "
5896 #~ msgid "add_process: process %5ld (%s) in the_pipeline"
5897 #~ msgstr "add_process(): proces %5ld (%s) in de pijplijn"
5899 #~ msgid "Unknown Signal #"
5900 #~ msgstr "Onbekend signaalnummer"
5902 # Dit is een commandonaam.
5906 # Dit is een commandonaam.
5910 # Dit is een commandonaam.
5915 #~ "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
5918 #~ "De licentie is GPLv2+: GNU GPL versie 2 of later.\n"
5919 #~ "Zie http://gnu.org/licenses/gpl.html voor de volledige tekst.\n"