]> git.ipfire.org Git - thirdparty/bash.git/blame - po/en@quot.po
Imported from ../bash-4.0-rc1.tar.gz.
[thirdparty/bash.git] / po / en@quot.po
CommitLineData
b80f6443 1# English translations for GNU bash package.
3185942a 2# Copyright (C) 2009 Free Software Foundation, Inc.
b80f6443 3# This file is distributed under the same license as the GNU bash package.
3185942a 4# Automatically generated, 2009.
b80f6443
JA
5#
6# All this catalog "translates" are quotation characters.
7# The msgids must be ASCII and therefore cannot contain real quotation
8# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
9# and double quote (0x22). These substitutes look strange; see
10# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
11#
12# This catalog translates grave accent (0x60) and apostrophe (0x27) to
13# left single quotation mark (U+2018) and right single quotation mark (U+2019).
14# It also translates pairs of apostrophe (0x27) to
15# left single quotation mark (U+2018) and right single quotation mark (U+2019)
16# and pairs of quotation mark (0x22) to
17# left double quotation mark (U+201C) and right double quotation mark (U+201D).
18#
19# When output to an UTF-8 terminal, the quotation characters appear perfectly.
20# When output to an ISO-8859-1 terminal, the single quotation marks are
21# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
22# grave/acute accent (by libiconv), and the double quotation marks are
23# transliterated to 0x22.
24# When output to an ASCII terminal, the single quotation marks are
25# transliterated to apostrophes, and the double quotation marks are
26# transliterated to 0x22.
27#
b80f6443
JA
28msgid ""
29msgstr ""
3185942a
JA
30"Project-Id-Version: GNU bash 4.0-rc1\n"
31"Report-Msgid-Bugs-To: \n"
32"POT-Creation-Date: 2009-01-06 11:56-0500\n"
33"PO-Revision-Date: 2009-01-06 11:56-0500\n"
b80f6443
JA
34"Last-Translator: Automatically generated\n"
35"Language-Team: none\n"
36"MIME-Version: 1.0\n"
37"Content-Type: text/plain; charset=UTF-8\n"
38"Content-Transfer-Encoding: 8bit\n"
b80f6443
JA
39"Plural-Forms: nplurals=2; plural=(n != 1);\n"
40
3185942a 41#: arrayfunc.c:50
b80f6443
JA
42msgid "bad array subscript"
43msgstr "bad array subscript"
44
3185942a
JA
45#: arrayfunc.c:313 builtins/declare.def:474
46#, c-format
47msgid "%s: cannot convert indexed to associative array"
48msgstr "%s: cannot convert indexed to associative array"
49
50#: arrayfunc.c:479
51#, c-format
52msgid "%s: invalid associative array key"
53msgstr "%s: invalid associative array key"
54
55#: arrayfunc.c:481
b80f6443
JA
56#, c-format
57msgid "%s: cannot assign to non-numeric index"
58msgstr "%s: cannot assign to non-numeric index"
59
3185942a
JA
60#: arrayfunc.c:517
61#, c-format
62msgid "%s: %s: must use subscript when assigning associative array"
63msgstr "%s: %s: must use subscript when assigning associative array"
64
65#: bashhist.c:380
b80f6443
JA
66#, c-format
67msgid "%s: cannot create: %s"
68msgstr "%s: cannot create: %s"
69
3185942a 70#: bashline.c:3413
b80f6443
JA
71msgid "bash_execute_unix_command: cannot find keymap for command"
72msgstr "bash_execute_unix_command: cannot find keymap for command"
73
3185942a 74#: bashline.c:3491
b80f6443
JA
75#, c-format
76msgid "%s: first non-whitespace character is not `\"'"
77msgstr "%s: first non-whitespace character is not ‘\"’"
78
3185942a 79#: bashline.c:3520
b80f6443
JA
80#, c-format
81msgid "no closing `%c' in %s"
82msgstr "no closing ‘%c’ in %s"
83
3185942a 84#: bashline.c:3554
b80f6443
JA
85#, c-format
86msgid "%s: missing colon separator"
87msgstr "%s: missing colon separator"
88
3185942a
JA
89#: builtins/bind.def:120 builtins/bind.def:123
90msgid "line editing not enabled"
91msgstr "line editing not enabled"
92
93#: builtins/bind.def:206
b80f6443
JA
94#, c-format
95msgid "`%s': invalid keymap name"
96msgstr "‘%s’: invalid keymap name"
97
3185942a 98#: builtins/bind.def:245
b80f6443
JA
99#, c-format
100msgid "%s: cannot read: %s"
101msgstr "%s: cannot read: %s"
102
3185942a 103#: builtins/bind.def:260
b80f6443
JA
104#, c-format
105msgid "`%s': cannot unbind"
106msgstr "‘%s’: cannot unbind"
107
3185942a 108#: builtins/bind.def:295 builtins/bind.def:325
b80f6443
JA
109#, c-format
110msgid "`%s': unknown function name"
111msgstr "‘%s’: unknown function name"
112
3185942a 113#: builtins/bind.def:303
b80f6443
JA
114#, c-format
115msgid "%s is not bound to any keys.\n"
116msgstr "%s is not bound to any keys.\n"
117
3185942a 118#: builtins/bind.def:307
b80f6443
JA
119#, c-format
120msgid "%s can be invoked via "
121msgstr "%s can be invoked via "
122
3185942a
JA
123#: builtins/break.def:77 builtins/break.def:117
124msgid "loop count"
125msgstr "loop count"
126
127#: builtins/break.def:137
b80f6443
JA
128msgid "only meaningful in a `for', `while', or `until' loop"
129msgstr "only meaningful in a ‘for’, ‘while’, or ‘until’ loop"
130
3185942a
JA
131#: builtins/caller.def:133
132msgid ""
133"Returns the context of the current subroutine call.\n"
134" \n"
135" Without EXPR, returns "
136msgstr ""
137"Returns the context of the current subroutine call.\n"
138" \n"
139" Without EXPR, returns "
b80f6443 140
3185942a 141#: builtins/cd.def:215
b80f6443
JA
142msgid "HOME not set"
143msgstr "HOME not set"
144
3185942a 145#: builtins/cd.def:227
b80f6443
JA
146msgid "OLDPWD not set"
147msgstr "OLDPWD not set"
148
3185942a
JA
149#: builtins/common.c:101
150#, c-format
151msgid "line %d: "
152msgstr "line %d: "
153
154#: builtins/common.c:139 error.c:260
155#, c-format
156msgid "warning: "
157msgstr "warning: "
158
159#: builtins/common.c:153
160#, c-format
161msgid "%s: usage: "
162msgstr "%s: usage: "
163
164#: builtins/common.c:166 test.c:822
b80f6443
JA
165msgid "too many arguments"
166msgstr "too many arguments"
167
3185942a 168#: builtins/common.c:191 shell.c:493 shell.c:774
b80f6443
JA
169#, c-format
170msgid "%s: option requires an argument"
171msgstr "%s: option requires an argument"
172
3185942a 173#: builtins/common.c:198
b80f6443
JA
174#, c-format
175msgid "%s: numeric argument required"
176msgstr "%s: numeric argument required"
177
3185942a 178#: builtins/common.c:205
b80f6443
JA
179#, c-format
180msgid "%s: not found"
181msgstr "%s: not found"
182
3185942a 183#: builtins/common.c:214 shell.c:787
b80f6443
JA
184#, c-format
185msgid "%s: invalid option"
186msgstr "%s: invalid option"
187
3185942a 188#: builtins/common.c:221
b80f6443
JA
189#, c-format
190msgid "%s: invalid option name"
191msgstr "%s: invalid option name"
192
3185942a 193#: builtins/common.c:228 general.c:231 general.c:236
b80f6443
JA
194#, c-format
195msgid "`%s': not a valid identifier"
196msgstr "‘%s’: not a valid identifier"
197
3185942a
JA
198#: builtins/common.c:238
199msgid "invalid octal number"
200msgstr "invalid octal number"
201
202#: builtins/common.c:240
203msgid "invalid hex number"
204msgstr "invalid hex number"
205
206#: builtins/common.c:242 expr.c:1255
207msgid "invalid number"
208msgstr "invalid number"
b80f6443 209
3185942a 210#: builtins/common.c:250
b80f6443
JA
211#, c-format
212msgid "%s: invalid signal specification"
213msgstr "%s: invalid signal specification"
214
3185942a 215#: builtins/common.c:257
b80f6443
JA
216#, c-format
217msgid "`%s': not a pid or valid job spec"
218msgstr "‘%s’: not a pid or valid job spec"
219
3185942a 220#: builtins/common.c:264 error.c:453
b80f6443
JA
221#, c-format
222msgid "%s: readonly variable"
223msgstr "%s: readonly variable"
224
3185942a 225#: builtins/common.c:272
b80f6443
JA
226#, c-format
227msgid "%s: %s out of range"
228msgstr "%s: %s out of range"
229
3185942a 230#: builtins/common.c:272 builtins/common.c:274
b80f6443
JA
231msgid "argument"
232msgstr "argument"
233
3185942a 234#: builtins/common.c:274
b80f6443
JA
235#, c-format
236msgid "%s out of range"
237msgstr "%s out of range"
238
3185942a 239#: builtins/common.c:282
b80f6443
JA
240#, c-format
241msgid "%s: no such job"
242msgstr "%s: no such job"
243
3185942a 244#: builtins/common.c:290
b80f6443
JA
245#, c-format
246msgid "%s: no job control"
247msgstr "%s: no job control"
248
3185942a 249#: builtins/common.c:292
b80f6443
JA
250msgid "no job control"
251msgstr "no job control"
252
3185942a 253#: builtins/common.c:302
b80f6443
JA
254#, c-format
255msgid "%s: restricted"
256msgstr "%s: restricted"
257
3185942a 258#: builtins/common.c:304
b80f6443
JA
259msgid "restricted"
260msgstr "restricted"
261
3185942a 262#: builtins/common.c:312
b80f6443
JA
263#, c-format
264msgid "%s: not a shell builtin"
265msgstr "%s: not a shell builtin"
266
3185942a 267#: builtins/common.c:321
95732b49
JA
268#, c-format
269msgid "write error: %s"
270msgstr "write error: %s"
271
3185942a 272#: builtins/common.c:553
b80f6443
JA
273#, c-format
274msgid "%s: error retrieving current directory: %s: %s\n"
275msgstr "%s: error retrieving current directory: %s: %s\n"
276
3185942a 277#: builtins/common.c:619 builtins/common.c:621
b80f6443
JA
278#, c-format
279msgid "%s: ambiguous job spec"
280msgstr "%s: ambiguous job spec"
281
3185942a 282#: builtins/complete.def:270
b80f6443
JA
283#, c-format
284msgid "%s: invalid action name"
285msgstr "%s: invalid action name"
286
3185942a
JA
287#: builtins/complete.def:430 builtins/complete.def:615
288#: builtins/complete.def:813
b80f6443
JA
289#, c-format
290msgid "%s: no completion specification"
291msgstr "%s: no completion specification"
292
3185942a 293#: builtins/complete.def:667
b80f6443
JA
294msgid "warning: -F option may not work as you expect"
295msgstr "warning: -F option may not work as you expect"
296
3185942a 297#: builtins/complete.def:669
b80f6443
JA
298msgid "warning: -C option may not work as you expect"
299msgstr "warning: -C option may not work as you expect"
300
3185942a
JA
301#: builtins/complete.def:786
302msgid "not currently executing completion function"
303msgstr "not currently executing completion function"
304
305#: builtins/declare.def:122
b80f6443
JA
306msgid "can only be used in a function"
307msgstr "can only be used in a function"
308
3185942a 309#: builtins/declare.def:353
b80f6443
JA
310msgid "cannot use `-f' to make functions"
311msgstr "cannot use ‘-f’ to make functions"
312
3185942a 313#: builtins/declare.def:365 execute_cmd.c:4731
b80f6443
JA
314#, c-format
315msgid "%s: readonly function"
316msgstr "%s: readonly function"
317
3185942a 318#: builtins/declare.def:461
b80f6443
JA
319#, c-format
320msgid "%s: cannot destroy array variables in this way"
321msgstr "%s: cannot destroy array variables in this way"
322
3185942a
JA
323#: builtins/declare.def:468
324#, c-format
325msgid "%s: cannot convert associative to indexed array"
326msgstr "%s: cannot convert associative to indexed array"
327
328#: builtins/enable.def:137 builtins/enable.def:145
b80f6443
JA
329msgid "dynamic loading not available"
330msgstr "dynamic loading not available"
331
3185942a 332#: builtins/enable.def:312
b80f6443
JA
333#, c-format
334msgid "cannot open shared object %s: %s"
335msgstr "cannot open shared object %s: %s"
336
3185942a 337#: builtins/enable.def:335
b80f6443
JA
338#, c-format
339msgid "cannot find %s in shared object %s: %s"
340msgstr "cannot find %s in shared object %s: %s"
341
3185942a 342#: builtins/enable.def:459
b80f6443
JA
343#, c-format
344msgid "%s: not dynamically loaded"
345msgstr "%s: not dynamically loaded"
346
3185942a 347#: builtins/enable.def:474
b80f6443
JA
348#, c-format
349msgid "%s: cannot delete: %s"
350msgstr "%s: cannot delete: %s"
351
3185942a
JA
352#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4588
353#: shell.c:1439
b80f6443
JA
354#, c-format
355msgid "%s: is a directory"
356msgstr "%s: is a directory"
357
3185942a 358#: builtins/evalfile.c:139
b80f6443
JA
359#, c-format
360msgid "%s: not a regular file"
361msgstr "%s: not a regular file"
362
3185942a 363#: builtins/evalfile.c:147
b80f6443
JA
364#, c-format
365msgid "%s: file is too large"
366msgstr "%s: file is too large"
367
3185942a
JA
368#: builtins/evalfile.c:185 execute_cmd.c:4658 shell.c:1449
369#, c-format
370msgid "%s: cannot execute binary file"
371msgstr "%s: cannot execute binary file"
372
373#: builtins/exec.def:212
b80f6443
JA
374#, c-format
375msgid "%s: cannot execute: %s"
376msgstr "%s: cannot execute: %s"
377
3185942a
JA
378#: builtins/exit.def:65
379#, c-format
380msgid "logout\n"
381msgstr "logout\n"
382
383#: builtins/exit.def:88
b80f6443
JA
384msgid "not login shell: use `exit'"
385msgstr "not login shell: use ‘exit’"
386
3185942a
JA
387#: builtins/exit.def:120
388#, c-format
b80f6443
JA
389msgid "There are stopped jobs.\n"
390msgstr "There are stopped jobs.\n"
391
3185942a
JA
392#: builtins/exit.def:122
393#, c-format
394msgid "There are running jobs.\n"
395msgstr "There are running jobs.\n"
396
397#: builtins/fc.def:261
b80f6443
JA
398msgid "no command found"
399msgstr "no command found"
400
3185942a 401#: builtins/fc.def:341
b80f6443
JA
402msgid "history specification"
403msgstr "history specification"
404
3185942a 405#: builtins/fc.def:362
b80f6443
JA
406#, c-format
407msgid "%s: cannot open temp file: %s"
408msgstr "%s: cannot open temp file: %s"
409
3185942a
JA
410#: builtins/fg_bg.def:149 builtins/jobs.def:282
411msgid "current"
412msgstr "current"
413
414#: builtins/fg_bg.def:158
b80f6443
JA
415#, c-format
416msgid "job %d started without job control"
417msgstr "job %d started without job control"
418
3185942a 419#: builtins/getopt.c:110
b80f6443
JA
420#, c-format
421msgid "%s: illegal option -- %c\n"
422msgstr "%s: illegal option -- %c\n"
423
3185942a 424#: builtins/getopt.c:111
b80f6443
JA
425#, c-format
426msgid "%s: option requires an argument -- %c\n"
427msgstr "%s: option requires an argument -- %c\n"
428
3185942a 429#: builtins/hash.def:92
b80f6443
JA
430msgid "hashing disabled"
431msgstr "hashing disabled"
432
3185942a 433#: builtins/hash.def:138
b80f6443
JA
434#, c-format
435msgid "%s: hash table empty\n"
436msgstr "%s: hash table empty\n"
437
3185942a
JA
438#: builtins/hash.def:244
439#, c-format
440msgid "hits\tcommand\n"
441msgstr "hits\tcommand\n"
b80f6443 442
3185942a
JA
443#: builtins/help.def:130
444#, c-format
b80f6443 445msgid "Shell commands matching keyword `"
3185942a
JA
446msgid_plural "Shell commands matching keywords `"
447msgstr[0] "Shell commands matching keyword `"
448msgstr[1] "Shell commands matching keywords `"
b80f6443 449
3185942a 450#: builtins/help.def:168
b80f6443
JA
451#, c-format
452msgid ""
453"no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
454msgstr ""
455"no help topics match ‘%s’. Try ‘help help’ or ‘man -k %s’ or ‘info %s’."
456
3185942a 457#: builtins/help.def:185
b80f6443
JA
458#, c-format
459msgid "%s: cannot open: %s"
460msgstr "%s: cannot open: %s"
461
3185942a
JA
462#: builtins/help.def:337
463#, c-format
b80f6443
JA
464msgid ""
465"These shell commands are defined internally. Type `help' to see this list.\n"
466"Type `help name' to find out more about the function `name'.\n"
467"Use `info bash' to find out more about the shell in general.\n"
468"Use `man -k' or `info' to find out more about commands not in this list.\n"
469"\n"
470"A star (*) next to a name means that the command is disabled.\n"
471"\n"
472msgstr ""
473"These shell commands are defined internally. Type ‘help’ to see this list.\n"
474"Type ‘help name’ to find out more about the function ‘name’.\n"
475"Use ‘info bash’ to find out more about the shell in general.\n"
476"Use ‘man -k’ or ‘info’ to find out more about commands not in this list.\n"
477"\n"
478"A star (*) next to a name means that the command is disabled.\n"
479"\n"
480
3185942a 481#: builtins/history.def:154
b80f6443
JA
482msgid "cannot use more than one of -anrw"
483msgstr "cannot use more than one of -anrw"
484
3185942a 485#: builtins/history.def:186
b80f6443
JA
486msgid "history position"
487msgstr "history position"
488
3185942a 489#: builtins/history.def:365
b80f6443
JA
490#, c-format
491msgid "%s: history expansion failed"
492msgstr "%s: history expansion failed"
493
3185942a
JA
494#: builtins/inlib.def:71
495#, c-format
496msgid "%s: inlib failed"
497msgstr "%s: inlib failed"
498
499#: builtins/jobs.def:109
b80f6443
JA
500msgid "no other options allowed with `-x'"
501msgstr "no other options allowed with ‘-x’"
502
3185942a 503#: builtins/kill.def:197
b80f6443
JA
504#, c-format
505msgid "%s: arguments must be process or job IDs"
506msgstr "%s: arguments must be process or job IDs"
507
3185942a 508#: builtins/kill.def:260
b80f6443
JA
509msgid "Unknown error"
510msgstr "Unknown error"
511
3185942a 512#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516
b80f6443
JA
513msgid "expression expected"
514msgstr "expression expected"
515
3185942a
JA
516#: builtins/mapfile.def:215 builtins/read.def:272
517#, c-format
518msgid "%s: invalid file descriptor specification"
519msgstr "%s: invalid file descriptor specification"
520
521#: builtins/mapfile.def:223 builtins/read.def:279
522#, c-format
523msgid "%d: invalid file descriptor: %s"
524msgstr "%d: invalid file descriptor: %s"
525
526#: builtins/mapfile.def:232 builtins/mapfile.def:270
527#, c-format
528msgid "%s: invalid line count"
529msgstr "%s: invalid line count"
530
531#: builtins/mapfile.def:243
532#, c-format
533msgid "%s: invalid array origin"
534msgstr "%s: invalid array origin"
535
536#: builtins/mapfile.def:260
537#, c-format
538msgid "%s: invalid callback quantum"
539msgstr "%s: invalid callback quantum"
540
541#: builtins/mapfile.def:292
542msgid "empty array variable name"
543msgstr "empty array variable name"
544
545#: builtins/mapfile.def:313
546msgid "array variable support required"
547msgstr "array variable support required"
548
549#: builtins/printf.def:367
b80f6443
JA
550#, c-format
551msgid "`%s': missing format character"
552msgstr "‘%s’: missing format character"
553
3185942a 554#: builtins/printf.def:544
b80f6443
JA
555#, c-format
556msgid "`%c': invalid format character"
557msgstr "‘%c’: invalid format character"
558
3185942a
JA
559#: builtins/printf.def:571
560#, c-format
561msgid "warning: %s: %s"
562msgstr "warning: %s: %s"
563
564#: builtins/printf.def:750
b80f6443
JA
565msgid "missing hex digit for \\x"
566msgstr "missing hex digit for \\x"
567
3185942a 568#: builtins/pushd.def:195
b80f6443
JA
569msgid "no other directory"
570msgstr "no other directory"
571
3185942a 572#: builtins/pushd.def:462
b80f6443
JA
573msgid "<no current directory>"
574msgstr "<no current directory>"
575
3185942a
JA
576#: builtins/pushd.def:506
577msgid "directory stack empty"
578msgstr "directory stack empty"
b80f6443 579
3185942a
JA
580#: builtins/pushd.def:508
581msgid "directory stack index"
582msgstr "directory stack index"
b80f6443 583
3185942a
JA
584#: builtins/pushd.def:683
585msgid ""
586"Display the list of currently remembered directories. Directories\n"
587" find their way onto the list with the `pushd' command; you can get\n"
588" back up through the list with the `popd' command.\n"
589" \n"
590" Options:\n"
591" -c\tclear the directory stack by deleting all of the elements\n"
592" -l\tdo not print tilde-prefixed versions of directories relative\n"
593" \tto your home directory\n"
594" -p\tprint the directory stack with one entry per line\n"
595" -v\tprint the directory stack with one entry per line prefixed\n"
596" \twith its position in the stack\n"
597" \n"
598" Arguments:\n"
599" +N\tDisplays the Nth entry counting from the left of the list shown "
600"by\n"
601" \tdirs when invoked without options, starting with zero.\n"
602" \n"
603" -N\tDisplays the Nth entry counting from the right of the list shown "
604"by\n"
605"\tdirs when invoked without options, starting with zero."
b80f6443 606msgstr ""
3185942a
JA
607"Display the list of currently remembered directories. Directories\n"
608" find their way onto the list with the ‘pushd’ command; you can get\n"
609" back up through the list with the ‘popd’ command.\n"
610" \n"
611" Options:\n"
612" -c\tclear the directory stack by deleting all of the elements\n"
613" -l\tdo not print tilde-prefixed versions of directories relative\n"
614" \tto your home directory\n"
615" -p\tprint the directory stack with one entry per line\n"
616" -v\tprint the directory stack with one entry per line prefixed\n"
617" \twith its position in the stack\n"
618" \n"
619" Arguments:\n"
620" +N\tDisplays the Nth entry counting from the left of the list shown "
621"by\n"
622" \tdirs when invoked without options, starting with zero.\n"
623" \n"
624" -N\tDisplays the Nth entry counting from the right of the list shown "
625"by\n"
626"\tdirs when invoked without options, starting with zero."
b80f6443 627
3185942a
JA
628#: builtins/pushd.def:705
629msgid ""
630"Adds a directory to the top of the directory stack, or rotates\n"
631" the stack, making the new top of the stack the current working\n"
632" directory. With no arguments, exchanges the top two directories.\n"
633" \n"
634" Options:\n"
635" -n\tSuppresses the normal change of directory when adding\n"
636" \tdirectories to the stack, so only the stack is manipulated.\n"
637" \n"
638" Arguments:\n"
639" +N\tRotates the stack so that the Nth directory (counting\n"
640" \tfrom the left of the list shown by `dirs', starting with\n"
641" \tzero) is at the top.\n"
642" \n"
643" -N\tRotates the stack so that the Nth directory (counting\n"
644" \tfrom the right of the list shown by `dirs', starting with\n"
645" \tzero) is at the top.\n"
646" \n"
647" dir\tAdds DIR to the directory stack at the top, making it the\n"
648" \tnew current working directory.\n"
649" \n"
650" The `dirs' builtin displays the directory stack."
b80f6443 651msgstr ""
3185942a
JA
652"Adds a directory to the top of the directory stack, or rotates\n"
653" the stack, making the new top of the stack the current working\n"
654" directory. With no arguments, exchanges the top two directories.\n"
655" \n"
656" Options:\n"
657" -n\tSuppresses the normal change of directory when adding\n"
658" \tdirectories to the stack, so only the stack is manipulated.\n"
659" \n"
660" Arguments:\n"
661" +N\tRotates the stack so that the Nth directory (counting\n"
662" \tfrom the left of the list shown by ‘dirs’, starting with\n"
663" \tzero) is at the top.\n"
664" \n"
665" -N\tRotates the stack so that the Nth directory (counting\n"
666" \tfrom the right of the list shown by ‘dirs’, starting with\n"
667" \tzero) is at the top.\n"
668" \n"
669" dir\tAdds DIR to the directory stack at the top, making it the\n"
670" \tnew current working directory.\n"
671" \n"
672" The ‘dirs’ builtin displays the directory stack."
b80f6443 673
3185942a 674#: builtins/pushd.def:730
b80f6443 675msgid ""
3185942a
JA
676"Removes entries from the directory stack. With no arguments, removes\n"
677" the top directory from the stack, and changes to the new top directory.\n"
678" \n"
679" Options:\n"
680" -n\tSuppresses the normal change of directory when removing\n"
681" \tdirectories from the stack, so only the stack is manipulated.\n"
682" \n"
683" Arguments:\n"
684" +N\tRemoves the Nth entry counting from the left of the list\n"
685" \tshown by `dirs', starting with zero. For example: `popd +0'\n"
686" \tremoves the first directory, `popd +1' the second.\n"
687" \n"
688" -N\tRemoves the Nth entry counting from the right of the list\n"
689" \tshown by `dirs', starting with zero. For example: `popd -0'\n"
690" \tremoves the last directory, `popd -1' the next to last.\n"
691" \n"
692" The `dirs' builtin displays the directory stack."
b80f6443 693msgstr ""
3185942a
JA
694"Removes entries from the directory stack. With no arguments, removes\n"
695" the top directory from the stack, and changes to the new top directory.\n"
696" \n"
697" Options:\n"
698" -n\tSuppresses the normal change of directory when removing\n"
699" \tdirectories from the stack, so only the stack is manipulated.\n"
700" \n"
701" Arguments:\n"
702" +N\tRemoves the Nth entry counting from the left of the list\n"
703" \tshown by ‘dirs’, starting with zero. For example: ‘popd +0’\n"
704" \tremoves the first directory, ‘popd +1’ the second.\n"
705" \n"
706" -N\tRemoves the Nth entry counting from the right of the list\n"
707" \tshown by ‘dirs’, starting with zero. For example: ‘popd -0’\n"
708" \tremoves the last directory, ‘popd -1’ the next to last.\n"
709" \n"
710" The ‘dirs’ builtin displays the directory stack."
b80f6443 711
3185942a 712#: builtins/read.def:248
b80f6443
JA
713#, c-format
714msgid "%s: invalid timeout specification"
715msgstr "%s: invalid timeout specification"
716
3185942a 717#: builtins/read.def:574
b80f6443
JA
718#, c-format
719msgid "read error: %d: %s"
720msgstr "read error: %d: %s"
721
3185942a 722#: builtins/return.def:73
b80f6443
JA
723msgid "can only `return' from a function or sourced script"
724msgstr "can only ‘return’ from a function or sourced script"
725
3185942a 726#: builtins/set.def:768
b80f6443
JA
727msgid "cannot simultaneously unset a function and a variable"
728msgstr "cannot simultaneously unset a function and a variable"
729
3185942a 730#: builtins/set.def:805
b80f6443
JA
731#, c-format
732msgid "%s: cannot unset"
733msgstr "%s: cannot unset"
734
3185942a 735#: builtins/set.def:812
b80f6443
JA
736#, c-format
737msgid "%s: cannot unset: readonly %s"
738msgstr "%s: cannot unset: readonly %s"
739
3185942a 740#: builtins/set.def:823
b80f6443
JA
741#, c-format
742msgid "%s: not an array variable"
743msgstr "%s: not an array variable"
744
3185942a 745#: builtins/setattr.def:186
b80f6443
JA
746#, c-format
747msgid "%s: not a function"
748msgstr "%s: not a function"
749
3185942a 750#: builtins/shift.def:71 builtins/shift.def:77
b80f6443
JA
751msgid "shift count"
752msgstr "shift count"
753
3185942a 754#: builtins/shopt.def:254
b80f6443
JA
755msgid "cannot set and unset shell options simultaneously"
756msgstr "cannot set and unset shell options simultaneously"
757
3185942a 758#: builtins/shopt.def:319
b80f6443
JA
759#, c-format
760msgid "%s: invalid shell option name"
761msgstr "%s: invalid shell option name"
762
3185942a 763#: builtins/source.def:128
b80f6443
JA
764msgid "filename argument required"
765msgstr "filename argument required"
766
3185942a 767#: builtins/source.def:153
b80f6443
JA
768#, c-format
769msgid "%s: file not found"
770msgstr "%s: file not found"
771
3185942a 772#: builtins/suspend.def:101
b80f6443
JA
773msgid "cannot suspend"
774msgstr "cannot suspend"
775
3185942a 776#: builtins/suspend.def:111
b80f6443
JA
777msgid "cannot suspend a login shell"
778msgstr "cannot suspend a login shell"
779
3185942a 780#: builtins/type.def:234
b80f6443
JA
781#, c-format
782msgid "%s is aliased to `%s'\n"
783msgstr "%s is aliased to ‘%s’\n"
784
3185942a 785#: builtins/type.def:255
b80f6443
JA
786#, c-format
787msgid "%s is a shell keyword\n"
788msgstr "%s is a shell keyword\n"
789
3185942a 790#: builtins/type.def:274
b80f6443
JA
791#, c-format
792msgid "%s is a function\n"
793msgstr "%s is a function\n"
794
3185942a 795#: builtins/type.def:296
b80f6443
JA
796#, c-format
797msgid "%s is a shell builtin\n"
798msgstr "%s is a shell builtin\n"
799
3185942a 800#: builtins/type.def:317 builtins/type.def:391
b80f6443
JA
801#, c-format
802msgid "%s is %s\n"
803msgstr "%s is %s\n"
804
3185942a 805#: builtins/type.def:337
b80f6443
JA
806#, c-format
807msgid "%s is hashed (%s)\n"
808msgstr "%s is hashed (%s)\n"
809
3185942a 810#: builtins/ulimit.def:372
b80f6443
JA
811#, c-format
812msgid "%s: invalid limit argument"
813msgstr "%s: invalid limit argument"
814
3185942a 815#: builtins/ulimit.def:398
b80f6443
JA
816#, c-format
817msgid "`%c': bad command"
818msgstr "‘%c’: bad command"
819
3185942a 820#: builtins/ulimit.def:427
b80f6443
JA
821#, c-format
822msgid "%s: cannot get limit: %s"
823msgstr "%s: cannot get limit: %s"
824
3185942a
JA
825#: builtins/ulimit.def:453
826msgid "limit"
827msgstr "limit"
828
829#: builtins/ulimit.def:465 builtins/ulimit.def:765
b80f6443
JA
830#, c-format
831msgid "%s: cannot modify limit: %s"
832msgstr "%s: cannot modify limit: %s"
833
3185942a 834#: builtins/umask.def:118
b80f6443
JA
835msgid "octal number"
836msgstr "octal number"
837
3185942a 838#: builtins/umask.def:231
b80f6443
JA
839#, c-format
840msgid "`%c': invalid symbolic mode operator"
841msgstr "‘%c’: invalid symbolic mode operator"
842
3185942a 843#: builtins/umask.def:286
b80f6443
JA
844#, c-format
845msgid "`%c': invalid symbolic mode character"
846msgstr "‘%c’: invalid symbolic mode character"
847
3185942a
JA
848#: error.c:89 error.c:320 error.c:322 error.c:324
849msgid " line "
850msgstr " line "
851
852#: error.c:164
b80f6443
JA
853#, c-format
854msgid "last command: %s\n"
855msgstr "last command: %s\n"
856
3185942a
JA
857#: error.c:172
858#, c-format
b80f6443
JA
859msgid "Aborting..."
860msgstr "Aborting..."
861
b80f6443
JA
862#: error.c:405
863msgid "unknown command error"
864msgstr "unknown command error"
865
866#: error.c:406
867msgid "bad command type"
868msgstr "bad command type"
869
870#: error.c:407
871msgid "bad connector"
872msgstr "bad connector"
873
874#: error.c:408
875msgid "bad jump"
876msgstr "bad jump"
877
878#: error.c:446
879#, c-format
880msgid "%s: unbound variable"
881msgstr "%s: unbound variable"
882
3185942a
JA
883#: eval.c:181
884#, c-format
885msgid "\atimed out waiting for input: auto-logout\n"
886msgstr "\atimed out waiting for input: auto-logout\n"
b80f6443 887
3185942a 888#: execute_cmd.c:491
b80f6443
JA
889#, c-format
890msgid "cannot redirect standard input from /dev/null: %s"
891msgstr "cannot redirect standard input from /dev/null: %s"
892
3185942a 893#: execute_cmd.c:1091
b80f6443
JA
894#, c-format
895msgid "TIMEFORMAT: `%c': invalid format character"
896msgstr "TIMEFORMAT: ‘%c’: invalid format character"
897
3185942a
JA
898#: execute_cmd.c:1942
899msgid "pipe error"
900msgstr "pipe error"
901
902#: execute_cmd.c:4276
b80f6443
JA
903#, c-format
904msgid "%s: restricted: cannot specify `/' in command names"
905msgstr "%s: restricted: cannot specify ‘/’ in command names"
906
3185942a 907#: execute_cmd.c:4367
b80f6443
JA
908#, c-format
909msgid "%s: command not found"
910msgstr "%s: command not found"
911
3185942a 912#: execute_cmd.c:4621
b80f6443
JA
913#, c-format
914msgid "%s: %s: bad interpreter"
915msgstr "%s: %s: bad interpreter"
916
3185942a 917#: execute_cmd.c:4770
b80f6443
JA
918#, c-format
919msgid "cannot duplicate fd %d to fd %d"
920msgstr "cannot duplicate fd %d to fd %d"
921
3185942a 922#: expr.c:241
b80f6443
JA
923msgid "expression recursion level exceeded"
924msgstr "expression recursion level exceeded"
925
3185942a 926#: expr.c:265
b80f6443
JA
927msgid "recursion stack underflow"
928msgstr "recursion stack underflow"
929
3185942a 930#: expr.c:379
b80f6443
JA
931msgid "syntax error in expression"
932msgstr "syntax error in expression"
933
3185942a 934#: expr.c:419
b80f6443
JA
935msgid "attempted assignment to non-variable"
936msgstr "attempted assignment to non-variable"
937
3185942a 938#: expr.c:440 expr.c:445 expr.c:756
b80f6443
JA
939msgid "division by 0"
940msgstr "division by 0"
941
3185942a 942#: expr.c:471
b80f6443
JA
943msgid "bug: bad expassign token"
944msgstr "bug: bad expassign token"
945
3185942a 946#: expr.c:513
b80f6443
JA
947msgid "`:' expected for conditional expression"
948msgstr "‘:’ expected for conditional expression"
949
3185942a 950#: expr.c:781
b80f6443
JA
951msgid "exponent less than 0"
952msgstr "exponent less than 0"
953
3185942a 954#: expr.c:826
b80f6443
JA
955msgid "identifier expected after pre-increment or pre-decrement"
956msgstr "identifier expected after pre-increment or pre-decrement"
957
3185942a 958#: expr.c:854
b80f6443
JA
959msgid "missing `)'"
960msgstr "missing ‘)’"
961
3185942a 962#: expr.c:897 expr.c:1175
b80f6443
JA
963msgid "syntax error: operand expected"
964msgstr "syntax error: operand expected"
965
3185942a
JA
966#: expr.c:1177
967msgid "syntax error: invalid arithmetic operator"
968msgstr "syntax error: invalid arithmetic operator"
b80f6443 969
3185942a
JA
970#: expr.c:1201
971#, c-format
972msgid "%s%s%s: %s (error token is \"%s\")"
973msgstr "%s%s%s: %s (error token is “%s”)"
974
975#: expr.c:1259
b80f6443
JA
976msgid "invalid arithmetic base"
977msgstr "invalid arithmetic base"
978
3185942a 979#: expr.c:1279
b80f6443
JA
980msgid "value too great for base"
981msgstr "value too great for base"
982
3185942a
JA
983#: expr.c:1328
984#, c-format
985msgid "%s: expression error\n"
986msgstr "%s: expression error\n"
987
988#: general.c:61
b80f6443
JA
989msgid "getcwd: cannot access parent directories"
990msgstr "getcwd: cannot access parent directories"
991
3185942a
JA
992#: input.c:94 subst.c:4559
993#, c-format
994msgid "cannot reset nodelay mode for fd %d"
995msgstr "cannot reset nodelay mode for fd %d"
996
997#: input.c:258
b80f6443
JA
998#, c-format
999msgid "cannot allocate new file descriptor for bash input from fd %d"
1000msgstr "cannot allocate new file descriptor for bash input from fd %d"
1001
3185942a 1002#: input.c:266
b80f6443
JA
1003#, c-format
1004msgid "save_bash_input: buffer already exists for new fd %d"
1005msgstr "save_bash_input: buffer already exists for new fd %d"
1006
3185942a
JA
1007#: jobs.c:466
1008msgid "start_pipeline: pgrp pipe"
1009msgstr "start_pipeline: pgrp pipe"
1010
1011#: jobs.c:882
1012#, c-format
1013msgid "forked pid %d appears in running job %d"
1014msgstr "forked pid %d appears in running job %d"
1015
1016#: jobs.c:1000
b80f6443
JA
1017#, c-format
1018msgid "deleting stopped job %d with process group %ld"
1019msgstr "deleting stopped job %d with process group %ld"
1020
3185942a
JA
1021#: jobs.c:1105
1022#, c-format
1023msgid "add_process: process %5ld (%s) in the_pipeline"
1024msgstr "add_process: process %5ld (%s) in the_pipeline"
1025
1026#: jobs.c:1108
1027#, c-format
1028msgid "add_process: pid %5ld (%s) marked as still alive"
1029msgstr "add_process: pid %5ld (%s) marked as still alive"
1030
1031#: jobs.c:1396
b80f6443
JA
1032#, c-format
1033msgid "describe_pid: %ld: no such pid"
1034msgstr "describe_pid: %ld: no such pid"
1035
3185942a
JA
1036#: jobs.c:1411
1037#, c-format
1038msgid "Signal %d"
1039msgstr "Signal %d"
1040
1041#: jobs.c:1425 jobs.c:1450
1042msgid "Done"
1043msgstr "Done"
1044
1045#: jobs.c:1430 siglist.c:122
1046msgid "Stopped"
1047msgstr "Stopped"
1048
1049#: jobs.c:1434
1050#, c-format
1051msgid "Stopped(%s)"
1052msgstr "Stopped(%s)"
1053
1054#: jobs.c:1438
1055msgid "Running"
1056msgstr "Running"
1057
1058#: jobs.c:1452
1059#, c-format
1060msgid "Done(%d)"
1061msgstr "Done(%d)"
1062
1063#: jobs.c:1454
1064#, c-format
1065msgid "Exit %d"
1066msgstr "Exit %d"
1067
1068#: jobs.c:1457
1069msgid "Unknown status"
1070msgstr "Unknown status"
1071
1072#: jobs.c:1544
1073#, c-format
1074msgid "(core dumped) "
1075msgstr "(core dumped) "
1076
1077#: jobs.c:1563
1078#, c-format
1079msgid " (wd: %s)"
1080msgstr " (wd: %s)"
1081
1082#: jobs.c:1766
1083#, c-format
1084msgid "child setpgid (%ld to %ld)"
1085msgstr "child setpgid (%ld to %ld)"
1086
1087#: jobs.c:2094 nojobs.c:576
b80f6443
JA
1088#, c-format
1089msgid "wait: pid %ld is not a child of this shell"
1090msgstr "wait: pid %ld is not a child of this shell"
1091
3185942a 1092#: jobs.c:2321
b80f6443
JA
1093#, c-format
1094msgid "wait_for: No record of process %ld"
1095msgstr "wait_for: No record of process %ld"
1096
3185942a 1097#: jobs.c:2593
b80f6443
JA
1098#, c-format
1099msgid "wait_for_job: job %d is stopped"
1100msgstr "wait_for_job: job %d is stopped"
1101
3185942a 1102#: jobs.c:2815
b80f6443
JA
1103#, c-format
1104msgid "%s: job has terminated"
1105msgstr "%s: job has terminated"
1106
3185942a 1107#: jobs.c:2824
b80f6443
JA
1108#, c-format
1109msgid "%s: job %d already in background"
1110msgstr "%s: job %d already in background"
1111
3185942a
JA
1112#: jobs.c:3487
1113#, c-format
1114msgid "%s: line %d: "
1115msgstr "%s: line %d: "
1116
1117#: jobs.c:3501 nojobs.c:805
1118#, c-format
1119msgid " (core dumped)"
1120msgstr " (core dumped)"
1121
1122#: jobs.c:3513 jobs.c:3526
1123#, c-format
1124msgid "(wd now: %s)\n"
1125msgstr "(wd now: %s)\n"
1126
1127#: jobs.c:3558
1128msgid "initialize_job_control: getpgrp failed"
1129msgstr "initialize_job_control: getpgrp failed"
1130
1131#: jobs.c:3618
1132msgid "initialize_job_control: line discipline"
1133msgstr "initialize_job_control: line discipline"
1134
1135#: jobs.c:3628
1136msgid "initialize_job_control: setpgid"
1137msgstr "initialize_job_control: setpgid"
1138
1139#: jobs.c:3656
1140#, c-format
1141msgid "cannot set terminal process group (%d)"
1142msgstr "cannot set terminal process group (%d)"
1143
1144#: jobs.c:3661
b80f6443
JA
1145msgid "no job control in this shell"
1146msgstr "no job control in this shell"
1147
3185942a 1148#: lib/malloc/malloc.c:296
b80f6443
JA
1149#, c-format
1150msgid "malloc: failed assertion: %s\n"
1151msgstr "malloc: failed assertion: %s\n"
1152
3185942a 1153#: lib/malloc/malloc.c:312
b80f6443
JA
1154#, c-format
1155msgid ""
1156"\r\n"
1157"malloc: %s:%d: assertion botched\r\n"
1158msgstr ""
1159"\r\n"
1160"malloc: %s:%d: assertion botched\r\n"
1161
3185942a
JA
1162#: lib/malloc/malloc.c:313
1163msgid "unknown"
1164msgstr "unknown"
1165
1166#: lib/malloc/malloc.c:797
b80f6443
JA
1167msgid "malloc: block on free list clobbered"
1168msgstr "malloc: block on free list clobbered"
1169
3185942a 1170#: lib/malloc/malloc.c:874
b80f6443
JA
1171msgid "free: called with already freed block argument"
1172msgstr "free: called with already freed block argument"
1173
3185942a 1174#: lib/malloc/malloc.c:877
b80f6443
JA
1175msgid "free: called with unallocated block argument"
1176msgstr "free: called with unallocated block argument"
1177
3185942a 1178#: lib/malloc/malloc.c:896
b80f6443
JA
1179msgid "free: underflow detected; mh_nbytes out of range"
1180msgstr "free: underflow detected; mh_nbytes out of range"
1181
3185942a 1182#: lib/malloc/malloc.c:902
b80f6443
JA
1183msgid "free: start and end chunk sizes differ"
1184msgstr "free: start and end chunk sizes differ"
1185
3185942a 1186#: lib/malloc/malloc.c:1001
b80f6443
JA
1187msgid "realloc: called with unallocated block argument"
1188msgstr "realloc: called with unallocated block argument"
1189
3185942a 1190#: lib/malloc/malloc.c:1016
b80f6443
JA
1191msgid "realloc: underflow detected; mh_nbytes out of range"
1192msgstr "realloc: underflow detected; mh_nbytes out of range"
1193
3185942a 1194#: lib/malloc/malloc.c:1022
b80f6443
JA
1195msgid "realloc: start and end chunk sizes differ"
1196msgstr "realloc: start and end chunk sizes differ"
1197
3185942a
JA
1198#: lib/malloc/table.c:177
1199#, c-format
b80f6443
JA
1200msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1201msgstr "register_alloc: alloc table is full with FIND_ALLOC?\n"
1202
3185942a 1203#: lib/malloc/table.c:184
b80f6443
JA
1204#, c-format
1205msgid "register_alloc: %p already in table as allocated?\n"
1206msgstr "register_alloc: %p already in table as allocated?\n"
1207
3185942a 1208#: lib/malloc/table.c:220
b80f6443
JA
1209#, c-format
1210msgid "register_free: %p already in table as free?\n"
1211msgstr "register_free: %p already in table as free?\n"
1212
b80f6443
JA
1213#: lib/sh/fmtulong.c:101
1214msgid "invalid base"
1215msgstr "invalid base"
1216
3185942a 1217#: lib/sh/netopen.c:168
b80f6443
JA
1218#, c-format
1219msgid "%s: host unknown"
1220msgstr "%s: host unknown"
1221
3185942a 1222#: lib/sh/netopen.c:175
b80f6443
JA
1223#, c-format
1224msgid "%s: invalid service"
1225msgstr "%s: invalid service"
1226
3185942a 1227#: lib/sh/netopen.c:306
b80f6443
JA
1228#, c-format
1229msgid "%s: bad network path specification"
1230msgstr "%s: bad network path specification"
1231
3185942a 1232#: lib/sh/netopen.c:346
b80f6443
JA
1233msgid "network operations not supported"
1234msgstr "network operations not supported"
1235
3185942a 1236#: mailcheck.c:433
b80f6443
JA
1237msgid "You have mail in $_"
1238msgstr "You have mail in $_"
1239
3185942a 1240#: mailcheck.c:458
b80f6443
JA
1241msgid "You have new mail in $_"
1242msgstr "You have new mail in $_"
1243
3185942a 1244#: mailcheck.c:474
b80f6443
JA
1245#, c-format
1246msgid "The mail in %s has been read\n"
1247msgstr "The mail in %s has been read\n"
1248
95732b49 1249#: make_cmd.c:322
b80f6443
JA
1250msgid "syntax error: arithmetic expression required"
1251msgstr "syntax error: arithmetic expression required"
1252
95732b49 1253#: make_cmd.c:324
b80f6443
JA
1254msgid "syntax error: `;' unexpected"
1255msgstr "syntax error: ‘;’ unexpected"
1256
95732b49 1257#: make_cmd.c:325
b80f6443
JA
1258#, c-format
1259msgid "syntax error: `((%s))'"
1260msgstr "syntax error: ‘((%s))’"
1261
3185942a 1262#: make_cmd.c:567
b80f6443
JA
1263#, c-format
1264msgid "make_here_document: bad instruction type %d"
1265msgstr "make_here_document: bad instruction type %d"
1266
3185942a
JA
1267#: make_cmd.c:651
1268#, c-format
1269msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1270msgstr "here-document at line %d delimited by end-of-file (wanted ‘%s’)"
1271
1272#: make_cmd.c:746
b80f6443
JA
1273#, c-format
1274msgid "make_redirection: redirection instruction `%d' out of range"
1275msgstr "make_redirection: redirection instruction ‘%d’ out of range"
1276
3185942a 1277#: parse.y:2986 parse.y:3218
b80f6443
JA
1278#, c-format
1279msgid "unexpected EOF while looking for matching `%c'"
1280msgstr "unexpected EOF while looking for matching ‘%c’"
1281
3185942a 1282#: parse.y:3722
b80f6443
JA
1283msgid "unexpected EOF while looking for `]]'"
1284msgstr "unexpected EOF while looking for ‘]]’"
1285
3185942a 1286#: parse.y:3727
b80f6443
JA
1287#, c-format
1288msgid "syntax error in conditional expression: unexpected token `%s'"
1289msgstr "syntax error in conditional expression: unexpected token ‘%s’"
1290
3185942a 1291#: parse.y:3731
b80f6443
JA
1292msgid "syntax error in conditional expression"
1293msgstr "syntax error in conditional expression"
1294
3185942a 1295#: parse.y:3809
b80f6443
JA
1296#, c-format
1297msgid "unexpected token `%s', expected `)'"
1298msgstr "unexpected token ‘%s’, expected ‘)’"
1299
3185942a 1300#: parse.y:3813
b80f6443
JA
1301msgid "expected `)'"
1302msgstr "expected ‘)’"
1303
3185942a 1304#: parse.y:3841
b80f6443
JA
1305#, c-format
1306msgid "unexpected argument `%s' to conditional unary operator"
1307msgstr "unexpected argument ‘%s’ to conditional unary operator"
1308
3185942a 1309#: parse.y:3845
b80f6443
JA
1310msgid "unexpected argument to conditional unary operator"
1311msgstr "unexpected argument to conditional unary operator"
1312
3185942a 1313#: parse.y:3885
b80f6443
JA
1314#, c-format
1315msgid "unexpected token `%s', conditional binary operator expected"
1316msgstr "unexpected token ‘%s’, conditional binary operator expected"
1317
3185942a 1318#: parse.y:3889
b80f6443
JA
1319msgid "conditional binary operator expected"
1320msgstr "conditional binary operator expected"
1321
3185942a 1322#: parse.y:3906
b80f6443
JA
1323#, c-format
1324msgid "unexpected argument `%s' to conditional binary operator"
1325msgstr "unexpected argument ‘%s’ to conditional binary operator"
1326
3185942a 1327#: parse.y:3910
b80f6443
JA
1328msgid "unexpected argument to conditional binary operator"
1329msgstr "unexpected argument to conditional binary operator"
1330
3185942a 1331#: parse.y:3921
b80f6443
JA
1332#, c-format
1333msgid "unexpected token `%c' in conditional command"
1334msgstr "unexpected token ‘%c’ in conditional command"
1335
3185942a 1336#: parse.y:3924
b80f6443
JA
1337#, c-format
1338msgid "unexpected token `%s' in conditional command"
1339msgstr "unexpected token ‘%s’ in conditional command"
1340
3185942a 1341#: parse.y:3928
b80f6443
JA
1342#, c-format
1343msgid "unexpected token %d in conditional command"
1344msgstr "unexpected token %d in conditional command"
1345
3185942a 1346#: parse.y:5195
b80f6443
JA
1347#, c-format
1348msgid "syntax error near unexpected token `%s'"
1349msgstr "syntax error near unexpected token ‘%s’"
1350
3185942a 1351#: parse.y:5213
b80f6443
JA
1352#, c-format
1353msgid "syntax error near `%s'"
1354msgstr "syntax error near ‘%s’"
1355
3185942a 1356#: parse.y:5223
b80f6443
JA
1357msgid "syntax error: unexpected end of file"
1358msgstr "syntax error: unexpected end of file"
1359
3185942a 1360#: parse.y:5223
b80f6443
JA
1361msgid "syntax error"
1362msgstr "syntax error"
1363
3185942a 1364#: parse.y:5285
b80f6443
JA
1365#, c-format
1366msgid "Use \"%s\" to leave the shell.\n"
1367msgstr "Use “%s” to leave the shell.\n"
1368
3185942a 1369#: parse.y:5447
b80f6443
JA
1370msgid "unexpected EOF while looking for matching `)'"
1371msgstr "unexpected EOF while looking for matching ‘)’"
1372
3185942a 1373#: pcomplete.c:1016
b80f6443
JA
1374#, c-format
1375msgid "completion: function `%s' not found"
1376msgstr "completion: function ‘%s’ not found"
1377
1378#: pcomplib.c:179
1379#, c-format
1380msgid "progcomp_insert: %s: NULL COMPSPEC"
1381msgstr "progcomp_insert: %s: NULL COMPSPEC"
1382
3185942a 1383#: print_cmd.c:287
b80f6443
JA
1384#, c-format
1385msgid "print_command: bad connector `%d'"
1386msgstr "print_command: bad connector ‘%d’"
1387
3185942a 1388#: print_cmd.c:1347
b80f6443
JA
1389#, c-format
1390msgid "cprintf: `%c': invalid format character"
1391msgstr "cprintf: ‘%c’: invalid format character"
1392
3185942a 1393#: redir.c:105
b80f6443
JA
1394msgid "file descriptor out of range"
1395msgstr "file descriptor out of range"
1396
3185942a 1397#: redir.c:148
b80f6443
JA
1398#, c-format
1399msgid "%s: ambiguous redirect"
1400msgstr "%s: ambiguous redirect"
1401
3185942a 1402#: redir.c:152
b80f6443
JA
1403#, c-format
1404msgid "%s: cannot overwrite existing file"
1405msgstr "%s: cannot overwrite existing file"
1406
3185942a 1407#: redir.c:157
b80f6443
JA
1408#, c-format
1409msgid "%s: restricted: cannot redirect output"
1410msgstr "%s: restricted: cannot redirect output"
1411
3185942a 1412#: redir.c:162
b80f6443 1413#, c-format
3185942a
JA
1414msgid "cannot create temp file for here-document: %s"
1415msgstr "cannot create temp file for here-document: %s"
b80f6443 1416
3185942a 1417#: redir.c:517
b80f6443
JA
1418msgid "/dev/(tcp|udp)/host/port not supported without networking"
1419msgstr "/dev/(tcp|udp)/host/port not supported without networking"
1420
3185942a 1421#: redir.c:1023
b80f6443
JA
1422msgid "redirection error: cannot duplicate fd"
1423msgstr "redirection error: cannot duplicate fd"
1424
3185942a 1425#: shell.c:328
b80f6443
JA
1426msgid "could not find /tmp, please create!"
1427msgstr "could not find /tmp, please create!"
1428
3185942a 1429#: shell.c:332
b80f6443
JA
1430msgid "/tmp must be a valid directory name"
1431msgstr "/tmp must be a valid directory name"
1432
3185942a 1433#: shell.c:876
b80f6443
JA
1434#, c-format
1435msgid "%c%c: invalid option"
1436msgstr "%c%c: invalid option"
1437
3185942a 1438#: shell.c:1638
b80f6443
JA
1439msgid "I have no name!"
1440msgstr "I have no name!"
1441
3185942a
JA
1442#: shell.c:1778
1443#, c-format
1444msgid "GNU bash, version %s-(%s)\n"
1445msgstr "GNU bash, version %s-(%s)\n"
1446
1447#: shell.c:1779
b80f6443
JA
1448#, c-format
1449msgid ""
1450"Usage:\t%s [GNU long option] [option] ...\n"
1451"\t%s [GNU long option] [option] script-file ...\n"
1452msgstr ""
1453"Usage:\t%s [GNU long option] [option] ...\n"
1454"\t%s [GNU long option] [option] script-file ...\n"
1455
3185942a 1456#: shell.c:1781
b80f6443
JA
1457msgid "GNU long options:\n"
1458msgstr "GNU long options:\n"
1459
3185942a 1460#: shell.c:1785
b80f6443
JA
1461msgid "Shell options:\n"
1462msgstr "Shell options:\n"
1463
3185942a 1464#: shell.c:1786
b80f6443
JA
1465msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1466msgstr "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1467
3185942a 1468#: shell.c:1801
b80f6443
JA
1469#, c-format
1470msgid "\t-%s or -o option\n"
1471msgstr "\t-%s or -o option\n"
1472
3185942a 1473#: shell.c:1807
b80f6443
JA
1474#, c-format
1475msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1476msgstr "Type ‘%s -c “help set”’ for more information about shell options.\n"
1477
3185942a 1478#: shell.c:1808
b80f6443
JA
1479#, c-format
1480msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1481msgstr "Type ‘%s -c help’ for more information about shell builtin commands.\n"
1482
3185942a
JA
1483#: shell.c:1809
1484#, c-format
b80f6443
JA
1485msgid "Use the `bashbug' command to report bugs.\n"
1486msgstr "Use the ‘bashbug’ command to report bugs.\n"
1487
3185942a 1488#: sig.c:583
b80f6443
JA
1489#, c-format
1490msgid "sigprocmask: %d: invalid operation"
1491msgstr "sigprocmask: %d: invalid operation"
1492
3185942a
JA
1493#: siglist.c:47
1494msgid "Bogus signal"
1495msgstr "Bogus signal"
b80f6443 1496
3185942a
JA
1497#: siglist.c:50
1498msgid "Hangup"
1499msgstr "Hangup"
b80f6443 1500
3185942a
JA
1501#: siglist.c:54
1502msgid "Interrupt"
1503msgstr "Interrupt"
b80f6443 1504
3185942a
JA
1505#: siglist.c:58
1506msgid "Quit"
1507msgstr "Quit"
b80f6443 1508
3185942a
JA
1509#: siglist.c:62
1510msgid "Illegal instruction"
1511msgstr "Illegal instruction"
b80f6443 1512
3185942a
JA
1513#: siglist.c:66
1514msgid "BPT trace/trap"
1515msgstr "BPT trace/trap"
b80f6443 1516
3185942a
JA
1517#: siglist.c:74
1518msgid "ABORT instruction"
1519msgstr "ABORT instruction"
1520
1521#: siglist.c:78
1522msgid "EMT instruction"
1523msgstr "EMT instruction"
1524
1525#: siglist.c:82
1526msgid "Floating point exception"
1527msgstr "Floating point exception"
1528
1529#: siglist.c:86
1530msgid "Killed"
1531msgstr "Killed"
1532
1533#: siglist.c:90
1534msgid "Bus error"
1535msgstr "Bus error"
1536
1537#: siglist.c:94
1538msgid "Segmentation fault"
1539msgstr "Segmentation fault"
1540
1541#: siglist.c:98
1542msgid "Bad system call"
1543msgstr "Bad system call"
1544
1545#: siglist.c:102
1546msgid "Broken pipe"
1547msgstr "Broken pipe"
1548
1549#: siglist.c:106
1550msgid "Alarm clock"
1551msgstr "Alarm clock"
1552
1553#: siglist.c:110
1554msgid "Terminated"
1555msgstr "Terminated"
1556
1557#: siglist.c:114
1558msgid "Urgent IO condition"
1559msgstr "Urgent IO condition"
1560
1561#: siglist.c:118
1562msgid "Stopped (signal)"
1563msgstr "Stopped (signal)"
1564
1565#: siglist.c:126
1566msgid "Continue"
1567msgstr "Continue"
1568
1569#: siglist.c:134
1570msgid "Child death or stop"
1571msgstr "Child death or stop"
1572
1573#: siglist.c:138
1574msgid "Stopped (tty input)"
1575msgstr "Stopped (tty input)"
1576
1577#: siglist.c:142
1578msgid "Stopped (tty output)"
1579msgstr "Stopped (tty output)"
1580
1581#: siglist.c:146
1582msgid "I/O ready"
1583msgstr "I/O ready"
1584
1585#: siglist.c:150
1586msgid "CPU limit"
1587msgstr "CPU limit"
1588
1589#: siglist.c:154
1590msgid "File limit"
1591msgstr "File limit"
1592
1593#: siglist.c:158
1594msgid "Alarm (virtual)"
1595msgstr "Alarm (virtual)"
1596
1597#: siglist.c:162
1598msgid "Alarm (profile)"
1599msgstr "Alarm (profile)"
1600
1601#: siglist.c:166
1602msgid "Window changed"
1603msgstr "Window changed"
1604
1605#: siglist.c:170
1606msgid "Record lock"
1607msgstr "Record lock"
1608
1609#: siglist.c:174
1610msgid "User signal 1"
1611msgstr "User signal 1"
1612
1613#: siglist.c:178
1614msgid "User signal 2"
1615msgstr "User signal 2"
1616
1617#: siglist.c:182
1618msgid "HFT input data pending"
1619msgstr "HFT input data pending"
1620
1621#: siglist.c:186
1622msgid "power failure imminent"
1623msgstr "power failure imminent"
1624
1625#: siglist.c:190
1626msgid "system crash imminent"
1627msgstr "system crash imminent"
1628
1629#: siglist.c:194
1630msgid "migrate process to another CPU"
1631msgstr "migrate process to another CPU"
1632
1633#: siglist.c:198
1634msgid "programming error"
1635msgstr "programming error"
1636
1637#: siglist.c:202
1638msgid "HFT monitor mode granted"
1639msgstr "HFT monitor mode granted"
1640
1641#: siglist.c:206
1642msgid "HFT monitor mode retracted"
1643msgstr "HFT monitor mode retracted"
1644
1645#: siglist.c:210
1646msgid "HFT sound sequence has completed"
1647msgstr "HFT sound sequence has completed"
1648
1649#: siglist.c:214
1650msgid "Information request"
1651msgstr "Information request"
1652
1653#: siglist.c:222
1654msgid "Unknown Signal #"
1655msgstr "Unknown Signal #"
1656
1657#: siglist.c:224
1658#, c-format
1659msgid "Unknown Signal #%d"
1660msgstr "Unknown Signal #%d"
1661
1662#: subst.c:1181 subst.c:1302
1663#, c-format
1664msgid "bad substitution: no closing `%s' in %s"
1665msgstr "bad substitution: no closing ‘%s’ in %s"
1666
1667#: subst.c:2458
1668#, c-format
1669msgid "%s: cannot assign list to array member"
1670msgstr "%s: cannot assign list to array member"
1671
1672#: subst.c:4456 subst.c:4472
1673msgid "cannot make pipe for process substitution"
1674msgstr "cannot make pipe for process substitution"
1675
1676#: subst.c:4504
1677msgid "cannot make child for process substitution"
1678msgstr "cannot make child for process substitution"
1679
1680#: subst.c:4549
1681#, c-format
1682msgid "cannot open named pipe %s for reading"
1683msgstr "cannot open named pipe %s for reading"
1684
1685#: subst.c:4551
b80f6443 1686#, c-format
3185942a
JA
1687msgid "cannot open named pipe %s for writing"
1688msgstr "cannot open named pipe %s for writing"
b80f6443 1689
3185942a 1690#: subst.c:4569
b80f6443
JA
1691#, c-format
1692msgid "cannot duplicate named pipe %s as fd %d"
1693msgstr "cannot duplicate named pipe %s as fd %d"
1694
3185942a 1695#: subst.c:4765
b80f6443
JA
1696msgid "cannot make pipe for command substitution"
1697msgstr "cannot make pipe for command substitution"
1698
3185942a 1699#: subst.c:4799
b80f6443
JA
1700msgid "cannot make child for command substitution"
1701msgstr "cannot make child for command substitution"
1702
3185942a 1703#: subst.c:4816
b80f6443
JA
1704msgid "command_substitute: cannot duplicate pipe as fd 1"
1705msgstr "command_substitute: cannot duplicate pipe as fd 1"
1706
3185942a 1707#: subst.c:5318
b80f6443
JA
1708#, c-format
1709msgid "%s: parameter null or not set"
1710msgstr "%s: parameter null or not set"
1711
3185942a 1712#: subst.c:5608
b80f6443
JA
1713#, c-format
1714msgid "%s: substring expression < 0"
1715msgstr "%s: substring expression < 0"
1716
3185942a 1717#: subst.c:6660
b80f6443
JA
1718#, c-format
1719msgid "%s: bad substitution"
1720msgstr "%s: bad substitution"
1721
3185942a 1722#: subst.c:6740
b80f6443
JA
1723#, c-format
1724msgid "$%s: cannot assign in this way"
1725msgstr "$%s: cannot assign in this way"
1726
3185942a
JA
1727#: subst.c:7479
1728#, c-format
1729msgid "bad substitution: no closing \"`\" in %s"
1730msgstr "bad substitution: no closing “`” in %s"
1731
1732#: subst.c:8354
b80f6443
JA
1733#, c-format
1734msgid "no match: %s"
1735msgstr "no match: %s"
1736
3185942a 1737#: test.c:145
b80f6443
JA
1738msgid "argument expected"
1739msgstr "argument expected"
1740
3185942a 1741#: test.c:154
b80f6443
JA
1742#, c-format
1743msgid "%s: integer expression expected"
1744msgstr "%s: integer expression expected"
1745
3185942a 1746#: test.c:262
b80f6443
JA
1747msgid "`)' expected"
1748msgstr "‘)’ expected"
1749
3185942a 1750#: test.c:264
b80f6443
JA
1751#, c-format
1752msgid "`)' expected, found %s"
1753msgstr "‘)’ expected, found %s"
1754
3185942a 1755#: test.c:279 test.c:688 test.c:691
b80f6443
JA
1756#, c-format
1757msgid "%s: unary operator expected"
1758msgstr "%s: unary operator expected"
1759
3185942a 1760#: test.c:444 test.c:731
b80f6443
JA
1761#, c-format
1762msgid "%s: binary operator expected"
1763msgstr "%s: binary operator expected"
1764
3185942a 1765#: test.c:806
b80f6443
JA
1766msgid "missing `]'"
1767msgstr "missing ‘]’"
1768
3185942a 1769#: trap.c:201
b80f6443
JA
1770msgid "invalid signal number"
1771msgstr "invalid signal number"
1772
3185942a 1773#: trap.c:324
b80f6443
JA
1774#, c-format
1775msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1776msgstr "run_pending_traps: bad value in trap_list[%d]: %p"
1777
3185942a 1778#: trap.c:328
b80f6443
JA
1779#, c-format
1780msgid ""
1781"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1782msgstr ""
1783"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1784
3185942a 1785#: trap.c:372
b80f6443
JA
1786#, c-format
1787msgid "trap_handler: bad signal %d"
1788msgstr "trap_handler: bad signal %d"
1789
3185942a 1790#: variables.c:358
b80f6443
JA
1791#, c-format
1792msgid "error importing function definition for `%s'"
1793msgstr "error importing function definition for ‘%s’"
1794
3185942a 1795#: variables.c:736
b80f6443
JA
1796#, c-format
1797msgid "shell level (%d) too high, resetting to 1"
1798msgstr "shell level (%d) too high, resetting to 1"
1799
3185942a 1800#: variables.c:1898
b80f6443
JA
1801msgid "make_local_variable: no function context at current scope"
1802msgstr "make_local_variable: no function context at current scope"
1803
3185942a 1804#: variables.c:3127
b80f6443
JA
1805msgid "all_local_variables: no function context at current scope"
1806msgstr "all_local_variables: no function context at current scope"
1807
3185942a 1808#: variables.c:3344 variables.c:3353
b80f6443
JA
1809#, c-format
1810msgid "invalid character %d in exportstr for %s"
1811msgstr "invalid character %d in exportstr for %s"
1812
3185942a 1813#: variables.c:3359
b80f6443
JA
1814#, c-format
1815msgid "no `=' in exportstr for %s"
1816msgstr "no ‘=’ in exportstr for %s"
1817
3185942a 1818#: variables.c:3794
b80f6443
JA
1819msgid "pop_var_context: head of shell_variables not a function context"
1820msgstr "pop_var_context: head of shell_variables not a function context"
1821
3185942a 1822#: variables.c:3807
b80f6443
JA
1823msgid "pop_var_context: no global_variables context"
1824msgstr "pop_var_context: no global_variables context"
1825
3185942a 1826#: variables.c:3881
b80f6443
JA
1827msgid "pop_scope: head of shell_variables not a temporary environment scope"
1828msgstr "pop_scope: head of shell_variables not a temporary environment scope"
1829
3185942a
JA
1830#: version.c:46
1831msgid "Copyright (C) 2009 Free Software Foundation, Inc."
1832msgstr "Copyright (C) 2009 Free Software Foundation, Inc."
1833
1834#: version.c:47
1835msgid ""
1836"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
1837"html>\n"
1838msgstr ""
1839"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
1840"html>\n"
1841
1842#: version.c:86
1843#, c-format
1844msgid "GNU bash, version %s (%s)\n"
1845msgstr "GNU bash, version %s (%s)\n"
1846
1847#: version.c:91
1848#, c-format
1849msgid "This is free software; you are free to change and redistribute it.\n"
1850msgstr "This is free software; you are free to change and redistribute it.\n"
1851
1852#: version.c:92
1853#, c-format
1854msgid "There is NO WARRANTY, to the extent permitted by law.\n"
1855msgstr "There is NO WARRANTY, to the extent permitted by law.\n"
b80f6443 1856
3185942a 1857#: xmalloc.c:92
b80f6443
JA
1858#, c-format
1859msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
1860msgstr "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
1861
3185942a 1862#: xmalloc.c:94
b80f6443
JA
1863#, c-format
1864msgid "xmalloc: cannot allocate %lu bytes"
1865msgstr "xmalloc: cannot allocate %lu bytes"
1866
3185942a 1867#: xmalloc.c:114
b80f6443
JA
1868#, c-format
1869msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
1870msgstr "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
1871
3185942a 1872#: xmalloc.c:116
b80f6443
JA
1873#, c-format
1874msgid "xrealloc: cannot allocate %lu bytes"
1875msgstr "xrealloc: cannot allocate %lu bytes"
1876
3185942a 1877#: xmalloc.c:150
b80f6443
JA
1878#, c-format
1879msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1880msgstr "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1881
3185942a 1882#: xmalloc.c:152
b80f6443
JA
1883#, c-format
1884msgid "xmalloc: %s:%d: cannot allocate %lu bytes"
1885msgstr "xmalloc: %s:%d: cannot allocate %lu bytes"
1886
3185942a 1887#: xmalloc.c:174
b80f6443
JA
1888#, c-format
1889msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
1890msgstr "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
1891
3185942a 1892#: xmalloc.c:176
b80f6443
JA
1893#, c-format
1894msgid "xrealloc: %s:%d: cannot allocate %lu bytes"
1895msgstr "xrealloc: %s:%d: cannot allocate %lu bytes"
1896
3185942a
JA
1897#: builtins.c:43
1898msgid "alias [-p] [name[=value] ... ]"
1899msgstr "alias [-p] [name[=value] ... ]"
1900
1901#: builtins.c:47
1902msgid "unalias [-a] name [name ...]"
1903msgstr "unalias [-a] name [name ...]"
1904
1905#: builtins.c:51
1906msgid ""
1907"bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
1908"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
1909msgstr ""
1910"bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
1911"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
1912
1913#: builtins.c:54
1914msgid "break [n]"
1915msgstr "break [n]"
1916
1917#: builtins.c:56
1918msgid "continue [n]"
1919msgstr "continue [n]"
1920
1921#: builtins.c:58
1922msgid "builtin [shell-builtin [arg ...]]"
1923msgstr "builtin [shell-builtin [arg ...]]"
1924
1925#: builtins.c:61
1926msgid "caller [expr]"
1927msgstr "caller [expr]"
1928
1929#: builtins.c:64
1930msgid "cd [-L|-P] [dir]"
1931msgstr "cd [-L|-P] [dir]"
1932
1933#: builtins.c:66
1934msgid "pwd [-LP]"
1935msgstr "pwd [-LP]"
1936
1937#: builtins.c:68
1938msgid ":"
1939msgstr ":"
1940
1941#: builtins.c:70
1942msgid "true"
1943msgstr "true"
1944
1945#: builtins.c:72
1946msgid "false"
1947msgstr "false"
1948
1949#: builtins.c:74
1950msgid "command [-pVv] command [arg ...]"
1951msgstr "command [-pVv] command [arg ...]"
1952
1953#: builtins.c:76
1954msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]"
1955msgstr "declare [-aAfFilrtux] [-p] [name[=value] ...]"
1956
1957#: builtins.c:78
1958msgid "typeset [-aAfFilrtux] [-p] name[=value] ..."
1959msgstr "typeset [-aAfFilrtux] [-p] name[=value] ..."
1960
1961#: builtins.c:80
1962msgid "local [option] name[=value] ..."
1963msgstr "local [option] name[=value] ..."
1964
1965#: builtins.c:83
1966msgid "echo [-neE] [arg ...]"
1967msgstr "echo [-neE] [arg ...]"
1968
1969#: builtins.c:87
1970msgid "echo [-n] [arg ...]"
1971msgstr "echo [-n] [arg ...]"
1972
1973#: builtins.c:90
1974msgid "enable [-a] [-dnps] [-f filename] [name ...]"
1975msgstr "enable [-a] [-dnps] [-f filename] [name ...]"
1976
1977#: builtins.c:92
1978msgid "eval [arg ...]"
1979msgstr "eval [arg ...]"
1980
1981#: builtins.c:94
1982msgid "getopts optstring name [arg]"
1983msgstr "getopts optstring name [arg]"
1984
1985#: builtins.c:96
1986msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
1987msgstr "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
1988
1989#: builtins.c:98
1990msgid "exit [n]"
1991msgstr "exit [n]"
1992
1993#: builtins.c:100
1994msgid "logout [n]"
1995msgstr "logout [n]"
1996
1997#: builtins.c:103
1998msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
1999msgstr "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2000
2001#: builtins.c:107
2002msgid "fg [job_spec]"
2003msgstr "fg [job_spec]"
2004
2005#: builtins.c:111
2006msgid "bg [job_spec ...]"
2007msgstr "bg [job_spec ...]"
2008
2009#: builtins.c:114
2010msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2011msgstr "hash [-lr] [-p pathname] [-dt] [name ...]"
2012
2013#: builtins.c:117
2014msgid "help [-ds] [pattern ...]"
2015msgstr "help [-ds] [pattern ...]"
2016
2017#: builtins.c:121
2018msgid ""
2019"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2020"[arg...]"
2021msgstr ""
2022"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2023"[arg...]"
2024
2025#: builtins.c:125
2026msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2027msgstr "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2028
2029#: builtins.c:129
2030msgid "disown [-h] [-ar] [jobspec ...]"
2031msgstr "disown [-h] [-ar] [jobspec ...]"
2032
2033#: builtins.c:132
2034msgid ""
2035"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2036"[sigspec]"
2037msgstr ""
2038"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2039"[sigspec]"
2040
2041#: builtins.c:134
2042msgid "let arg [arg ...]"
2043msgstr "let arg [arg ...]"
2044
2045#: builtins.c:136
2046msgid ""
2047"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-p prompt] [-t "
2048"timeout] [-u fd] [name ...]"
2049msgstr ""
2050"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-p prompt] [-t "
2051"timeout] [-u fd] [name ...]"
2052
2053#: builtins.c:138
2054msgid "return [n]"
2055msgstr "return [n]"
2056
2057#: builtins.c:140
2058msgid "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]"
2059msgstr "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]"
2060
2061#: builtins.c:142
2062msgid "unset [-f] [-v] [name ...]"
2063msgstr "unset [-f] [-v] [name ...]"
2064
2065#: builtins.c:144
2066msgid "export [-fn] [name[=value] ...] or export -p"
2067msgstr "export [-fn] [name[=value] ...] or export -p"
2068
2069#: builtins.c:146
2070msgid "readonly [-af] [name[=value] ...] or readonly -p"
2071msgstr "readonly [-af] [name[=value] ...] or readonly -p"
2072
2073#: builtins.c:148
2074msgid "shift [n]"
2075msgstr "shift [n]"
2076
2077#: builtins.c:150
2078msgid "source filename [arguments]"
2079msgstr "source filename [arguments]"
2080
2081#: builtins.c:152
2082msgid ". filename [arguments]"
2083msgstr ". filename [arguments]"
2084
2085#: builtins.c:155
2086msgid "suspend [-f]"
2087msgstr "suspend [-f]"
2088
2089#: builtins.c:158
2090msgid "test [expr]"
2091msgstr "test [expr]"
2092
2093#: builtins.c:160
2094msgid "[ arg... ]"
2095msgstr "[ arg... ]"
2096
2097#: builtins.c:162
2098msgid "times"
2099msgstr "times"
2100
2101#: builtins.c:164
2102msgid "trap [-lp] [[arg] signal_spec ...]"
2103msgstr "trap [-lp] [[arg] signal_spec ...]"
2104
2105#: builtins.c:166
2106msgid "type [-afptP] name [name ...]"
2107msgstr "type [-afptP] name [name ...]"
2108
2109#: builtins.c:169
2110msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]"
2111msgstr "ulimit [-SHacdefilmnpqrstuvx] [limit]"
2112
2113#: builtins.c:172
2114msgid "umask [-p] [-S] [mode]"
2115msgstr "umask [-p] [-S] [mode]"
2116
2117#: builtins.c:175
2118msgid "wait [id]"
2119msgstr "wait [id]"
2120
2121#: builtins.c:179
2122msgid "wait [pid]"
2123msgstr "wait [pid]"
2124
2125#: builtins.c:182
2126msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2127msgstr "for NAME [in WORDS ... ] ; do COMMANDS; done"
2128
2129#: builtins.c:184
2130msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2131msgstr "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2132
2133#: builtins.c:186
2134msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2135msgstr "select NAME [in WORDS ... ;] do COMMANDS; done"
2136
2137#: builtins.c:188
2138msgid "time [-p] pipeline"
2139msgstr "time [-p] pipeline"
2140
2141#: builtins.c:190
2142msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2143msgstr "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2144
2145#: builtins.c:192
2146msgid ""
2147"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2148"COMMANDS; ] fi"
2149msgstr ""
2150"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2151"COMMANDS; ] fi"
2152
2153#: builtins.c:194
2154msgid "while COMMANDS; do COMMANDS; done"
2155msgstr "while COMMANDS; do COMMANDS; done"
2156
2157#: builtins.c:196
2158msgid "until COMMANDS; do COMMANDS; done"
2159msgstr "until COMMANDS; do COMMANDS; done"
2160
2161#: builtins.c:198
2162msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2163msgstr "function name { COMMANDS ; } or name () { COMMANDS ; }"
2164
2165#: builtins.c:200
2166msgid "{ COMMANDS ; }"
2167msgstr "{ COMMANDS ; }"
2168
2169#: builtins.c:202
2170msgid "job_spec [&]"
2171msgstr "job_spec [&]"
2172
2173#: builtins.c:204
2174msgid "(( expression ))"
2175msgstr "(( expression ))"
2176
2177#: builtins.c:206
2178msgid "[[ expression ]]"
2179msgstr "[[ expression ]]"
2180
2181#: builtins.c:208
2182msgid "variables - Names and meanings of some shell variables"
2183msgstr "variables - Names and meanings of some shell variables"
2184
2185#: builtins.c:211
2186msgid "pushd [-n] [+N | -N | dir]"
2187msgstr "pushd [-n] [+N | -N | dir]"
2188
2189#: builtins.c:215
2190msgid "popd [-n] [+N | -N]"
2191msgstr "popd [-n] [+N | -N]"
2192
2193#: builtins.c:219
2194msgid "dirs [-clpv] [+N] [-N]"
2195msgstr "dirs [-clpv] [+N] [-N]"
2196
2197#: builtins.c:222
2198msgid "shopt [-pqsu] [-o] [optname ...]"
2199msgstr "shopt [-pqsu] [-o] [optname ...]"
2200
2201#: builtins.c:224
2202msgid "printf [-v var] format [arguments]"
2203msgstr "printf [-v var] format [arguments]"
2204
2205#: builtins.c:227
2206msgid ""
2207"complete [-abcdefgjksuv] [-pr] [-o option] [-A action] [-G globpat] [-W "
2208"wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] "
2209"[name ...]"
2210msgstr ""
2211"complete [-abcdefgjksuv] [-pr] [-o option] [-A action] [-G globpat] [-W "
2212"wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] "
2213"[name ...]"
2214
2215#: builtins.c:231
2216msgid ""
2217"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] "
2218"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2219msgstr ""
2220"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] "
2221"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2222
2223#: builtins.c:235
2224msgid "compopt [-o|+o option] [name ...]"
2225msgstr "compopt [-o|+o option] [name ...]"
2226
2227#: builtins.c:238
2228msgid ""
2229"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2230"quantum] [array]"
2231msgstr ""
2232"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2233"quantum] [array]"
2234
2235#: builtins.c:250
b80f6443 2236msgid ""
3185942a
JA
2237"Define or display aliases.\n"
2238" \n"
2239" Without arguments, `alias' prints the list of aliases in the reusable\n"
2240" form `alias NAME=VALUE' on standard output.\n"
2241" \n"
95732b49
JA
2242" Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2243" A trailing space in VALUE causes the next word to be checked for\n"
3185942a
JA
2244" alias substitution when the alias is expanded.\n"
2245" \n"
2246" Options:\n"
2247" -p\tPrint all defined aliases in a reusable format\n"
2248" \n"
2249" Exit Status:\n"
2250" alias returns true unless a NAME is supplied for which no alias has "
2251"been\n"
2252" defined."
b80f6443 2253msgstr ""
3185942a
JA
2254"Define or display aliases.\n"
2255" \n"
2256" Without arguments, ‘alias’ prints the list of aliases in the reusable\n"
2257" form ‘alias NAME=VALUE’ on standard output.\n"
2258" \n"
95732b49
JA
2259" Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2260" A trailing space in VALUE causes the next word to be checked for\n"
3185942a
JA
2261" alias substitution when the alias is expanded.\n"
2262" \n"
2263" Options:\n"
2264" -p\tPrint all defined aliases in a reusable format\n"
2265" \n"
2266" Exit Status:\n"
2267" alias returns true unless a NAME is supplied for which no alias has "
2268"been\n"
2269" defined."
b80f6443 2270
3185942a 2271#: builtins.c:272
b80f6443 2272msgid ""
3185942a
JA
2273"Remove each NAME from the list of defined aliases.\n"
2274" \n"
2275" Options:\n"
2276" -a\tremove all alias definitions.\n"
2277" \n"
2278" Return success unless a NAME is not an existing alias."
b80f6443 2279msgstr ""
3185942a
JA
2280"Remove each NAME from the list of defined aliases.\n"
2281" \n"
2282" Options:\n"
2283" -a\tremove all alias definitions.\n"
2284" \n"
2285" Return success unless a NAME is not an existing alias."
b80f6443 2286
3185942a 2287#: builtins.c:285
b80f6443 2288msgid ""
3185942a
JA
2289"Set Readline key bindings and variables.\n"
2290" \n"
2291" Bind a key sequence to a Readline function or a macro, or set a\n"
2292" Readline variable. The non-option argument syntax is equivalent to\n"
2293" that found in ~/.inputrc, but must be passed as a single argument:\n"
2294" e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2295" \n"
2296" Options:\n"
2297" -m keymap Use KEYMAP as the keymap for the duration of this\n"
95732b49
JA
2298" command. Acceptable keymap names are emacs,\n"
2299" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2300"move,\n"
2301" vi-command, and vi-insert.\n"
2302" -l List names of functions.\n"
2303" -P List function names and bindings.\n"
2304" -p List functions and bindings in a form that can be\n"
2305" reused as input.\n"
95732b49
JA
2306" -S List key sequences that invoke macros and their "
2307"values\n"
2308" -s List key sequences that invoke macros and their "
2309"values\n"
3185942a
JA
2310" in a form that can be reused as input.\n"
2311" -V List variable names and values\n"
2312" -v List variable names and values in a form that can\n"
2313" be reused as input.\n"
2314" -q function-name Query about which keys invoke the named function.\n"
2315" -u function-name Unbind all keys which are bound to the named "
2316"function.\n"
2317" -r keyseq Remove the binding for KEYSEQ.\n"
2318" -f filename Read key bindings from FILENAME.\n"
2319" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2320" \t\t\t\tKEYSEQ is entered.\n"
2321" \n"
2322" Exit Status:\n"
2323" bind returns 0 unless an unrecognized option is given or an error occurs."
2324msgstr ""
2325"Set Readline key bindings and variables.\n"
2326" \n"
2327" Bind a key sequence to a Readline function or a macro, or set a\n"
2328" Readline variable. The non-option argument syntax is equivalent to\n"
2329" that found in ~/.inputrc, but must be passed as a single argument:\n"
2330" e.g., bind '“\\C-x\\C-r”: re-read-init-file'.\n"
2331" \n"
2332" Options:\n"
2333" -m keymap Use KEYMAP as the keymap for the duration of this\n"
95732b49
JA
2334" command. Acceptable keymap names are emacs,\n"
2335" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2336"move,\n"
2337" vi-command, and vi-insert.\n"
2338" -l List names of functions.\n"
2339" -P List function names and bindings.\n"
2340" -p List functions and bindings in a form that can be\n"
2341" reused as input.\n"
95732b49
JA
2342" -S List key sequences that invoke macros and their "
2343"values\n"
2344" -s List key sequences that invoke macros and their "
2345"values\n"
3185942a
JA
2346" in a form that can be reused as input.\n"
2347" -V List variable names and values\n"
2348" -v List variable names and values in a form that can\n"
2349" be reused as input.\n"
2350" -q function-name Query about which keys invoke the named function.\n"
2351" -u function-name Unbind all keys which are bound to the named "
2352"function.\n"
2353" -r keyseq Remove the binding for KEYSEQ.\n"
2354" -f filename Read key bindings from FILENAME.\n"
2355" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2356" \t\t\t\tKEYSEQ is entered.\n"
2357" \n"
2358" Exit Status:\n"
2359" bind returns 0 unless an unrecognized option is given or an error occurs."
b80f6443 2360
3185942a 2361#: builtins.c:322
b80f6443 2362msgid ""
3185942a
JA
2363"Exit for, while, or until loops.\n"
2364" \n"
2365" Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n"
2366" loops.\n"
2367" \n"
2368" Exit Status:\n"
2369" The exit status is 0 unless N is not greater than or equal to 1."
b80f6443 2370msgstr ""
3185942a
JA
2371"Exit for, while, or until loops.\n"
2372" \n"
2373" Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n"
2374" loops.\n"
2375" \n"
2376" Exit Status:\n"
2377" The exit status is 0 unless N is not greater than or equal to 1."
b80f6443 2378
3185942a 2379#: builtins.c:334
b80f6443 2380msgid ""
3185942a
JA
2381"Resume for, while, or until loops.\n"
2382" \n"
2383" Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2384" If N is specified, resumes the Nth enclosing loop.\n"
2385" \n"
2386" Exit Status:\n"
2387" The exit status is 0 unless N is not greater than or equal to 1."
b80f6443 2388msgstr ""
3185942a
JA
2389"Resume for, while, or until loops.\n"
2390" \n"
2391" Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2392" If N is specified, resumes the Nth enclosing loop.\n"
2393" \n"
2394" Exit Status:\n"
2395" The exit status is 0 unless N is not greater than or equal to 1."
b80f6443 2396
3185942a 2397#: builtins.c:346
95732b49 2398msgid ""
3185942a
JA
2399"Execute shell builtins.\n"
2400" \n"
2401" Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2402" lookup. This is useful when you wish to reimplement a shell builtin\n"
2403" as a shell function, but need to execute the builtin within the "
2404"function.\n"
2405" \n"
2406" Exit Status:\n"
2407" Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2408" not a shell builtin.."
95732b49 2409msgstr ""
3185942a
JA
2410"Execute shell builtins.\n"
2411" \n"
2412" Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2413" lookup. This is useful when you wish to reimplement a shell builtin\n"
2414" as a shell function, but need to execute the builtin within the "
2415"function.\n"
2416" \n"
2417" Exit Status:\n"
2418" Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2419" not a shell builtin.."
95732b49 2420
3185942a 2421#: builtins.c:361
95732b49 2422msgid ""
3185942a 2423"Return the context of the current subroutine call.\n"
95732b49 2424" \n"
3185942a
JA
2425" Without EXPR, returns \"$line $filename\". With EXPR, returns\n"
2426" \"$line $subroutine $filename\"; this extra information can be used to\n"
2427" provide a stack trace.\n"
95732b49
JA
2428" \n"
2429" The value of EXPR indicates how many call frames to go back before the\n"
3185942a
JA
2430" current one; the top frame is frame 0.\n"
2431" \n"
2432" Exit Status:\n"
2433" Returns 0 unless the shell is not executing a shell function or EXPR\n"
2434" is invalid."
95732b49 2435msgstr ""
3185942a 2436"Return the context of the current subroutine call.\n"
95732b49 2437" \n"
3185942a
JA
2438" Without EXPR, returns “$line $filename”. With EXPR, returns\n"
2439" “$line $subroutine $filename”; this extra information can be used to\n"
2440" provide a stack trace.\n"
95732b49
JA
2441" \n"
2442" The value of EXPR indicates how many call frames to go back before the\n"
3185942a
JA
2443" current one; the top frame is frame 0.\n"
2444" \n"
2445" Exit Status:\n"
2446" Returns 0 unless the shell is not executing a shell function or EXPR\n"
2447" is invalid."
b80f6443 2448
3185942a 2449#: builtins.c:379
b80f6443 2450msgid ""
3185942a 2451"Change the shell working directory.\n"
95732b49 2452" \n"
3185942a
JA
2453" Change the current directory to DIR. The default DIR is the value of "
2454"the\n"
2455" HOME shell variable.\n"
2456" \n"
2457" The variable CDPATH defines the search path for the directory "
2458"containing\n"
2459" DIR. Alternative directory names in CDPATH are separated by a colon "
2460"(:).\n"
2461" A null directory name is the same as the current directory. If DIR "
2462"begins\n"
2463" with a slash (/), then CDPATH is not used.\n"
2464" \n"
2465" If the directory is not found, and the shell option `cdable_vars' is "
2466"set,\n"
2467" the word is assumed to be a variable name. If that variable has a "
2468"value,\n"
2469" its value is used for DIR.\n"
95732b49 2470" \n"
3185942a
JA
2471" Options:\n"
2472" -L\tforce symbolic links to be followed\n"
2473" -P\tuse the physical directory structure without following symbolic\n"
2474" \tlinks\n"
95732b49 2475" \n"
3185942a
JA
2476" The default is to follow symbolic links, as if `-L' were specified.\n"
2477" \n"
2478" Exit Status:\n"
2479" Returns 0 if the directory is changed; non-zero otherwise."
95732b49 2480msgstr ""
3185942a 2481"Change the shell working directory.\n"
95732b49 2482" \n"
3185942a
JA
2483" Change the current directory to DIR. The default DIR is the value of "
2484"the\n"
2485" HOME shell variable.\n"
95732b49 2486" \n"
3185942a
JA
2487" The variable CDPATH defines the search path for the directory "
2488"containing\n"
2489" DIR. Alternative directory names in CDPATH are separated by a colon "
2490"(:).\n"
2491" A null directory name is the same as the current directory. If DIR "
2492"begins\n"
2493" with a slash (/), then CDPATH is not used.\n"
95732b49 2494" \n"
3185942a
JA
2495" If the directory is not found, and the shell option ‘cdable_vars’ is "
2496"set,\n"
2497" the word is assumed to be a variable name. If that variable has a "
2498"value,\n"
2499" its value is used for DIR.\n"
2500" \n"
2501" Options:\n"
2502" -L\tforce symbolic links to be followed\n"
2503" -P\tuse the physical directory structure without following symbolic\n"
2504" \tlinks\n"
2505" \n"
2506" The default is to follow symbolic links, as if ‘-L’ were specified.\n"
2507" \n"
2508" Exit Status:\n"
2509" Returns 0 if the directory is changed; non-zero otherwise."
2510
2511#: builtins.c:407
2512msgid ""
2513"Print the name of the current working directory.\n"
2514" \n"
2515" Options:\n"
2516" -L\tprint the value of $PWD if it names the current working\n"
2517" \tdirectory\n"
2518" -P\tprint the physical directory, without any symbolic links\n"
2519" \n"
2520" By default, `pwd' behaves as if `-L' were specified.\n"
2521" \n"
2522" Exit Status:\n"
2523" Returns 0 unless an invalid option is given or the current directory\n"
2524" cannot be read."
2525msgstr ""
2526"Print the name of the current working directory.\n"
2527" \n"
2528" Options:\n"
2529" -L\tprint the value of $PWD if it names the current working\n"
2530" \tdirectory\n"
2531" -P\tprint the physical directory, without any symbolic links\n"
2532" \n"
2533" By default, ‘pwd’ behaves as if ‘-L’ were specified.\n"
2534" \n"
2535" Exit Status:\n"
2536" Returns 0 unless an invalid option is given or the current directory\n"
2537" cannot be read."
2538
2539#: builtins.c:424
2540msgid ""
2541"Null command.\n"
2542" \n"
2543" No effect; the command does nothing.\n"
2544" \n"
2545" Exit Status:\n"
2546" Always succeeds."
2547msgstr ""
2548"Null command.\n"
2549" \n"
2550" No effect; the command does nothing.\n"
2551" \n"
2552" Exit Status:\n"
2553" Always succeeds."
2554
2555#: builtins.c:435
2556msgid ""
2557"Return a successful result.\n"
2558" \n"
2559" Exit Status:\n"
2560" Always succeeds."
2561msgstr ""
2562"Return a successful result.\n"
2563" \n"
2564" Exit Status:\n"
2565" Always succeeds."
2566
2567#: builtins.c:444
2568msgid ""
2569"Return an unsuccessful result.\n"
2570" \n"
2571" Exit Status:\n"
2572" Always fails."
2573msgstr ""
2574"Return an unsuccessful result.\n"
2575" \n"
2576" Exit Status:\n"
2577" Always fails."
2578
2579#: builtins.c:453
2580msgid ""
2581"Execute a simple command or display information about commands.\n"
2582" \n"
2583" Runs COMMAND with ARGS suppressing shell function lookup, or display\n"
2584" information about the specified COMMANDs. Can be used to invoke "
2585"commands\n"
2586" on disk when a function with the same name exists.\n"
2587" \n"
2588" Options:\n"
2589" -p\tuse a default value for PATH that is guaranteed to find all of\n"
2590" \tthe standard utilities\n"
2591" -v\tprint a description of COMMAND similar to the `type' builtin\n"
2592" -V\tprint a more verbose description of each COMMAND\n"
2593" \n"
2594" Exit Status:\n"
2595" Returns exit status of COMMAND, or failure if COMMAND is not found."
2596msgstr ""
2597"Execute a simple command or display information about commands.\n"
2598" \n"
2599" Runs COMMAND with ARGS suppressing shell function lookup, or display\n"
2600" information about the specified COMMANDs. Can be used to invoke "
2601"commands\n"
2602" on disk when a function with the same name exists.\n"
2603" \n"
2604" Options:\n"
2605" -p\tuse a default value for PATH that is guaranteed to find all of\n"
2606" \tthe standard utilities\n"
2607" -v\tprint a description of COMMAND similar to the ‘type’ builtin\n"
2608" -V\tprint a more verbose description of each COMMAND\n"
2609" \n"
2610" Exit Status:\n"
2611" Returns exit status of COMMAND, or failure if COMMAND is not found."
2612
2613#: builtins.c:472
2614msgid ""
2615"Set variable values and attributes.\n"
2616" \n"
2617" Declare variables and give them attributes. If no NAMEs are given,\n"
2618" display the attributes and values of all variables.\n"
2619" \n"
2620" Options:\n"
2621" -f\trestrict action or display to function names and definitions\n"
2622" -F\trestrict display to function names only (plus line number and\n"
2623" \tsource file when debugging)\n"
2624" -p\tdisplay the attributes and value of each NAME\n"
2625" \n"
2626" Options which set attributes:\n"
2627" -a\tto make NAMEs indexed arrays (if supported)\n"
2628" -A\tto make NAMEs associative arrays (if supported)\n"
2629" -i\tto make NAMEs have the `integer' attribute\n"
2630" -l\tto convert NAMEs to lower case on assignment\n"
2631" -r\tto make NAMEs readonly\n"
2632" -t\tto make NAMEs have the `trace' attribute\n"
2633" -u\tto convert NAMEs to upper case on assignment\n"
2634" -x\tto make NAMEs export\n"
2635" \n"
2636" Using `+' instead of `-' turns off the given attribute.\n"
2637" \n"
2638" Variables with the integer attribute have arithmetic evaluation (see\n"
2639" the `let' command) performed when the variable is assigned a value.\n"
2640" \n"
2641" When used in a function, `declare' makes NAMEs local, as with the "
2642"`local'\n"
2643" command.\n"
2644" \n"
2645" Exit Status:\n"
2646" Returns success unless an invalid option is supplied or an error occurs."
2647msgstr ""
2648"Set variable values and attributes.\n"
2649" \n"
2650" Declare variables and give them attributes. If no NAMEs are given,\n"
2651" display the attributes and values of all variables.\n"
2652" \n"
2653" Options:\n"
2654" -f\trestrict action or display to function names and definitions\n"
2655" -F\trestrict display to function names only (plus line number and\n"
2656" \tsource file when debugging)\n"
2657" -p\tdisplay the attributes and value of each NAME\n"
2658" \n"
2659" Options which set attributes:\n"
2660" -a\tto make NAMEs indexed arrays (if supported)\n"
2661" -A\tto make NAMEs associative arrays (if supported)\n"
2662" -i\tto make NAMEs have the ‘integer’ attribute\n"
2663" -l\tto convert NAMEs to lower case on assignment\n"
2664" -r\tto make NAMEs readonly\n"
2665" -t\tto make NAMEs have the ‘trace’ attribute\n"
2666" -u\tto convert NAMEs to upper case on assignment\n"
2667" -x\tto make NAMEs export\n"
2668" \n"
2669" Using ‘+’ instead of ‘-’ turns off the given attribute.\n"
2670" \n"
2671" Variables with the integer attribute have arithmetic evaluation (see\n"
2672" the ‘let’ command) performed when the variable is assigned a value.\n"
2673" \n"
2674" When used in a function, ‘declare’ makes NAMEs local, as with the "
2675"‘local’\n"
2676" command.\n"
2677" \n"
2678" Exit Status:\n"
2679" Returns success unless an invalid option is supplied or an error occurs."
2680
2681#: builtins.c:508
2682msgid ""
2683"Set variable values and attributes.\n"
2684" \n"
2685" Obsolete. See `help declare'."
2686msgstr ""
2687"Set variable values and attributes.\n"
2688" \n"
2689" Obsolete. See ‘help declare’."
2690
2691#: builtins.c:516
2692msgid ""
2693"Define local variables.\n"
2694" \n"
2695" Create a local variable called NAME, and give it VALUE. OPTION can\n"
2696" be any option accepted by `declare'.\n"
2697" \n"
2698" Local variables can only be used within a function; they are visible\n"
2699" only to the function where they are defined and its children.\n"
2700" \n"
2701" Exit Status:\n"
2702" Returns success unless an invalid option is supplied, an error occurs,\n"
2703" or the shell is not executing a function."
2704msgstr ""
2705"Define local variables.\n"
2706" \n"
2707" Create a local variable called NAME, and give it VALUE. OPTION can\n"
2708" be any option accepted by ‘declare’.\n"
2709" \n"
2710" Local variables can only be used within a function; they are visible\n"
2711" only to the function where they are defined and its children.\n"
2712" \n"
2713" Exit Status:\n"
2714" Returns success unless an invalid option is supplied, an error occurs,\n"
2715" or the shell is not executing a function."
2716
2717#: builtins.c:533
2718msgid ""
2719"Write arguments to the standard output.\n"
2720" \n"
2721" Display the ARGs on the standard output followed by a newline.\n"
2722" \n"
2723" Options:\n"
2724" -n\tdo not append a newline\n"
2725" -e\tenable interpretation of the following backslash escapes\n"
2726" -E\texplicitly suppress interpretation of backslash escapes\n"
2727" \n"
2728" `echo' interprets the following backslash-escaped characters:\n"
2729" \\a\talert (bell)\n"
2730" \\b\tbackspace\n"
2731" \\c\tsuppress further output\n"
2732" \\e\tescape character\n"
2733" \\f\tform feed\n"
2734" \\n\tnew line\n"
2735" \\r\tcarriage return\n"
2736" \\t\thorizontal tab\n"
2737" \\v\tvertical tab\n"
2738" \\\\\tbackslash\n"
2739" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n"
2740" \t0 to 3 octal digits\n"
2741" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n"
2742" \tcan be one or two hex digits\n"
2743" \n"
2744" Exit Status:\n"
2745" Returns success unless a write error occurs."
2746msgstr ""
2747"Write arguments to the standard output.\n"
2748" \n"
2749" Display the ARGs on the standard output followed by a newline.\n"
2750" \n"
2751" Options:\n"
2752" -n\tdo not append a newline\n"
2753" -e\tenable interpretation of the following backslash escapes\n"
2754" -E\texplicitly suppress interpretation of backslash escapes\n"
2755" \n"
2756" ‘echo’ interprets the following backslash-escaped characters:\n"
2757" \\a\talert (bell)\n"
2758" \\b\tbackspace\n"
2759" \\c\tsuppress further output\n"
2760" \\e\tescape character\n"
2761" \\f\tform feed\n"
2762" \\n\tnew line\n"
2763" \\r\tcarriage return\n"
2764" \\t\thorizontal tab\n"
2765" \\v\tvertical tab\n"
2766" \\\\\tbackslash\n"
2767" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n"
2768" \t0 to 3 octal digits\n"
2769" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n"
2770" \tcan be one or two hex digits\n"
2771" \n"
2772" Exit Status:\n"
2773" Returns success unless a write error occurs."
2774
2775#: builtins.c:567
2776msgid ""
2777"Write arguments to the standard output.\n"
2778" \n"
2779" Display the ARGs on the standard output followed by a newline.\n"
2780" \n"
2781" Options:\n"
2782" -n\tdo not append a newline\n"
2783" \n"
2784" Exit Status:\n"
2785" Returns success unless a write error occurs."
2786msgstr ""
2787"Write arguments to the standard output.\n"
2788" \n"
2789" Display the ARGs on the standard output followed by a newline.\n"
2790" \n"
2791" Options:\n"
2792" -n\tdo not append a newline\n"
2793" \n"
2794" Exit Status:\n"
2795" Returns success unless a write error occurs."
2796
2797#: builtins.c:582
2798msgid ""
2799"Enable and disable shell builtins.\n"
2800" \n"
2801" Enables and disables builtin shell commands. Disabling allows you to\n"
2802" execute a disk command which has the same name as a shell builtin\n"
2803" without using a full pathname.\n"
2804" \n"
2805" Options:\n"
2806" -a\tprint a list of builtins showing whether or not each is enabled\n"
2807" -n\tdisable each NAME or display a list of disabled builtins\n"
2808" -p\tprint the list of builtins in a reusable format\n"
2809" -s\tprint only the names of Posix `special' builtins\n"
2810" \n"
2811" Options controlling dynamic loading:\n"
2812" -f\tLoad builtin NAME from shared object FILENAME\n"
2813" -d\tRemove a builtin loaded with -f\n"
2814" \n"
2815" Without options, each NAME is enabled.\n"
2816" \n"
2817" To use the `test' found in $PATH instead of the shell builtin\n"
2818" version, type `enable -n test'.\n"
2819" \n"
2820" Exit Status:\n"
2821" Returns success unless NAME is not a shell builtin or an error occurs."
2822msgstr ""
2823"Enable and disable shell builtins.\n"
2824" \n"
2825" Enables and disables builtin shell commands. Disabling allows you to\n"
2826" execute a disk command which has the same name as a shell builtin\n"
2827" without using a full pathname.\n"
2828" \n"
2829" Options:\n"
2830" -a\tprint a list of builtins showing whether or not each is enabled\n"
2831" -n\tdisable each NAME or display a list of disabled builtins\n"
2832" -p\tprint the list of builtins in a reusable format\n"
2833" -s\tprint only the names of Posix ‘special’ builtins\n"
2834" \n"
2835" Options controlling dynamic loading:\n"
2836" -f\tLoad builtin NAME from shared object FILENAME\n"
2837" -d\tRemove a builtin loaded with -f\n"
2838" \n"
2839" Without options, each NAME is enabled.\n"
2840" \n"
2841" To use the ‘test’ found in $PATH instead of the shell builtin\n"
2842" version, type ‘enable -n test’.\n"
2843" \n"
2844" Exit Status:\n"
2845" Returns success unless NAME is not a shell builtin or an error occurs."
2846
2847#: builtins.c:610
2848msgid ""
2849"Execute arguments as a shell command.\n"
2850" \n"
2851" Combine ARGs into a single string, use the result as input to the "
2852"shell,\n"
2853" and execute the resulting commands.\n"
2854" \n"
2855" Exit Status:\n"
2856" Returns exit status of command or success if command is null."
2857msgstr ""
2858"Execute arguments as a shell command.\n"
2859" \n"
2860" Combine ARGs into a single string, use the result as input to the "
2861"shell,\n"
2862" and execute the resulting commands.\n"
2863" \n"
2864" Exit Status:\n"
2865" Returns exit status of command or success if command is null."
2866
2867#: builtins.c:622
2868msgid ""
2869"Parse option arguments.\n"
2870" \n"
2871" Getopts is used by shell procedures to parse positional parameters\n"
2872" as options.\n"
95732b49
JA
2873" \n"
2874" OPTSTRING contains the option letters to be recognized; if a letter\n"
2875" is followed by a colon, the option is expected to have an argument,\n"
2876" which should be separated from it by white space.\n"
2877" \n"
2878" Each time it is invoked, getopts will place the next option in the\n"
2879" shell variable $name, initializing name if it does not exist, and\n"
2880" the index of the next argument to be processed into the shell\n"
2881" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
2882" a shell script is invoked. When an option requires an argument,\n"
2883" getopts places that argument into the shell variable OPTARG.\n"
2884" \n"
2885" getopts reports errors in one of two ways. If the first character\n"
2886" of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
2887" this mode, no error messages are printed. If an invalid option is\n"
2888" seen, getopts places the option character found into OPTARG. If a\n"
2889" required argument is not found, getopts places a ':' into NAME and\n"
2890" sets OPTARG to the option character found. If getopts is not in\n"
2891" silent mode, and an invalid option is seen, getopts places '?' into\n"
2892" NAME and unsets OPTARG. If a required argument is not found, a '?'\n"
2893" is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2894" printed.\n"
2895" \n"
2896" If the shell variable OPTERR has the value 0, getopts disables the\n"
2897" printing of error messages, even if the first character of\n"
2898" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
2899" \n"
2900" Getopts normally parses the positional parameters ($0 - $9), but if\n"
3185942a
JA
2901" more arguments are given, they are parsed instead.\n"
2902" \n"
2903" Exit Status:\n"
2904" Returns success if an option is found; fails if the end of options is\n"
2905" encountered or an error occurs."
95732b49 2906msgstr ""
3185942a
JA
2907"Parse option arguments.\n"
2908" \n"
2909" Getopts is used by shell procedures to parse positional parameters\n"
2910" as options.\n"
95732b49
JA
2911" \n"
2912" OPTSTRING contains the option letters to be recognized; if a letter\n"
2913" is followed by a colon, the option is expected to have an argument,\n"
2914" which should be separated from it by white space.\n"
2915" \n"
2916" Each time it is invoked, getopts will place the next option in the\n"
2917" shell variable $name, initializing name if it does not exist, and\n"
2918" the index of the next argument to be processed into the shell\n"
2919" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
2920" a shell script is invoked. When an option requires an argument,\n"
2921" getopts places that argument into the shell variable OPTARG.\n"
2922" \n"
2923" getopts reports errors in one of two ways. If the first character\n"
2924" of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
2925" this mode, no error messages are printed. If an invalid option is\n"
2926" seen, getopts places the option character found into OPTARG. If a\n"
2927" required argument is not found, getopts places a ‘:’ into NAME and\n"
2928" sets OPTARG to the option character found. If getopts is not in\n"
2929" silent mode, and an invalid option is seen, getopts places ‘?’ into\n"
2930" NAME and unsets OPTARG. If a required argument is not found, a ‘?’\n"
2931" is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2932" printed.\n"
2933" \n"
2934" If the shell variable OPTERR has the value 0, getopts disables the\n"
2935" printing of error messages, even if the first character of\n"
2936" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
2937" \n"
2938" Getopts normally parses the positional parameters ($0 - $9), but if\n"
3185942a
JA
2939" more arguments are given, they are parsed instead.\n"
2940" \n"
2941" Exit Status:\n"
2942" Returns success if an option is found; fails if the end of options is\n"
2943" encountered or an error occurs."
2944
2945#: builtins.c:664
2946msgid ""
2947"Replace the shell with the given command.\n"
2948" \n"
2949" Execute COMMAND, replacing this shell with the specified program.\n"
2950" ARGUMENTS become the arguments to COMMAND. If COMMAND is not "
2951"specified,\n"
2952" any redirections take effect in the current shell.\n"
2953" \n"
2954" Options:\n"
2955" -a name\tpass NAME as the zeroth argument to COMMAND\n"
2956" -c\t\texecute COMMAND with an empty environment\n"
2957" -l\t\tplace a dash in the zeroth argument to COMMAND\n"
2958" \n"
2959" If the command cannot be executed, a non-interactive shell exits, "
2960"unless\n"
2961" the shell option `execfail' is set.\n"
2962" \n"
2963" Exit Status:\n"
2964" Returns success unless COMMAND is not found or a redirection error "
2965"occurs."
2966msgstr ""
2967"Replace the shell with the given command.\n"
2968" \n"
2969" Execute COMMAND, replacing this shell with the specified program.\n"
2970" ARGUMENTS become the arguments to COMMAND. If COMMAND is not "
2971"specified,\n"
2972" any redirections take effect in the current shell.\n"
2973" \n"
2974" Options:\n"
2975" -a name\tpass NAME as the zeroth argument to COMMAND\n"
2976" -c\t\texecute COMMAND with an empty environment\n"
2977" -l\t\tplace a dash in the zeroth argument to COMMAND\n"
2978" \n"
2979" If the command cannot be executed, a non-interactive shell exits, "
2980"unless\n"
2981" the shell option ‘execfail’ is set.\n"
2982" \n"
2983" Exit Status:\n"
2984" Returns success unless COMMAND is not found or a redirection error "
2985"occurs."
2986
2987#: builtins.c:685
2988msgid ""
2989"Exit the shell.\n"
2990" \n"
2991" Exits the shell with a status of N. If N is omitted, the exit status\n"
95732b49
JA
2992" is that of the last command executed."
2993msgstr ""
3185942a
JA
2994"Exit the shell.\n"
2995" \n"
2996" Exits the shell with a status of N. If N is omitted, the exit status\n"
95732b49 2997" is that of the last command executed."
b80f6443 2998
3185942a
JA
2999#: builtins.c:694
3000msgid ""
3001"Exit a login shell.\n"
3002" \n"
3003" Exits a login shell with exit status N. Returns an error if not "
3004"executed\n"
3005" in a login shell."
3006msgstr ""
3007"Exit a login shell.\n"
3008" \n"
3009" Exits a login shell with exit status N. Returns an error if not "
3010"executed\n"
3011" in a login shell."
b80f6443 3012
3185942a 3013#: builtins.c:704
95732b49 3014msgid ""
3185942a
JA
3015"Display or execute commands from the history list.\n"
3016" \n"
3017" fc is used to list or edit and re-execute commands from the history "
3018"list.\n"
95732b49
JA
3019" FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
3020" string, which means the most recent command beginning with that\n"
3021" string.\n"
3022" \n"
3185942a
JA
3023" Options:\n"
3024" -e ENAME\tselect which editor to use. Default is FCEDIT, then "
95732b49 3025"EDITOR,\n"
3185942a
JA
3026" \t\tthen vi\n"
3027" -l \tlist lines instead of editing\n"
3028" -n\tomit line numbers when listing\n"
3029" -r\treverse the order of the lines (newest listed first)\n"
95732b49 3030" \n"
3185942a 3031" With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
95732b49
JA
3032" re-executed after the substitution OLD=NEW is performed.\n"
3033" \n"
3034" A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
3035" runs the last command beginning with `cc' and typing `r' re-executes\n"
3185942a
JA
3036" the last command.\n"
3037" \n"
3038" Exit Status:\n"
3039" Returns success or status of executed command; non-zero if an error "
3040"occurs."
95732b49 3041msgstr ""
3185942a
JA
3042"Display or execute commands from the history list.\n"
3043" \n"
3044" fc is used to list or edit and re-execute commands from the history "
3045"list.\n"
95732b49
JA
3046" FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
3047" string, which means the most recent command beginning with that\n"
3048" string.\n"
3049" \n"
3185942a
JA
3050" Options:\n"
3051" -e ENAME\tselect which editor to use. Default is FCEDIT, then "
95732b49 3052"EDITOR,\n"
3185942a
JA
3053" \t\tthen vi\n"
3054" -l \tlist lines instead of editing\n"
3055" -n\tomit line numbers when listing\n"
3056" -r\treverse the order of the lines (newest listed first)\n"
95732b49 3057" \n"
3185942a 3058" With the ‘fc -s [pat=rep ...] [command]’ format, COMMAND is\n"
95732b49
JA
3059" re-executed after the substitution OLD=NEW is performed.\n"
3060" \n"
3061" A useful alias to use with this is r='fc -s', so that typing ‘r cc’\n"
3062" runs the last command beginning with ‘cc’ and typing ‘r’ re-executes\n"
3185942a
JA
3063" the last command.\n"
3064" \n"
3065" Exit Status:\n"
3066" Returns success or status of executed command; non-zero if an error "
3067"occurs."
3068
3069#: builtins.c:734
3070msgid ""
3071"Move job to the foreground.\n"
3072" \n"
3073" Place the job identified by JOB_SPEC in the foreground, making it the\n"
3074" current job. If JOB_SPEC is not present, the shell's notion of the\n"
3075" current job is used.\n"
3076" \n"
3077" Exit Status:\n"
3078" Status of command placed in foreground, or failure if an error occurs."
3079msgstr ""
3080"Move job to the foreground.\n"
3081" \n"
3082" Place the job identified by JOB_SPEC in the foreground, making it the\n"
3083" current job. If JOB_SPEC is not present, the shell's notion of the\n"
3084" current job is used.\n"
3085" \n"
3086" Exit Status:\n"
3087" Status of command placed in foreground, or failure if an error occurs."
3088
3089#: builtins.c:749
3090msgid ""
3091"Move jobs to the background.\n"
3092" \n"
3093" Place the jobs identified by each JOB_SPEC in the background, as if "
3094"they\n"
3095" had been started with `&'. If JOB_SPEC is not present, the shell's "
3096"notion\n"
3097" of the current job is used.\n"
3098" \n"
3099" Exit Status:\n"
3100" Returns success unless job control is not enabled or an error occurs."
3101msgstr ""
3102"Move jobs to the background.\n"
3103" \n"
3104" Place the jobs identified by each JOB_SPEC in the background, as if "
3105"they\n"
3106" had been started with ‘&’. If JOB_SPEC is not present, the shell's "
3107"notion\n"
3108" of the current job is used.\n"
3109" \n"
3110" Exit Status:\n"
3111" Returns success unless job control is not enabled or an error occurs."
3112
3113#: builtins.c:763
3114msgid ""
3115"Remember or display program locations.\n"
3116" \n"
3117" Determine and remember the full pathname of each command NAME. If\n"
3118" no arguments are given, information about remembered commands is "
3119"displayed.\n"
3120" \n"
3121" Options:\n"
3122" -d\t\tforget the remembered location of each NAME\n"
3123" -l\t\tdisplay in a format that may be reused as input\n"
3124" -p pathname\tuse PATHNAME is the full pathname of NAME\n"
3125" -r\t\tforget all remembered locations\n"
3126" -t\t\tprint the remembered location of each NAME, preceding\n"
3127" \t\teach location with the corresponding NAME if multiple\n"
3128" \t\tNAMEs are given\n"
3129" Arguments:\n"
3130" NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
3131" \t\tof remembered commands.\n"
3132" \n"
3133" Exit Status:\n"
3134" Returns success unless NAME is not found or an invalid option is given."
3135msgstr ""
3136"Remember or display program locations.\n"
3137" \n"
3138" Determine and remember the full pathname of each command NAME. If\n"
3139" no arguments are given, information about remembered commands is "
3140"displayed.\n"
3141" \n"
3142" Options:\n"
3143" -d\t\tforget the remembered location of each NAME\n"
3144" -l\t\tdisplay in a format that may be reused as input\n"
3145" -p pathname\tuse PATHNAME is the full pathname of NAME\n"
3146" -r\t\tforget all remembered locations\n"
3147" -t\t\tprint the remembered location of each NAME, preceding\n"
3148" \t\teach location with the corresponding NAME if multiple\n"
3149" \t\tNAMEs are given\n"
3150" Arguments:\n"
3151" NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
3152" \t\tof remembered commands.\n"
3153" \n"
3154" Exit Status:\n"
3155" Returns success unless NAME is not found or an invalid option is given."
3156
3157#: builtins.c:788
3158msgid ""
3159"Display information about builtin commands.\n"
3160" \n"
3161" Displays brief summaries of builtin commands. If PATTERN is\n"
95732b49 3162" specified, gives detailed help on all commands matching PATTERN,\n"
3185942a
JA
3163" otherwise the list of help topics is printed.\n"
3164" \n"
3165" Options:\n"
3166" -d\toutput short description for each topic\n"
3167" -m\tdisplay usage in pseudo-manpage format\n"
3168" -s\toutput only a short usage synopsis for each topic matching\n"
3169" \tPATTERN\n"
3170" \n"
3171" Arguments:\n"
3172" PATTERN\tPattern specifiying a help topic\n"
3173" \n"
3174" Exit Status:\n"
3175" Returns success unless PATTERN is not found or an invalid option is "
3176"given."
95732b49 3177msgstr ""
3185942a
JA
3178"Display information about builtin commands.\n"
3179" \n"
3180" Displays brief summaries of builtin commands. If PATTERN is\n"
95732b49 3181" specified, gives detailed help on all commands matching PATTERN,\n"
3185942a
JA
3182" otherwise the list of help topics is printed.\n"
3183" \n"
3184" Options:\n"
3185" -d\toutput short description for each topic\n"
3186" -m\tdisplay usage in pseudo-manpage format\n"
3187" -s\toutput only a short usage synopsis for each topic matching\n"
3188" \tPATTERN\n"
3189" \n"
3190" Arguments:\n"
3191" PATTERN\tPattern specifiying a help topic\n"
3192" \n"
3193" Exit Status:\n"
3194" Returns success unless PATTERN is not found or an invalid option is "
3195"given."
3196
3197#: builtins.c:812
3198msgid ""
3199"Display or manipulate the history list.\n"
3200" \n"
3201" Display the history list with line numbers, prefixing each modified\n"
3202" entry with a `*'. An argument of N lists only the last N entries.\n"
3203" \n"
3204" Options:\n"
3205" -c\tclear the history list by deleting all of the entries\n"
3206" -d offset\tdelete the history entry at offset OFFSET.\n"
3207" \n"
3208" -a\tappend history lines from this session to the history file\n"
3209" -n\tread all history lines not already read from the history file\n"
3210" -r\tread the history file and append the contents to the history\n"
3211" \tlist\n"
3212" -w\twrite the current history to the history file\n"
3213" \tand append them to the history list\n"
3214" \n"
3215" -p\tperform history expansion on each ARG and display the result\n"
3216" \twithout storing it in the history list\n"
3217" -s\tappend the ARGs to the history list as a single entry\n"
3218" \n"
3219" If FILENAME is given, it is used as the history file. Otherwise,\n"
95732b49 3220" if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
95732b49
JA
3221" \n"
3222" If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
3223" as a format string for strftime(3) to print the time stamp associated\n"
3185942a
JA
3224" with each displayed history entry. No time stamps are printed "
3225"otherwise.\n"
3226" \n"
3227" Exit Status:\n"
3228" Returns success unless an invalid option is given or an error occurs."
3229msgstr ""
3230"Display or manipulate the history list.\n"
3231" \n"
3232" Display the history list with line numbers, prefixing each modified\n"
3233" entry with a ‘*’. An argument of N lists only the last N entries.\n"
3234" \n"
3235" Options:\n"
3236" -c\tclear the history list by deleting all of the entries\n"
3237" -d offset\tdelete the history entry at offset OFFSET.\n"
3238" \n"
3239" -a\tappend history lines from this session to the history file\n"
3240" -n\tread all history lines not already read from the history file\n"
3241" -r\tread the history file and append the contents to the history\n"
3242" \tlist\n"
3243" -w\twrite the current history to the history file\n"
3244" \tand append them to the history list\n"
3245" \n"
3246" -p\tperform history expansion on each ARG and display the result\n"
3247" \twithout storing it in the history list\n"
3248" -s\tappend the ARGs to the history list as a single entry\n"
3249" \n"
3250" If FILENAME is given, it is used as the history file. Otherwise,\n"
95732b49 3251" if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
95732b49
JA
3252" \n"
3253" If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
3254" as a format string for strftime(3) to print the time stamp associated\n"
3185942a
JA
3255" with each displayed history entry. No time stamps are printed "
3256"otherwise.\n"
3257" \n"
3258" Exit Status:\n"
3259" Returns success unless an invalid option is given or an error occurs."
b80f6443 3260
3185942a 3261#: builtins.c:848
95732b49 3262msgid ""
3185942a
JA
3263"Display status of jobs.\n"
3264" \n"
3265" Lists the active jobs. JOBSPEC restricts output to that job.\n"
3266" Without options, the status of all active jobs is displayed.\n"
3267" \n"
3268" Options:\n"
3269" -l\tlists process IDs in addition to the normal information\n"
3270" -n\tlist only processes that have changed status since the last\n"
3271" \tnotification\n"
3272" -p\tlists process IDs only\n"
3273" -r\trestrict output to running jobs\n"
3274" -s\trestrict output to stopped jobs\n"
3275" \n"
3276" If -x is supplied, COMMAND is run after all job specifications that\n"
3277" appear in ARGS have been replaced with the process ID of that job's\n"
3278" process group leader.\n"
3279" \n"
3280" Exit Status:\n"
3281" Returns success unless an invalid option is given or an error occurs.\n"
3282" If -x is used, returns the exit status of COMMAND."
95732b49 3283msgstr ""
3185942a
JA
3284"Display status of jobs.\n"
3285" \n"
3286" Lists the active jobs. JOBSPEC restricts output to that job.\n"
3287" Without options, the status of all active jobs is displayed.\n"
3288" \n"
3289" Options:\n"
3290" -l\tlists process IDs in addition to the normal information\n"
3291" -n\tlist only processes that have changed status since the last\n"
3292" \tnotification\n"
3293" -p\tlists process IDs only\n"
3294" -r\trestrict output to running jobs\n"
3295" -s\trestrict output to stopped jobs\n"
3296" \n"
3297" If -x is supplied, COMMAND is run after all job specifications that\n"
3298" appear in ARGS have been replaced with the process ID of that job's\n"
3299" process group leader.\n"
3300" \n"
3301" Exit Status:\n"
3302" Returns success unless an invalid option is given or an error occurs.\n"
3303" If -x is used, returns the exit status of COMMAND."
3304
3305#: builtins.c:875
3306msgid ""
3307"Remove jobs from current shell.\n"
3308" \n"
3309" Removes each JOBSPEC argument from the table of active jobs. Without\n"
3310" any JOBSPECs, the shell uses its notion of the current job.\n"
3311" \n"
3312" Options:\n"
3313" -a\tremove all jobs if JOBSPEC is not supplied\n"
3314" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
3315" \tshell receives a SIGHUP\n"
3316" -r\tremove only running jobs\n"
3317" \n"
3318" Exit Status:\n"
3319" Returns success unless an invalid option or JOBSPEC is given."
3320msgstr ""
3321"Remove jobs from current shell.\n"
3322" \n"
3323" Removes each JOBSPEC argument from the table of active jobs. Without\n"
3324" any JOBSPECs, the shell uses its notion of the current job.\n"
3325" \n"
3326" Options:\n"
3327" -a\tremove all jobs if JOBSPEC is not supplied\n"
3328" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
3329" \tshell receives a SIGHUP\n"
3330" -r\tremove only running jobs\n"
3331" \n"
3332" Exit Status:\n"
3333" Returns success unless an invalid option or JOBSPEC is given."
3334
3335#: builtins.c:894
3336msgid ""
3337"Send a signal to a job.\n"
3338" \n"
3339" Send the processes identified by PID or JOBSPEC the signal named by\n"
3340" SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n"
3341" SIGTERM is assumed.\n"
3342" \n"
3343" Options:\n"
3344" -s sig\tSIG is a signal name\n"
3345" -n sig\tSIG is a signal number\n"
3346" -l\tlist the signal names; if arguments follow `-l' they are\n"
3347" \tassumed to be signal numbers for which names should be listed\n"
3348" \n"
3349" Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3350" instead of process IDs, and allows processes to be killed if the limit\n"
3351" on processes that you can create is reached.\n"
3352" \n"
3353" Exit Status:\n"
3354" Returns success unless an invalid option is given or an error occurs."
3355msgstr ""
3356"Send a signal to a job.\n"
3357" \n"
3358" Send the processes identified by PID or JOBSPEC the signal named by\n"
3359" SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n"
3360" SIGTERM is assumed.\n"
3361" \n"
3362" Options:\n"
3363" -s sig\tSIG is a signal name\n"
3364" -n sig\tSIG is a signal number\n"
3365" -l\tlist the signal names; if arguments follow ‘-l’ they are\n"
3366" \tassumed to be signal numbers for which names should be listed\n"
3367" \n"
3368" Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3369" instead of process IDs, and allows processes to be killed if the limit\n"
3370" on processes that you can create is reached.\n"
3371" \n"
3372" Exit Status:\n"
3373" Returns success unless an invalid option is given or an error occurs."
3374
3375#: builtins.c:917
3376msgid ""
3377"Evaluate arithmetic expressions.\n"
3378" \n"
3379" Evaluate each ARG as an arithmetic expression. Evaluation is done in\n"
3380" fixed-width integers with no check for overflow, though division by 0\n"
3381" is trapped and flagged as an error. The following list of operators is\n"
3382" grouped into levels of equal-precedence operators. The levels are "
3383"listed\n"
3384" in order of decreasing precedence.\n"
95732b49
JA
3385" \n"
3386" \tid++, id--\tvariable post-increment, post-decrement\n"
3387" \t++id, --id\tvariable pre-increment, pre-decrement\n"
3388" \t-, +\t\tunary minus, plus\n"
3389" \t!, ~\t\tlogical and bitwise negation\n"
3390" \t**\t\texponentiation\n"
3391" \t*, /, %\t\tmultiplication, division, remainder\n"
3392" \t+, -\t\taddition, subtraction\n"
3393" \t<<, >>\t\tleft and right bitwise shifts\n"
3394" \t<=, >=, <, >\tcomparison\n"
3395" \t==, !=\t\tequality, inequality\n"
3396" \t&\t\tbitwise AND\n"
3397" \t^\t\tbitwise XOR\n"
3398" \t|\t\tbitwise OR\n"
3399" \t&&\t\tlogical AND\n"
3400" \t||\t\tlogical OR\n"
3401" \texpr ? expr : expr\n"
3402" \t\t\tconditional operator\n"
3403" \t=, *=, /=, %=,\n"
3404" \t+=, -=, <<=, >>=,\n"
3405" \t&=, ^=, |=\tassignment\n"
3406" \n"
3407" Shell variables are allowed as operands. The name of the variable\n"
3408" is replaced by its value (coerced to a fixed-width integer) within\n"
3409" an expression. The variable need not have its integer attribute\n"
3410" turned on to be used in an expression.\n"
3411" \n"
3412" Operators are evaluated in order of precedence. Sub-expressions in\n"
3413" parentheses are evaluated first and may override the precedence\n"
3414" rules above.\n"
3415" \n"
3185942a
JA
3416" Exit Status:\n"
3417" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.."
95732b49 3418msgstr ""
3185942a
JA
3419"Evaluate arithmetic expressions.\n"
3420" \n"
3421" Evaluate each ARG as an arithmetic expression. Evaluation is done in\n"
3422" fixed-width integers with no check for overflow, though division by 0\n"
3423" is trapped and flagged as an error. The following list of operators is\n"
3424" grouped into levels of equal-precedence operators. The levels are "
3425"listed\n"
3426" in order of decreasing precedence.\n"
95732b49
JA
3427" \n"
3428" \tid++, id--\tvariable post-increment, post-decrement\n"
3429" \t++id, --id\tvariable pre-increment, pre-decrement\n"
3430" \t-, +\t\tunary minus, plus\n"
3431" \t!, ~\t\tlogical and bitwise negation\n"
3432" \t**\t\texponentiation\n"
3433" \t*, /, %\t\tmultiplication, division, remainder\n"
3434" \t+, -\t\taddition, subtraction\n"
3435" \t<<, >>\t\tleft and right bitwise shifts\n"
3436" \t<=, >=, <, >\tcomparison\n"
3437" \t==, !=\t\tequality, inequality\n"
3438" \t&\t\tbitwise AND\n"
3439" \t^\t\tbitwise XOR\n"
3440" \t|\t\tbitwise OR\n"
3441" \t&&\t\tlogical AND\n"
3442" \t||\t\tlogical OR\n"
3443" \texpr ? expr : expr\n"
3444" \t\t\tconditional operator\n"
3445" \t=, *=, /=, %=,\n"
3446" \t+=, -=, <<=, >>=,\n"
3447" \t&=, ^=, |=\tassignment\n"
3448" \n"
3449" Shell variables are allowed as operands. The name of the variable\n"
3450" is replaced by its value (coerced to a fixed-width integer) within\n"
3451" an expression. The variable need not have its integer attribute\n"
3452" turned on to be used in an expression.\n"
3453" \n"
3454" Operators are evaluated in order of precedence. Sub-expressions in\n"
3455" parentheses are evaluated first and may override the precedence\n"
3456" rules above.\n"
3457" \n"
3185942a
JA
3458" Exit Status:\n"
3459" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.."
b80f6443 3460
3185942a 3461#: builtins.c:962
95732b49 3462msgid ""
3185942a
JA
3463"Read a line from the standard input and split it into fields.\n"
3464" \n"
3465" Reads a single line from the standard input, or from file descriptor FD\n"
3466" if the -u option is supplied. The line is split into fields as with "
3467"word\n"
3468" splitting, and the first word is assigned to the first NAME, the second\n"
3469" word to the second NAME, and so on, with any leftover words assigned to\n"
3470" the last NAME. Only the characters found in $IFS are recognized as "
95732b49 3471"word\n"
3185942a
JA
3472" delimiters.\n"
3473" \n"
3474" If no NAMEs are supplied, the line read is stored in the REPLY "
3475"variable.\n"
3476" \n"
3477" Options:\n"
3478" -a array\tassign the words read to sequential indices of the array\n"
3479" \t\tvariable ARRAY, starting at zero\n"
3480" -d delim\tcontinue until the first character of DELIM is read, rather\n"
3481" \t\tthan newline\n"
3482" -e\t\tuse Readline to obtain the line in an interactive shell\n"
3483" -i text\tUse TEXT as the initial text for Readline\n"
3484" -n nchars\treturn after reading NCHARS characters rather than waiting\n"
3485" \t\tfor a newline\n"
3486" -p prompt\toutput the string PROMPT without a trailing newline before\n"
3487" \t\tattempting to read\n"
3488" -r\t\tdo not allow backslashes to escape any characters\n"
3489" -s\t\tdo not echo input coming from a terminal\n"
3490" -t timeout\ttime out and return failure if a complete line of input "
95732b49 3491"is\n"
3185942a
JA
3492" \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n"
3493" \t\tvariable is the default timeout. TIMEOUT may be a\n"
3494" \t\tfractional number. If TIMEOUT is 0, read returns success only\n"
3495" \t\tif input is available on the specified file descriptor. The\n"
3496" \t\texit status is greater than 128 if the timeout is exceeded\n"
3497" -u fd\t\tread from file descriptor FD instead of the standard input\n"
95732b49 3498" \n"
3185942a
JA
3499" Exit Status:\n"
3500" The return code is zero, unless end-of-file is encountered, read times "
3501"out,\n"
3502" or an invalid file descriptor is supplied as the argument to -u."
95732b49 3503msgstr ""
3185942a
JA
3504"Read a line from the standard input and split it into fields.\n"
3505" \n"
3506" Reads a single line from the standard input, or from file descriptor FD\n"
3507" if the -u option is supplied. The line is split into fields as with "
95732b49 3508"word\n"
3185942a
JA
3509" splitting, and the first word is assigned to the first NAME, the second\n"
3510" word to the second NAME, and so on, with any leftover words assigned to\n"
3511" the last NAME. Only the characters found in $IFS are recognized as "
3512"word\n"
3513" delimiters.\n"
3514" \n"
3515" If no NAMEs are supplied, the line read is stored in the REPLY "
3516"variable.\n"
3517" \n"
3518" Options:\n"
3519" -a array\tassign the words read to sequential indices of the array\n"
3520" \t\tvariable ARRAY, starting at zero\n"
3521" -d delim\tcontinue until the first character of DELIM is read, rather\n"
3522" \t\tthan newline\n"
3523" -e\t\tuse Readline to obtain the line in an interactive shell\n"
3524" -i text\tUse TEXT as the initial text for Readline\n"
3525" -n nchars\treturn after reading NCHARS characters rather than waiting\n"
3526" \t\tfor a newline\n"
3527" -p prompt\toutput the string PROMPT without a trailing newline before\n"
3528" \t\tattempting to read\n"
3529" -r\t\tdo not allow backslashes to escape any characters\n"
3530" -s\t\tdo not echo input coming from a terminal\n"
3531" -t timeout\ttime out and return failure if a complete line of input "
95732b49 3532"is\n"
3185942a
JA
3533" \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n"
3534" \t\tvariable is the default timeout. TIMEOUT may be a\n"
3535" \t\tfractional number. If TIMEOUT is 0, read returns success only\n"
3536" \t\tif input is available on the specified file descriptor. The\n"
3537" \t\texit status is greater than 128 if the timeout is exceeded\n"
3538" -u fd\t\tread from file descriptor FD instead of the standard input\n"
3539" \n"
3540" Exit Status:\n"
3541" The return code is zero, unless end-of-file is encountered, read times "
3542"out,\n"
3543" or an invalid file descriptor is supplied as the argument to -u."
3544
3545#: builtins.c:1002
3546msgid ""
3547"Return from a shell function.\n"
3548" \n"
3549" Causes a function or sourced script to exit with the return value\n"
3550" specified by N. If N is omitted, the return status is that of the\n"
3551" last command executed within the function or script.\n"
3552" \n"
3553" Exit Status:\n"
3554" Returns N, or failure if the shell is not executing a function or script."
3555msgstr ""
3556"Return from a shell function.\n"
3557" \n"
3558" Causes a function or sourced script to exit with the return value\n"
3559" specified by N. If N is omitted, the return status is that of the\n"
3560" last command executed within the function or script.\n"
3561" \n"
3562" Exit Status:\n"
3563" Returns N, or failure if the shell is not executing a function or script."
3564
3565#: builtins.c:1015
3566msgid ""
3567"Set or unset values of shell options and positional parameters.\n"
3568" \n"
3569" Change the value of shell attributes and positional parameters, or\n"
3570" display the names and values of shell variables.\n"
3571" \n"
3572" Options:\n"
3573" -a Mark variables which are modified or created for export.\n"
3574" -b Notify of job termination immediately.\n"
3575" -e Exit immediately if a command exits with a non-zero status.\n"
3576" -f Disable file name generation (globbing).\n"
3577" -h Remember the location of commands as they are looked up.\n"
3578" -k All assignment arguments are placed in the environment for a\n"
3579" command, not just those that precede the command name.\n"
3580" -m Job control is enabled.\n"
3581" -n Read commands but do not execute them.\n"
3582" -o option-name\n"
3583" Set the variable corresponding to option-name:\n"
3584" allexport same as -a\n"
3585" braceexpand same as -B\n"
3586" emacs use an emacs-style line editing interface\n"
3587" errexit same as -e\n"
3588" errtrace same as -E\n"
3589" functrace same as -T\n"
3590" hashall same as -h\n"
3591" histexpand same as -H\n"
3592" history enable command history\n"
3593" ignoreeof the shell will not exit upon reading EOF\n"
3594" interactive-comments\n"
3595" allow comments to appear in interactive commands\n"
3596" keyword same as -k\n"
3597" monitor same as -m\n"
3598" noclobber same as -C\n"
3599" noexec same as -n\n"
3600" noglob same as -f\n"
3601" nolog currently accepted but ignored\n"
3602" notify same as -b\n"
3603" nounset same as -u\n"
3604" onecmd same as -t\n"
3605" physical same as -P\n"
3606" pipefail the return value of a pipeline is the status of\n"
3607" the last command to exit with a non-zero status,\n"
3608" or zero if no command exited with a non-zero "
3609"status\n"
3610" posix change the behavior of bash where the default\n"
3611" operation differs from the Posix standard to\n"
3612" match the standard\n"
3613" privileged same as -p\n"
3614" verbose same as -v\n"
3615" vi use a vi-style line editing interface\n"
3616" xtrace same as -x\n"
3617" -p Turned on whenever the real and effective user ids do not match.\n"
3618" Disables processing of the $ENV file and importing of shell\n"
3619" functions. Turning this option off causes the effective uid and\n"
3620" gid to be set to the real uid and gid.\n"
3621" -t Exit after reading and executing one command.\n"
3622" -u Treat unset variables as an error when substituting.\n"
3623" -v Print shell input lines as they are read.\n"
3624" -x Print commands and their arguments as they are executed.\n"
3625" -B the shell will perform brace expansion\n"
3626" -C If set, disallow existing regular files to be overwritten\n"
3627" by redirection of output.\n"
3628" -E If set, the ERR trap is inherited by shell functions.\n"
3629" -H Enable ! style history substitution. This flag is on\n"
3630" by default when the shell is interactive.\n"
3631" -P If set, do not follow symbolic links when executing commands\n"
3632" such as cd which change the current directory.\n"
3633" -T If set, the DEBUG trap is inherited by shell functions.\n"
3634" - Assign any remaining arguments to the positional parameters.\n"
3635" The -x and -v options are turned off.\n"
3636" \n"
3637" Using + rather than - causes these flags to be turned off. The\n"
3638" flags can also be used upon invocation of the shell. The current\n"
3639" set of flags may be found in $-. The remaining n ARGs are positional\n"
3640" parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
3641" ARGs are given, all shell variables are printed.\n"
3642" \n"
3643" Exit Status:\n"
3644" Returns success unless an invalid option is given."
3645msgstr ""
3646"Set or unset values of shell options and positional parameters.\n"
3647" \n"
3648" Change the value of shell attributes and positional parameters, or\n"
3649" display the names and values of shell variables.\n"
3650" \n"
3651" Options:\n"
3652" -a Mark variables which are modified or created for export.\n"
3653" -b Notify of job termination immediately.\n"
3654" -e Exit immediately if a command exits with a non-zero status.\n"
3655" -f Disable file name generation (globbing).\n"
3656" -h Remember the location of commands as they are looked up.\n"
3657" -k All assignment arguments are placed in the environment for a\n"
3658" command, not just those that precede the command name.\n"
3659" -m Job control is enabled.\n"
3660" -n Read commands but do not execute them.\n"
3661" -o option-name\n"
3662" Set the variable corresponding to option-name:\n"
3663" allexport same as -a\n"
3664" braceexpand same as -B\n"
3665" emacs use an emacs-style line editing interface\n"
3666" errexit same as -e\n"
3667" errtrace same as -E\n"
3668" functrace same as -T\n"
3669" hashall same as -h\n"
3670" histexpand same as -H\n"
3671" history enable command history\n"
3672" ignoreeof the shell will not exit upon reading EOF\n"
3673" interactive-comments\n"
3674" allow comments to appear in interactive commands\n"
3675" keyword same as -k\n"
3676" monitor same as -m\n"
3677" noclobber same as -C\n"
3678" noexec same as -n\n"
3679" noglob same as -f\n"
3680" nolog currently accepted but ignored\n"
3681" notify same as -b\n"
3682" nounset same as -u\n"
3683" onecmd same as -t\n"
3684" physical same as -P\n"
3685" pipefail the return value of a pipeline is the status of\n"
3686" the last command to exit with a non-zero status,\n"
3687" or zero if no command exited with a non-zero "
3688"status\n"
3689" posix change the behavior of bash where the default\n"
3690" operation differs from the Posix standard to\n"
3691" match the standard\n"
3692" privileged same as -p\n"
3693" verbose same as -v\n"
3694" vi use a vi-style line editing interface\n"
3695" xtrace same as -x\n"
3696" -p Turned on whenever the real and effective user ids do not match.\n"
3697" Disables processing of the $ENV file and importing of shell\n"
3698" functions. Turning this option off causes the effective uid and\n"
3699" gid to be set to the real uid and gid.\n"
3700" -t Exit after reading and executing one command.\n"
3701" -u Treat unset variables as an error when substituting.\n"
3702" -v Print shell input lines as they are read.\n"
3703" -x Print commands and their arguments as they are executed.\n"
3704" -B the shell will perform brace expansion\n"
3705" -C If set, disallow existing regular files to be overwritten\n"
3706" by redirection of output.\n"
3707" -E If set, the ERR trap is inherited by shell functions.\n"
3708" -H Enable ! style history substitution. This flag is on\n"
3709" by default when the shell is interactive.\n"
3710" -P If set, do not follow symbolic links when executing commands\n"
3711" such as cd which change the current directory.\n"
3712" -T If set, the DEBUG trap is inherited by shell functions.\n"
3713" - Assign any remaining arguments to the positional parameters.\n"
3714" The -x and -v options are turned off.\n"
3715" \n"
3716" Using + rather than - causes these flags to be turned off. The\n"
3717" flags can also be used upon invocation of the shell. The current\n"
3718" set of flags may be found in $-. The remaining n ARGs are positional\n"
3719" parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
3720" ARGs are given, all shell variables are printed.\n"
3721" \n"
3722" Exit Status:\n"
3723" Returns success unless an invalid option is given."
3724
3725#: builtins.c:1097
3726msgid ""
3727"Unset values and attributes of shell variables and functions.\n"
3728" \n"
3729" For each NAME, remove the corresponding variable or function.\n"
3730" \n"
3731" Options:\n"
3732" -f\ttreat each NAME as a shell function\n"
3733" -v\ttreat each NAME as a shell variable\n"
3734" \n"
3735" Without options, unset first tries to unset a variable, and if that "
3736"fails,\n"
3737" tries to unset a function.\n"
3738" \n"
3739" Some variables cannot be unset; also see `readonly'.\n"
3740" \n"
3741" Exit Status:\n"
3742" Returns success unless an invalid option is given or a NAME is read-only."
3743msgstr ""
3744"Unset values and attributes of shell variables and functions.\n"
3745" \n"
3746" For each NAME, remove the corresponding variable or function.\n"
3747" \n"
3748" Options:\n"
3749" -f\ttreat each NAME as a shell function\n"
3750" -v\ttreat each NAME as a shell variable\n"
3751" \n"
3752" Without options, unset first tries to unset a variable, and if that "
3753"fails,\n"
3754" tries to unset a function.\n"
3755" \n"
3756" Some variables cannot be unset; also see ‘readonly’.\n"
3757" \n"
3758" Exit Status:\n"
3759" Returns success unless an invalid option is given or a NAME is read-only."
3760
3761#: builtins.c:1117
3762msgid ""
3763"Set export attribute for shell variables.\n"
3764" \n"
3765" Marks each NAME for automatic export to the environment of subsequently\n"
3766" executed commands. If VALUE is supplied, assign VALUE before "
3767"exporting.\n"
3768" \n"
3769" Options:\n"
3770" -f\trefer to shell functions\n"
3771" -n\tremove the export property from each NAME\n"
3772" -p\tdisplay a list of all exported variables and functions\n"
3773" \n"
3774" An argument of `--' disables further option processing.\n"
3775" \n"
3776" Exit Status:\n"
3777" Returns success unless an invalid option is given or NAME is invalid."
3778msgstr ""
3779"Set export attribute for shell variables.\n"
3780" \n"
3781" Marks each NAME for automatic export to the environment of subsequently\n"
3782" executed commands. If VALUE is supplied, assign VALUE before "
3783"exporting.\n"
3784" \n"
3785" Options:\n"
3786" -f\trefer to shell functions\n"
3787" -n\tremove the export property from each NAME\n"
3788" -p\tdisplay a list of all exported variables and functions\n"
3789" \n"
3790" An argument of ‘--’ disables further option processing.\n"
3791" \n"
3792" Exit Status:\n"
3793" Returns success unless an invalid option is given or NAME is invalid."
3794
3795#: builtins.c:1136
3796msgid ""
3797"Mark shell variables as unchangeable.\n"
3798" \n"
3799" Mark each NAME as read-only; the values of these NAMEs may not be\n"
3800" changed by subsequent assignment. If VALUE is supplied, assign VALUE\n"
3801" before marking as read-only.\n"
3802" \n"
3803" Options:\n"
3804" -a\trefer to indexed array variables\n"
3805" -A\trefer to associative array variables\n"
3806" -f\trefer to shell functions\n"
3807" -p\tdisplay a list of all readonly variables and functions\n"
3808" \n"
3809" An argument of `--' disables further option processing.\n"
3810" \n"
3811" Exit Status:\n"
3812" Returns success unless an invalid option is given or NAME is invalid."
3813msgstr ""
3814"Mark shell variables as unchangeable.\n"
3815" \n"
3816" Mark each NAME as read-only; the values of these NAMEs may not be\n"
3817" changed by subsequent assignment. If VALUE is supplied, assign VALUE\n"
3818" before marking as read-only.\n"
3819" \n"
3820" Options:\n"
3821" -a\trefer to indexed array variables\n"
3822" -A\trefer to associative array variables\n"
3823" -f\trefer to shell functions\n"
3824" -p\tdisplay a list of all readonly variables and functions\n"
3825" \n"
3826" An argument of ‘--’ disables further option processing.\n"
3827" \n"
3828" Exit Status:\n"
3829" Returns success unless an invalid option is given or NAME is invalid."
3830
3831#: builtins.c:1157
3832msgid ""
3833"Shift positional parameters.\n"
3834" \n"
3835" Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n"
3836" not given, it is assumed to be 1.\n"
3837" \n"
3838" Exit Status:\n"
3839" Returns success unless N is negative or greater than $#."
3840msgstr ""
3841"Shift positional parameters.\n"
3842" \n"
3843" Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n"
3844" not given, it is assumed to be 1.\n"
3845" \n"
3846" Exit Status:\n"
3847" Returns success unless N is negative or greater than $#."
3848
3849#: builtins.c:1169 builtins.c:1184
3850msgid ""
3851"Execute commands from a file in the current shell.\n"
3852" \n"
3853" Read and execute commands from FILENAME in the current shell. The\n"
3854" entries in $PATH are used to find the directory containing FILENAME.\n"
3855" If any ARGUMENTS are supplied, they become the positional parameters\n"
3856" when FILENAME is executed.\n"
3857" \n"
3858" Exit Status:\n"
3859" Returns the status of the last command executed in FILENAME; fails if\n"
3860" FILENAME cannot be read."
3861msgstr ""
3862"Execute commands from a file in the current shell.\n"
95732b49 3863" \n"
3185942a
JA
3864" Read and execute commands from FILENAME in the current shell. The\n"
3865" entries in $PATH are used to find the directory containing FILENAME.\n"
3866" If any ARGUMENTS are supplied, they become the positional parameters\n"
3867" when FILENAME is executed.\n"
3868" \n"
3869" Exit Status:\n"
3870" Returns the status of the last command executed in FILENAME; fails if\n"
3871" FILENAME cannot be read."
b80f6443 3872
3185942a 3873#: builtins.c:1200
95732b49 3874msgid ""
3185942a
JA
3875"Suspend shell execution.\n"
3876" \n"
3877" Suspend the execution of this shell until it receives a SIGCONT signal.\n"
3878" Unless forced, login shells cannot be suspended.\n"
3879" \n"
3880" Options:\n"
3881" -f\tforce the suspend, even if the shell is a login shell\n"
3882" \n"
3883" Exit Status:\n"
3884" Returns success unless job control is not enabled or an error occurs."
95732b49 3885msgstr ""
3185942a
JA
3886"Suspend shell execution.\n"
3887" \n"
3888" Suspend the execution of this shell until it receives a SIGCONT signal.\n"
3889" Unless forced, login shells cannot be suspended.\n"
3890" \n"
3891" Options:\n"
3892" -f\tforce the suspend, even if the shell is a login shell\n"
3893" \n"
3894" Exit Status:\n"
3895" Returns success unless job control is not enabled or an error occurs."
b80f6443 3896
3185942a 3897#: builtins.c:1216
95732b49 3898msgid ""
3185942a 3899"Evaluate conditional expression.\n"
95732b49 3900" \n"
3185942a 3901" Exits with a status of 0 (true) or 1 (false) depending on\n"
95732b49
JA
3902" the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
3903" expressions are often used to examine the status of a file. There\n"
3904" are string operators as well, and numeric comparison operators.\n"
3905" \n"
3906" File operators:\n"
3907" \n"
3185942a
JA
3908" -a FILE True if file exists.\n"
3909" -b FILE True if file is block special.\n"
3910" -c FILE True if file is character special.\n"
3911" -d FILE True if file is a directory.\n"
3912" -e FILE True if file exists.\n"
3913" -f FILE True if file exists and is a regular file.\n"
3914" -g FILE True if file is set-group-id.\n"
3915" -h FILE True if file is a symbolic link.\n"
3916" -L FILE True if file is a symbolic link.\n"
3917" -k FILE True if file has its `sticky' bit set.\n"
3918" -p FILE True if file is a named pipe.\n"
3919" -r FILE True if file is readable by you.\n"
3920" -s FILE True if file exists and is not empty.\n"
3921" -S FILE True if file is a socket.\n"
3922" -t FD True if FD is opened on a terminal.\n"
3923" -u FILE True if the file is set-user-id.\n"
3924" -w FILE True if the file is writable by you.\n"
3925" -x FILE True if the file is executable by you.\n"
3926" -O FILE True if the file is effectively owned by you.\n"
3927" -G FILE True if the file is effectively owned by your group.\n"
3928" -N FILE True if the file has been modified since it was last "
95732b49
JA
3929"read.\n"
3930" \n"
3931" FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
3932" modification date).\n"
3933" \n"
3934" FILE1 -ot FILE2 True if file1 is older than file2.\n"
3935" \n"
3936" FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
3937" \n"
3938" String operators:\n"
3939" \n"
3185942a 3940" -z STRING True if string is empty.\n"
95732b49 3941" \n"
3185942a
JA
3942" -n STRING\n"
3943" STRING True if string is not empty.\n"
95732b49 3944" \n"
3185942a
JA
3945" STRING1 = STRING2\n"
3946" True if the strings are equal.\n"
3947" STRING1 != STRING2\n"
3948" True if the strings are not equal.\n"
3949" STRING1 < STRING2\n"
3950" True if STRING1 sorts before STRING2 "
95732b49 3951"lexicographically.\n"
3185942a
JA
3952" STRING1 > STRING2\n"
3953" True if STRING1 sorts after STRING2 lexicographically.\n"
95732b49
JA
3954" \n"
3955" Other operators:\n"
3956" \n"
3185942a
JA
3957" -o OPTION True if the shell option OPTION is enabled.\n"
3958" ! EXPR True if expr is false.\n"
3959" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
3960" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
95732b49 3961" \n"
3185942a
JA
3962" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
3963" -lt, -le, -gt, or -ge.\n"
95732b49
JA
3964" \n"
3965" Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
3966" less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3185942a
JA
3967" than ARG2.\n"
3968" \n"
3969" Exit Status:\n"
3970" Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
3971" false or an invalid argument is given."
95732b49 3972msgstr ""
3185942a
JA
3973"Evaluate conditional expression.\n"
3974" \n"
3975" Exits with a status of 0 (true) or 1 (false) depending on\n"
95732b49
JA
3976" the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
3977" expressions are often used to examine the status of a file. There\n"
3978" are string operators as well, and numeric comparison operators.\n"
3979" \n"
3980" File operators:\n"
3981" \n"
3185942a
JA
3982" -a FILE True if file exists.\n"
3983" -b FILE True if file is block special.\n"
3984" -c FILE True if file is character special.\n"
3985" -d FILE True if file is a directory.\n"
3986" -e FILE True if file exists.\n"
3987" -f FILE True if file exists and is a regular file.\n"
3988" -g FILE True if file is set-group-id.\n"
3989" -h FILE True if file is a symbolic link.\n"
3990" -L FILE True if file is a symbolic link.\n"
3991" -k FILE True if file has its ‘sticky’ bit set.\n"
3992" -p FILE True if file is a named pipe.\n"
3993" -r FILE True if file is readable by you.\n"
3994" -s FILE True if file exists and is not empty.\n"
3995" -S FILE True if file is a socket.\n"
3996" -t FD True if FD is opened on a terminal.\n"
3997" -u FILE True if the file is set-user-id.\n"
3998" -w FILE True if the file is writable by you.\n"
3999" -x FILE True if the file is executable by you.\n"
4000" -O FILE True if the file is effectively owned by you.\n"
4001" -G FILE True if the file is effectively owned by your group.\n"
4002" -N FILE True if the file has been modified since it was last "
95732b49
JA
4003"read.\n"
4004" \n"
4005" FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
4006" modification date).\n"
4007" \n"
4008" FILE1 -ot FILE2 True if file1 is older than file2.\n"
4009" \n"
4010" FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
4011" \n"
4012" String operators:\n"
4013" \n"
3185942a 4014" -z STRING True if string is empty.\n"
95732b49 4015" \n"
3185942a
JA
4016" -n STRING\n"
4017" STRING True if string is not empty.\n"
95732b49 4018" \n"
3185942a
JA
4019" STRING1 = STRING2\n"
4020" True if the strings are equal.\n"
4021" STRING1 != STRING2\n"
4022" True if the strings are not equal.\n"
4023" STRING1 < STRING2\n"
4024" True if STRING1 sorts before STRING2 "
95732b49 4025"lexicographically.\n"
3185942a
JA
4026" STRING1 > STRING2\n"
4027" True if STRING1 sorts after STRING2 lexicographically.\n"
95732b49
JA
4028" \n"
4029" Other operators:\n"
4030" \n"
3185942a
JA
4031" -o OPTION True if the shell option OPTION is enabled.\n"
4032" ! EXPR True if expr is false.\n"
4033" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
4034" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
95732b49 4035" \n"
3185942a
JA
4036" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
4037" -lt, -le, -gt, or -ge.\n"
95732b49
JA
4038" \n"
4039" Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
4040" less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3185942a
JA
4041" than ARG2.\n"
4042" \n"
4043" Exit Status:\n"
4044" Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
4045" false or an invalid argument is given."
b80f6443 4046
3185942a 4047#: builtins.c:1292
95732b49 4048msgid ""
3185942a
JA
4049"Evaluate conditional expression.\n"
4050" \n"
4051" This is a synonym for the \"test\" builtin, but the last argument must\n"
4052" be a literal `]', to match the opening `['."
95732b49 4053msgstr ""
3185942a
JA
4054"Evaluate conditional expression.\n"
4055" \n"
4056" This is a synonym for the “test” builtin, but the last argument must\n"
4057" be a literal ‘]’, to match the opening ‘[’."
95732b49 4058
3185942a 4059#: builtins.c:1301
95732b49 4060msgid ""
3185942a
JA
4061"Display process times.\n"
4062" \n"
4063" Prints the accumulated user and system times for the shell and all of "
4064"its\n"
4065" child processes.\n"
4066" \n"
4067" Exit Status:\n"
4068" Always succeeds."
95732b49 4069msgstr ""
3185942a
JA
4070"Display process times.\n"
4071" \n"
4072" Prints the accumulated user and system times for the shell and all of "
4073"its\n"
4074" child processes.\n"
4075" \n"
4076" Exit Status:\n"
4077" Always succeeds."
95732b49 4078
3185942a 4079#: builtins.c:1313
95732b49 4080msgid ""
3185942a
JA
4081"Trap signals and other events.\n"
4082" \n"
4083" Defines and activates handlers to be run when the shell receives "
4084"signals\n"
4085" or other conditions.\n"
4086" \n"
4087" ARG is a command to be read and executed when the shell receives the\n"
95732b49
JA
4088" signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
4089" is supplied) or `-', each specified signal is reset to its original\n"
4090" value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3185942a
JA
4091" shell and by the commands it invokes.\n"
4092" \n"
4093" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. "
4094"If\n"
4095" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n"
4096" \n"
4097" If no arguments are supplied, trap prints the list of commands "
4098"associated\n"
4099" with each signal.\n"
4100" \n"
4101" Options:\n"
4102" -l\tprint a list of signal names and their corresponding numbers\n"
4103" -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
4104" \n"
4105" Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
4106"number.\n"
4107" Signal names are case insensitive and the SIG prefix is optional. A\n"
4108" signal may be sent to the shell with \"kill -signal $$\".\n"
4109" \n"
4110" Exit Status:\n"
4111" Returns success unless a SIGSPEC is invalid or an invalid option is "
4112"given."
4113msgstr ""
4114"Trap signals and other events.\n"
4115" \n"
4116" Defines and activates handlers to be run when the shell receives "
4117"signals\n"
4118" or other conditions.\n"
4119" \n"
4120" ARG is a command to be read and executed when the shell receives the\n"
95732b49
JA
4121" signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
4122" is supplied) or ‘-’, each specified signal is reset to its original\n"
4123" value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3185942a
JA
4124" shell and by the commands it invokes.\n"
4125" \n"
4126" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. "
4127"If\n"
4128" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n"
4129" \n"
4130" If no arguments are supplied, trap prints the list of commands "
4131"associated\n"
4132" with each signal.\n"
95732b49 4133" \n"
3185942a
JA
4134" Options:\n"
4135" -l\tprint a list of signal names and their corresponding numbers\n"
4136" -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
95732b49 4137" \n"
3185942a
JA
4138" Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
4139"number.\n"
4140" Signal names are case insensitive and the SIG prefix is optional. A\n"
4141" signal may be sent to the shell with “kill -signal $$”.\n"
95732b49 4142" \n"
3185942a
JA
4143" Exit Status:\n"
4144" Returns success unless a SIGSPEC is invalid or an invalid option is "
4145"given."
4146
4147#: builtins.c:1345
4148msgid ""
4149"Display information about command type.\n"
4150" \n"
4151" For each NAME, indicate how it would be interpreted if used as a\n"
4152" command name.\n"
95732b49 4153" \n"
3185942a
JA
4154" Options:\n"
4155" -a\tdisplay all locations containing an executable named NAME;\n"
4156" \tincludes aliases, builtins, and functions, if and only if\n"
4157" \tthe `-p' option is not also used\n"
4158" -f\tsuppress shell function lookup\n"
4159" -P\tforce a PATH search for each NAME, even if it is an alias,\n"
4160" \tbuiltin, or function, and returns the name of the disk file\n"
4161" \tthat would be executed\n"
4162" -p\treturns either the name of the disk file that would be executed,\n"
4163" \tor nothing if `type -t NAME' would not return `file'.\n"
4164" -t\toutput a single word which is one of `alias', `keyword',\n"
4165" \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
4166" \treserved word, shell function, shell builtin, disk file, or not\n"
4167" \tfound, respectively\n"
95732b49 4168" \n"
3185942a
JA
4169" Arguments:\n"
4170" NAME\tCommand name to be interpreted.\n"
4171" \n"
4172" Exit Status:\n"
4173" Returns success if all of the NAMEs are found; fails if any are not "
4174"found."
95732b49 4175msgstr ""
3185942a
JA
4176"Display information about command type.\n"
4177" \n"
4178" For each NAME, indicate how it would be interpreted if used as a\n"
95732b49
JA
4179" command name.\n"
4180" \n"
3185942a
JA
4181" Options:\n"
4182" -a\tdisplay all locations containing an executable named NAME;\n"
4183" \tincludes aliases, builtins, and functions, if and only if\n"
4184" \tthe ‘-p’ option is not also used\n"
4185" -f\tsuppress shell function lookup\n"
4186" -P\tforce a PATH search for each NAME, even if it is an alias,\n"
4187" \tbuiltin, or function, and returns the name of the disk file\n"
4188" \tthat would be executed\n"
4189" -p\treturns either the name of the disk file that would be executed,\n"
4190" \tor nothing if ‘type -t NAME’ would not return ‘file’.\n"
4191" -t\toutput a single word which is one of ‘alias’, ‘keyword’,\n"
4192" \t‘function’, ‘builtin’, ‘file’ or ‘’, if NAME is an alias, shell\n"
4193" \treserved word, shell function, shell builtin, disk file, or not\n"
4194" \tfound, respectively\n"
4195" \n"
4196" Arguments:\n"
4197" NAME\tCommand name to be interpreted.\n"
4198" \n"
4199" Exit Status:\n"
4200" Returns success if all of the NAMEs are found; fails if any are not "
4201"found."
4202
4203#: builtins.c:1376
4204msgid ""
4205"Modify shell resource limits.\n"
4206" \n"
4207" Provides control over the resources available to the shell and "
4208"processes\n"
4209" it creates, on systems that allow such control.\n"
4210" \n"
4211" Options:\n"
4212" -S\tuse the `soft' resource limit\n"
4213" -H\tuse the `hard' resource limit\n"
4214" -a\tall current limits are reported\n"
4215" -b\tthe socket buffer size\n"
4216" -c\tthe maximum size of core files created\n"
4217" -d\tthe maximum size of a process's data segment\n"
4218" -e\tthe maximum scheduling priority (`nice')\n"
4219" -f\tthe maximum size of files written by the shell and its children\n"
4220" -i\tthe maximum number of pending signals\n"
4221" -l\tthe maximum size a process may lock into memory\n"
4222" -m\tthe maximum resident set size\n"
4223" -n\tthe maximum number of open file descriptors\n"
4224" -p\tthe pipe buffer size\n"
4225" -q\tthe maximum number of bytes in POSIX message queues\n"
4226" -r\tthe maximum real-time scheduling priority\n"
4227" -s\tthe maximum stack size\n"
4228" -t\tthe maximum amount of cpu time in seconds\n"
4229" -u\tthe maximum number of user processes\n"
4230" -v\tthe size of virtual memory\n"
4231" -x\tthe maximum number of file locks\n"
4232" \n"
4233" If LIMIT is given, it is the new value of the specified resource; the\n"
4234" special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
4235" current soft limit, the current hard limit, and no limit, respectively.\n"
4236" Otherwise, the current value of the specified resource is printed. If\n"
4237" no option is given, then -f is assumed.\n"
4238" \n"
4239" Values are in 1024-byte increments, except for -t, which is in seconds,\n"
4240" -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
4241" number of processes.\n"
4242" \n"
4243" Exit Status:\n"
4244" Returns success unless an invalid option is supplied or an error occurs."
4245msgstr ""
4246"Modify shell resource limits.\n"
4247" \n"
4248" Provides control over the resources available to the shell and "
4249"processes\n"
4250" it creates, on systems that allow such control.\n"
4251" \n"
4252" Options:\n"
4253" -S\tuse the ‘soft’ resource limit\n"
4254" -H\tuse the ‘hard’ resource limit\n"
4255" -a\tall current limits are reported\n"
4256" -b\tthe socket buffer size\n"
4257" -c\tthe maximum size of core files created\n"
4258" -d\tthe maximum size of a process's data segment\n"
4259" -e\tthe maximum scheduling priority (‘nice’)\n"
4260" -f\tthe maximum size of files written by the shell and its children\n"
4261" -i\tthe maximum number of pending signals\n"
4262" -l\tthe maximum size a process may lock into memory\n"
4263" -m\tthe maximum resident set size\n"
4264" -n\tthe maximum number of open file descriptors\n"
4265" -p\tthe pipe buffer size\n"
4266" -q\tthe maximum number of bytes in POSIX message queues\n"
4267" -r\tthe maximum real-time scheduling priority\n"
4268" -s\tthe maximum stack size\n"
4269" -t\tthe maximum amount of cpu time in seconds\n"
4270" -u\tthe maximum number of user processes\n"
4271" -v\tthe size of virtual memory\n"
4272" -x\tthe maximum number of file locks\n"
4273" \n"
4274" If LIMIT is given, it is the new value of the specified resource; the\n"
4275" special LIMIT values ‘soft’, ‘hard’, and ‘unlimited’ stand for the\n"
4276" current soft limit, the current hard limit, and no limit, respectively.\n"
4277" Otherwise, the current value of the specified resource is printed. If\n"
4278" no option is given, then -f is assumed.\n"
4279" \n"
4280" Values are in 1024-byte increments, except for -t, which is in seconds,\n"
4281" -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
4282" number of processes.\n"
4283" \n"
4284" Exit Status:\n"
4285" Returns success unless an invalid option is supplied or an error occurs."
4286
4287#: builtins.c:1421
4288msgid ""
4289"Display or set file mode mask.\n"
4290" \n"
4291" Sets the user file-creation mask to MODE. If MODE is omitted, prints\n"
4292" the current value of the mask.\n"
4293" \n"
4294" If MODE begins with a digit, it is interpreted as an octal number;\n"
4295" otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
4296" \n"
4297" Options:\n"
4298" -p\tif MODE is omitted, output in a form that may be reused as input\n"
4299" -S\tmakes the output symbolic; otherwise an octal number is output\n"
4300" \n"
4301" Exit Status:\n"
4302" Returns success unless MODE is invalid or an invalid option is given."
4303msgstr ""
4304"Display or set file mode mask.\n"
4305" \n"
4306" Sets the user file-creation mask to MODE. If MODE is omitted, prints\n"
4307" the current value of the mask.\n"
4308" \n"
4309" If MODE begins with a digit, it is interpreted as an octal number;\n"
4310" otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
4311" \n"
4312" Options:\n"
4313" -p\tif MODE is omitted, output in a form that may be reused as input\n"
4314" -S\tmakes the output symbolic; otherwise an octal number is output\n"
4315" \n"
4316" Exit Status:\n"
4317" Returns success unless MODE is invalid or an invalid option is given."
4318
4319#: builtins.c:1441
4320msgid ""
4321"Wait for job completion and return exit status.\n"
4322" \n"
4323" Waits for the process identified by ID, which may be a process ID or a\n"
4324" job specification, and reports its termination status. If ID is not\n"
4325" given, waits for all currently active child processes, and the return\n"
4326" status is zero. If ID is a a job specification, waits for all "
4327"processes\n"
4328" in the job's pipeline.\n"
4329" \n"
4330" Exit Status:\n"
4331" Returns the status of ID; fails if ID is invalid or an invalid option "
4332"is\n"
4333" given."
4334msgstr ""
4335"Wait for job completion and return exit status.\n"
4336" \n"
4337" Waits for the process identified by ID, which may be a process ID or a\n"
4338" job specification, and reports its termination status. If ID is not\n"
4339" given, waits for all currently active child processes, and the return\n"
4340" status is zero. If ID is a a job specification, waits for all "
4341"processes\n"
4342" in the job's pipeline.\n"
4343" \n"
4344" Exit Status:\n"
4345" Returns the status of ID; fails if ID is invalid or an invalid option "
4346"is\n"
4347" given."
4348
4349#: builtins.c:1459
4350msgid ""
4351"Wait for process completion and return exit status.\n"
4352" \n"
4353" Waits for the specified process and reports its termination status. If\n"
4354" PID is not given, all currently active child processes are waited for,\n"
4355" and the return code is zero. PID must be a process ID.\n"
4356" \n"
4357" Exit Status:\n"
4358" Returns the status of ID; fails if ID is invalid or an invalid option "
4359"is\n"
4360" given."
4361msgstr ""
4362"Wait for process completion and return exit status.\n"
4363" \n"
4364" Waits for the specified process and reports its termination status. If\n"
4365" PID is not given, all currently active child processes are waited for,\n"
4366" and the return code is zero. PID must be a process ID.\n"
4367" \n"
4368" Exit Status:\n"
4369" Returns the status of ID; fails if ID is invalid or an invalid option "
4370"is\n"
4371" given."
4372
4373#: builtins.c:1474
4374msgid ""
4375"Execute commands for each member in a list.\n"
4376" \n"
4377" The `for' loop executes a sequence of commands for each member in a\n"
95732b49
JA
4378" list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
4379" assumed. For each element in WORDS, NAME is set to that element, and\n"
3185942a
JA
4380" the COMMANDS are executed.\n"
4381" \n"
4382" Exit Status:\n"
4383" Returns the status of the last command executed."
95732b49 4384msgstr ""
3185942a
JA
4385"Execute commands for each member in a list.\n"
4386" \n"
4387" The ‘for’ loop executes a sequence of commands for each member in a\n"
95732b49
JA
4388" list of items. If ‘in WORDS ...;’ is not present, then ‘in “$@”’ is\n"
4389" assumed. For each element in WORDS, NAME is set to that element, and\n"
3185942a
JA
4390" the COMMANDS are executed.\n"
4391" \n"
4392" Exit Status:\n"
4393" Returns the status of the last command executed."
b80f6443 4394
3185942a 4395#: builtins.c:1488
95732b49 4396msgid ""
3185942a
JA
4397"Arithmetic for loop.\n"
4398" \n"
4399" Equivalent to\n"
95732b49
JA
4400" \t(( EXP1 ))\n"
4401" \twhile (( EXP2 )); do\n"
4402" \t\tCOMMANDS\n"
4403" \t\t(( EXP3 ))\n"
4404" \tdone\n"
4405" EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
3185942a
JA
4406" omitted, it behaves as if it evaluates to 1.\n"
4407" \n"
4408" Exit Status:\n"
4409" Returns the status of the last command executed."
95732b49 4410msgstr ""
3185942a
JA
4411"Arithmetic for loop.\n"
4412" \n"
4413" Equivalent to\n"
95732b49
JA
4414" \t(( EXP1 ))\n"
4415" \twhile (( EXP2 )); do\n"
4416" \t\tCOMMANDS\n"
4417" \t\t(( EXP3 ))\n"
4418" \tdone\n"
4419" EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
3185942a
JA
4420" omitted, it behaves as if it evaluates to 1.\n"
4421" \n"
4422" Exit Status:\n"
4423" Returns the status of the last command executed."
b80f6443 4424
3185942a 4425#: builtins.c:1506
95732b49 4426msgid ""
3185942a
JA
4427"Select words from a list and execute commands.\n"
4428" \n"
4429" The WORDS are expanded, generating a list of words. The\n"
95732b49
JA
4430" set of expanded words is printed on the standard error, each\n"
4431" preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n"
4432" is assumed. The PS3 prompt is then displayed and a line read\n"
4433" from the standard input. If the line consists of the number\n"
4434" corresponding to one of the displayed words, then NAME is set\n"
4435" to that word. If the line is empty, WORDS and the prompt are\n"
4436" redisplayed. If EOF is read, the command completes. Any other\n"
4437" value read causes NAME to be set to null. The line read is saved\n"
4438" in the variable REPLY. COMMANDS are executed after each selection\n"
3185942a
JA
4439" until a break command is executed.\n"
4440" \n"
4441" Exit Status:\n"
4442" Returns the status of the last command executed."
95732b49 4443msgstr ""
3185942a
JA
4444"Select words from a list and execute commands.\n"
4445" \n"
4446" The WORDS are expanded, generating a list of words. The\n"
95732b49
JA
4447" set of expanded words is printed on the standard error, each\n"
4448" preceded by a number. If ‘in WORDS’ is not present, ‘in “$@”’\n"
4449" is assumed. The PS3 prompt is then displayed and a line read\n"
4450" from the standard input. If the line consists of the number\n"
4451" corresponding to one of the displayed words, then NAME is set\n"
4452" to that word. If the line is empty, WORDS and the prompt are\n"
4453" redisplayed. If EOF is read, the command completes. Any other\n"
4454" value read causes NAME to be set to null. The line read is saved\n"
4455" in the variable REPLY. COMMANDS are executed after each selection\n"
3185942a
JA
4456" until a break command is executed.\n"
4457" \n"
4458" Exit Status:\n"
4459" Returns the status of the last command executed."
b80f6443 4460
3185942a 4461#: builtins.c:1527
b80f6443 4462msgid ""
3185942a
JA
4463"Report time consumed by pipeline's execution.\n"
4464" \n"
4465" Execute PIPELINE and print a summary of the real time, user CPU time,\n"
95732b49 4466" and system CPU time spent executing PIPELINE when it terminates.\n"
3185942a
JA
4467" \n"
4468" Options:\n"
4469" -p\tprint the timing summary in the portable Posix format\n"
4470" \n"
4471" The value of the TIMEFORMAT variable is used as the output format.\n"
4472" \n"
4473" Exit Status:\n"
4474" The return status is the return status of PIPELINE."
b80f6443 4475msgstr ""
3185942a
JA
4476"Report time consumed by pipeline's execution.\n"
4477" \n"
4478" Execute PIPELINE and print a summary of the real time, user CPU time,\n"
95732b49 4479" and system CPU time spent executing PIPELINE when it terminates.\n"
3185942a
JA
4480" \n"
4481" Options:\n"
4482" -p\tprint the timing summary in the portable Posix format\n"
4483" \n"
4484" The value of the TIMEFORMAT variable is used as the output format.\n"
4485" \n"
4486" Exit Status:\n"
4487" The return status is the return status of PIPELINE."
b80f6443 4488
3185942a 4489#: builtins.c:1544
b80f6443 4490msgid ""
3185942a
JA
4491"Execute commands based on pattern matching.\n"
4492" \n"
4493" Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
4494" `|' is used to separate multiple patterns.\n"
4495" \n"
4496" Exit Status:\n"
4497" Returns the status of the last command executed."
b80f6443 4498msgstr ""
3185942a
JA
4499"Execute commands based on pattern matching.\n"
4500" \n"
4501" Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
4502" ‘|’ is used to separate multiple patterns.\n"
4503" \n"
4504" Exit Status:\n"
4505" Returns the status of the last command executed."
b80f6443 4506
3185942a 4507#: builtins.c:1556
95732b49 4508msgid ""
3185942a
JA
4509"Execute commands based on conditional.\n"
4510" \n"
4511" The `if COMMANDS' list is executed. If its exit status is zero, then "
4512"the\n"
95732b49
JA
4513" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list "
4514"is\n"
4515" executed in turn, and if its exit status is zero, the corresponding\n"
4516" `then COMMANDS' list is executed and the if command completes. "
4517"Otherwise,\n"
4518" the `else COMMANDS' list is executed, if present. The exit status of "
4519"the\n"
4520" entire construct is the exit status of the last command executed, or "
4521"zero\n"
3185942a
JA
4522" if no condition tested true.\n"
4523" \n"
4524" Exit Status:\n"
4525" Returns the status of the last command executed."
95732b49 4526msgstr ""
3185942a
JA
4527"Execute commands based on conditional.\n"
4528" \n"
4529" The ‘if COMMANDS’ list is executed. If its exit status is zero, then "
4530"the\n"
95732b49
JA
4531" ‘then COMMANDS’ list is executed. Otherwise, each ‘elif COMMANDS’ list "
4532"is\n"
4533" executed in turn, and if its exit status is zero, the corresponding\n"
4534" ‘then COMMANDS’ list is executed and the if command completes. "
4535"Otherwise,\n"
4536" the ‘else COMMANDS’ list is executed, if present. The exit status of "
4537"the\n"
4538" entire construct is the exit status of the last command executed, or "
4539"zero\n"
3185942a
JA
4540" if no condition tested true.\n"
4541" \n"
4542" Exit Status:\n"
4543" Returns the status of the last command executed."
95732b49 4544
3185942a 4545#: builtins.c:1573
95732b49 4546msgid ""
3185942a
JA
4547"Execute commands as long as a test succeeds.\n"
4548" \n"
4549" Expand and execute COMMANDS as long as the final command in the\n"
4550" `while' COMMANDS has an exit status of zero.\n"
4551" \n"
4552" Exit Status:\n"
4553" Returns the status of the last command executed."
95732b49 4554msgstr ""
3185942a
JA
4555"Execute commands as long as a test succeeds.\n"
4556" \n"
4557" Expand and execute COMMANDS as long as the final command in the\n"
4558" ‘while’ COMMANDS has an exit status of zero.\n"
4559" \n"
4560" Exit Status:\n"
4561" Returns the status of the last command executed."
95732b49 4562
3185942a 4563#: builtins.c:1585
95732b49 4564msgid ""
3185942a
JA
4565"Execute commands as long as a test does not succeed.\n"
4566" \n"
4567" Expand and execute COMMANDS as long as the final command in the\n"
4568" `until' COMMANDS has an exit status which is not zero.\n"
4569" \n"
4570" Exit Status:\n"
4571" Returns the status of the last command executed."
95732b49 4572msgstr ""
3185942a
JA
4573"Execute commands as long as a test does not succeed.\n"
4574" \n"
4575" Expand and execute COMMANDS as long as the final command in the\n"
4576" ‘until’ COMMANDS has an exit status which is not zero.\n"
4577" \n"
4578" Exit Status:\n"
4579" Returns the status of the last command executed."
95732b49 4580
3185942a 4581#: builtins.c:1597
95732b49 4582msgid ""
3185942a
JA
4583"Define shell function.\n"
4584" \n"
4585" Create a shell function named NAME. When invoked as a simple command,\n"
4586" NAME runs COMMANDs in the calling shell's context. When NAME is "
4587"invoked,\n"
4588" the arguments are passed to the function as $1...$n, and the function's\n"
4589" name is in $FUNCNAME.\n"
4590" \n"
4591" Exit Status:\n"
4592" Returns success unless NAME is readonly."
95732b49 4593msgstr ""
3185942a
JA
4594"Define shell function.\n"
4595" \n"
4596" Create a shell function named NAME. When invoked as a simple command,\n"
4597" NAME runs COMMANDs in the calling shell's context. When NAME is "
4598"invoked,\n"
4599" the arguments are passed to the function as $1...$n, and the function's\n"
4600" name is in $FUNCNAME.\n"
4601" \n"
4602" Exit Status:\n"
4603" Returns success unless NAME is readonly."
95732b49 4604
3185942a 4605#: builtins.c:1611
95732b49 4606msgid ""
3185942a
JA
4607"Group commands as a unit.\n"
4608" \n"
4609" Run a set of commands in a group. This is one way to redirect an\n"
4610" entire set of commands.\n"
4611" \n"
4612" Exit Status:\n"
4613" Returns the status of the last command executed."
95732b49 4614msgstr ""
3185942a
JA
4615"Group commands as a unit.\n"
4616" \n"
4617" Run a set of commands in a group. This is one way to redirect an\n"
4618" entire set of commands.\n"
4619" \n"
4620" Exit Status:\n"
4621" Returns the status of the last command executed."
95732b49 4622
3185942a 4623#: builtins.c:1623
95732b49 4624msgid ""
3185942a
JA
4625"Resume job in foreground.\n"
4626" \n"
4627" Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n"
95732b49
JA
4628" stopped or background job. JOB_SPEC can specify either a job name\n"
4629" or a job number. Following JOB_SPEC with a `&' places the job in\n"
4630" the background, as if the job specification had been supplied as an\n"
3185942a
JA
4631" argument to `bg'.\n"
4632" \n"
4633" Exit Status:\n"
4634" Returns the status of the resumed job."
95732b49 4635msgstr ""
3185942a
JA
4636"Resume job in foreground.\n"
4637" \n"
4638" Equivalent to the JOB_SPEC argument to the ‘fg’ command. Resume a\n"
95732b49
JA
4639" stopped or background job. JOB_SPEC can specify either a job name\n"
4640" or a job number. Following JOB_SPEC with a ‘&’ places the job in\n"
4641" the background, as if the job specification had been supplied as an\n"
3185942a
JA
4642" argument to ‘bg’.\n"
4643" \n"
4644" Exit Status:\n"
4645" Returns the status of the resumed job."
95732b49 4646
3185942a 4647#: builtins.c:1638
95732b49 4648msgid ""
3185942a
JA
4649"Evaluate arithmetic expression.\n"
4650" \n"
4651" The EXPRESSION is evaluated according to the rules for arithmetic\n"
4652" evaluation. Equivalent to \"let EXPRESSION\".\n"
4653" \n"
4654" Exit Status:\n"
4655" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
95732b49 4656msgstr ""
3185942a
JA
4657"Evaluate arithmetic expression.\n"
4658" \n"
4659" The EXPRESSION is evaluated according to the rules for arithmetic\n"
4660" evaluation. Equivalent to “let EXPRESSION”.\n"
4661" \n"
4662" Exit Status:\n"
4663" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
95732b49 4664
3185942a 4665#: builtins.c:1650
95732b49 4666msgid ""
3185942a
JA
4667"Execute conditional command.\n"
4668" \n"
4669" Returns a status of 0 or 1 depending on the evaluation of the "
4670"conditional\n"
95732b49
JA
4671" expression EXPRESSION. Expressions are composed of the same primaries "
4672"used\n"
4673" by the `test' builtin, and may be combined using the following "
3185942a 4674"operators:\n"
95732b49 4675" \n"
3185942a
JA
4676" ( EXPRESSION )\tReturns the value of EXPRESSION\n"
4677" ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
4678" EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
4679" EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
95732b49 4680" \n"
3185942a
JA
4681" When the `==' and `!=' operators are used, the string to the right of\n"
4682" the operator is used as a pattern and pattern matching is performed.\n"
4683" When the `=~' operator is used, the string to the right of the operator\n"
4684" is matched as a regular expression.\n"
4685" \n"
4686" The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
4687" determine the expression's value.\n"
4688" \n"
4689" Exit Status:\n"
4690" 0 or 1 depending on value of EXPRESSION."
95732b49 4691msgstr ""
3185942a
JA
4692"Execute conditional command.\n"
4693" \n"
4694" Returns a status of 0 or 1 depending on the evaluation of the "
4695"conditional\n"
95732b49
JA
4696" expression EXPRESSION. Expressions are composed of the same primaries "
4697"used\n"
4698" by the ‘test’ builtin, and may be combined using the following "
3185942a 4699"operators:\n"
95732b49 4700" \n"
3185942a
JA
4701" ( EXPRESSION )\tReturns the value of EXPRESSION\n"
4702" ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
4703" EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
4704" EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
95732b49 4705" \n"
3185942a
JA
4706" When the ‘==’ and ‘!=’ operators are used, the string to the right of\n"
4707" the operator is used as a pattern and pattern matching is performed.\n"
4708" When the ‘=~’ operator is used, the string to the right of the operator\n"
4709" is matched as a regular expression.\n"
4710" \n"
4711" The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
4712" determine the expression's value.\n"
4713" \n"
4714" Exit Status:\n"
4715" 0 or 1 depending on value of EXPRESSION."
95732b49 4716
3185942a 4717#: builtins.c:1676
95732b49 4718msgid ""
3185942a
JA
4719"Common shell variable names and usage.\n"
4720" \n"
4721" BASH_VERSION\tVersion information for this Bash.\n"
4722" CDPATH\tA colon-separated list of directories to search\n"
4723" \t\tfor directories given as arguments to `cd'.\n"
95732b49
JA
4724" GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
4725" \t\tbe ignored by pathname expansion.\n"
3185942a
JA
4726" HISTFILE\tThe name of the file where your command history is stored.\n"
4727" HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
4728" HISTSIZE\tThe maximum number of history lines that a running\n"
95732b49 4729" \t\tshell can access.\n"
3185942a 4730" HOME\tThe complete pathname to your login directory.\n"
95732b49 4731" HOSTNAME\tThe name of the current host.\n"
3185942a
JA
4732" HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
4733" IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
95732b49
JA
4734" \t\tcharacter as the sole input. If set, then the value\n"
4735" \t\tof it is the number of EOF characters that can be seen\n"
4736" \t\tin a row on an empty line before the shell will exit\n"
4737" \t\t(default 10). When unset, EOF signifies the end of input.\n"
4738" MACHTYPE\tA string describing the current system Bash is running on.\n"
4739" MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
4740" MAILPATH\tA colon-separated list of filenames which Bash checks\n"
4741" \t\tfor new mail.\n"
3185942a
JA
4742" OSTYPE\tThe version of Unix this version of Bash is running on.\n"
4743" PATH\tA colon-separated list of directories to search when\n"
95732b49 4744" \t\tlooking for commands.\n"
3185942a 4745" PROMPT_COMMAND\tA command to be executed before the printing of each\n"
95732b49 4746" \t\tprimary prompt.\n"
3185942a
JA
4747" PS1\t\tThe primary prompt string.\n"
4748" PS2\t\tThe secondary prompt string.\n"
95732b49
JA
4749" PWD\t\tThe full pathname of the current directory.\n"
4750" SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3185942a 4751" TERM\tThe name of the current terminal type.\n"
95732b49
JA
4752" TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
4753" \t\t`time' reserved word.\n"
3185942a 4754" auto_resume\tNon-null means a command word appearing on a line by\n"
95732b49
JA
4755" \t\titself is first looked for in the list of currently\n"
4756" \t\tstopped jobs. If found there, that job is foregrounded.\n"
4757" \t\tA value of `exact' means that the command word must\n"
4758" \t\texactly match a command in the list of stopped jobs. A\n"
4759" \t\tvalue of `substring' means that the command word must\n"
4760" \t\tmatch a substring of the job. Any other value means that\n"
4761" \t\tthe command must be a prefix of a stopped job.\n"
3185942a 4762" histchars\tCharacters controlling history expansion and quick\n"
95732b49
JA
4763" \t\tsubstitution. The first character is the history\n"
4764" \t\tsubstitution character, usually `!'. The second is\n"
4765" \t\tthe `quick substitution' character, usually `^'. The\n"
4766" \t\tthird is the `history comment' character, usually `#'.\n"
4767" HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
4768" \t\tcommands should be saved on the history list.\n"
4769msgstr ""
3185942a
JA
4770"Common shell variable names and usage.\n"
4771" \n"
4772" BASH_VERSION\tVersion information for this Bash.\n"
4773" CDPATH\tA colon-separated list of directories to search\n"
4774" \t\tfor directories given as arguments to ‘cd’.\n"
95732b49
JA
4775" GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
4776" \t\tbe ignored by pathname expansion.\n"
3185942a
JA
4777" HISTFILE\tThe name of the file where your command history is stored.\n"
4778" HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
4779" HISTSIZE\tThe maximum number of history lines that a running\n"
95732b49 4780" \t\tshell can access.\n"
3185942a 4781" HOME\tThe complete pathname to your login directory.\n"
95732b49 4782" HOSTNAME\tThe name of the current host.\n"
3185942a
JA
4783" HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
4784" IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
95732b49
JA
4785" \t\tcharacter as the sole input. If set, then the value\n"
4786" \t\tof it is the number of EOF characters that can be seen\n"
4787" \t\tin a row on an empty line before the shell will exit\n"
4788" \t\t(default 10). When unset, EOF signifies the end of input.\n"
4789" MACHTYPE\tA string describing the current system Bash is running on.\n"
4790" MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
4791" MAILPATH\tA colon-separated list of filenames which Bash checks\n"
4792" \t\tfor new mail.\n"
3185942a
JA
4793" OSTYPE\tThe version of Unix this version of Bash is running on.\n"
4794" PATH\tA colon-separated list of directories to search when\n"
95732b49 4795" \t\tlooking for commands.\n"
3185942a 4796" PROMPT_COMMAND\tA command to be executed before the printing of each\n"
95732b49 4797" \t\tprimary prompt.\n"
3185942a
JA
4798" PS1\t\tThe primary prompt string.\n"
4799" PS2\t\tThe secondary prompt string.\n"
95732b49
JA
4800" PWD\t\tThe full pathname of the current directory.\n"
4801" SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3185942a 4802" TERM\tThe name of the current terminal type.\n"
95732b49
JA
4803" TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
4804" \t\t‘time’ reserved word.\n"
3185942a 4805" auto_resume\tNon-null means a command word appearing on a line by\n"
95732b49
JA
4806" \t\titself is first looked for in the list of currently\n"
4807" \t\tstopped jobs. If found there, that job is foregrounded.\n"
4808" \t\tA value of ‘exact’ means that the command word must\n"
4809" \t\texactly match a command in the list of stopped jobs. A\n"
4810" \t\tvalue of ‘substring’ means that the command word must\n"
4811" \t\tmatch a substring of the job. Any other value means that\n"
4812" \t\tthe command must be a prefix of a stopped job.\n"
3185942a 4813" histchars\tCharacters controlling history expansion and quick\n"
95732b49
JA
4814" \t\tsubstitution. The first character is the history\n"
4815" \t\tsubstitution character, usually ‘!’. The second is\n"
4816" \t\tthe ‘quick substitution’ character, usually ‘^’. The\n"
4817" \t\tthird is the ‘history comment’ character, usually ‘#’.\n"
4818" HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
4819" \t\tcommands should be saved on the history list.\n"
4820
3185942a 4821#: builtins.c:1733
95732b49 4822msgid ""
3185942a
JA
4823"Add directories to stack.\n"
4824" \n"
4825" Adds a directory to the top of the directory stack, or rotates\n"
95732b49
JA
4826" the stack, making the new top of the stack the current working\n"
4827" directory. With no arguments, exchanges the top two directories.\n"
4828" \n"
3185942a
JA
4829" Options:\n"
4830" -n\tSuppresses the normal change of directory when adding\n"
4831" \tdirectories to the stack, so only the stack is manipulated.\n"
4832" \n"
4833" Arguments:\n"
4834" +N\tRotates the stack so that the Nth directory (counting\n"
95732b49
JA
4835" \tfrom the left of the list shown by `dirs', starting with\n"
4836" \tzero) is at the top.\n"
4837" \n"
3185942a 4838" -N\tRotates the stack so that the Nth directory (counting\n"
95732b49
JA
4839" \tfrom the right of the list shown by `dirs', starting with\n"
4840" \tzero) is at the top.\n"
4841" \n"
3185942a 4842" dir\tAdds DIR to the directory stack at the top, making it the\n"
95732b49
JA
4843" \tnew current working directory.\n"
4844" \n"
3185942a
JA
4845" The `dirs' builtin displays the directory stack.\n"
4846" \n"
4847" Exit Status:\n"
4848" Returns success unless an invalid argument is supplied or the directory\n"
4849" change fails."
95732b49 4850msgstr ""
3185942a
JA
4851"Add directories to stack.\n"
4852" \n"
4853" Adds a directory to the top of the directory stack, or rotates\n"
95732b49
JA
4854" the stack, making the new top of the stack the current working\n"
4855" directory. With no arguments, exchanges the top two directories.\n"
4856" \n"
3185942a
JA
4857" Options:\n"
4858" -n\tSuppresses the normal change of directory when adding\n"
4859" \tdirectories to the stack, so only the stack is manipulated.\n"
4860" \n"
4861" Arguments:\n"
4862" +N\tRotates the stack so that the Nth directory (counting\n"
95732b49
JA
4863" \tfrom the left of the list shown by ‘dirs’, starting with\n"
4864" \tzero) is at the top.\n"
4865" \n"
3185942a 4866" -N\tRotates the stack so that the Nth directory (counting\n"
95732b49
JA
4867" \tfrom the right of the list shown by ‘dirs’, starting with\n"
4868" \tzero) is at the top.\n"
4869" \n"
3185942a 4870" dir\tAdds DIR to the directory stack at the top, making it the\n"
95732b49
JA
4871" \tnew current working directory.\n"
4872" \n"
3185942a
JA
4873" The ‘dirs’ builtin displays the directory stack.\n"
4874" \n"
4875" Exit Status:\n"
4876" Returns success unless an invalid argument is supplied or the directory\n"
4877" change fails."
b80f6443 4878
3185942a 4879#: builtins.c:1767
95732b49 4880msgid ""
3185942a
JA
4881"Remove directories from stack.\n"
4882" \n"
4883" Removes entries from the directory stack. With no arguments, removes\n"
4884" the top directory from the stack, and changes to the new top directory.\n"
95732b49 4885" \n"
3185942a
JA
4886" Options:\n"
4887" -n\tSuppresses the normal change of directory when removing\n"
4888" \tdirectories from the stack, so only the stack is manipulated.\n"
4889" \n"
4890" Arguments:\n"
4891" +N\tRemoves the Nth entry counting from the left of the list\n"
95732b49
JA
4892" \tshown by `dirs', starting with zero. For example: `popd +0'\n"
4893" \tremoves the first directory, `popd +1' the second.\n"
4894" \n"
3185942a 4895" -N\tRemoves the Nth entry counting from the right of the list\n"
95732b49
JA
4896" \tshown by `dirs', starting with zero. For example: `popd -0'\n"
4897" \tremoves the last directory, `popd -1' the next to last.\n"
4898" \n"
3185942a 4899" The `dirs' builtin displays the directory stack.\n"
95732b49 4900" \n"
3185942a
JA
4901" Exit Status:\n"
4902" Returns success unless an invalid argument is supplied or the directory\n"
4903" change fails."
95732b49 4904msgstr ""
3185942a
JA
4905"Remove directories from stack.\n"
4906" \n"
4907" Removes entries from the directory stack. With no arguments, removes\n"
4908" the top directory from the stack, and changes to the new top directory.\n"
95732b49 4909" \n"
3185942a
JA
4910" Options:\n"
4911" -n\tSuppresses the normal change of directory when removing\n"
4912" \tdirectories from the stack, so only the stack is manipulated.\n"
4913" \n"
4914" Arguments:\n"
4915" +N\tRemoves the Nth entry counting from the left of the list\n"
95732b49
JA
4916" \tshown by ‘dirs’, starting with zero. For example: ‘popd +0’\n"
4917" \tremoves the first directory, ‘popd +1’ the second.\n"
4918" \n"
3185942a 4919" -N\tRemoves the Nth entry counting from the right of the list\n"
95732b49
JA
4920" \tshown by ‘dirs’, starting with zero. For example: ‘popd -0’\n"
4921" \tremoves the last directory, ‘popd -1’ the next to last.\n"
4922" \n"
3185942a 4923" The ‘dirs’ builtin displays the directory stack.\n"
95732b49 4924" \n"
3185942a
JA
4925" Exit Status:\n"
4926" Returns success unless an invalid argument is supplied or the directory\n"
4927" change fails."
b80f6443 4928
3185942a 4929#: builtins.c:1797
95732b49 4930msgid ""
3185942a
JA
4931"Display directory stack.\n"
4932" \n"
4933" Display the list of currently remembered directories. Directories\n"
95732b49
JA
4934" find their way onto the list with the `pushd' command; you can get\n"
4935" back up through the list with the `popd' command.\n"
4936" \n"
3185942a
JA
4937" Options:\n"
4938" -c\tclear the directory stack by deleting all of the elements\n"
4939" -l\tdo not print tilde-prefixed versions of directories relative\n"
4940" \tto your home directory\n"
4941" -p\tprint the directory stack with one entry per line\n"
4942" -v\tprint the directory stack with one entry per line prefixed\n"
4943" \twith its position in the stack\n"
4944" \n"
4945" Arguments:\n"
4946" +N\tDisplays the Nth entry counting from the left of the list shown "
4947"by\n"
4948" \tdirs when invoked without options, starting with zero.\n"
95732b49 4949" \n"
3185942a
JA
4950" -N\tDisplays the Nth entry counting from the right of the list shown "
4951"by\n"
95732b49
JA
4952" \tdirs when invoked without options, starting with zero.\n"
4953" \n"
3185942a
JA
4954" Exit Status:\n"
4955" Returns success unless an invalid option is supplied or an error occurs."
95732b49 4956msgstr ""
3185942a
JA
4957"Display directory stack.\n"
4958" \n"
4959" Display the list of currently remembered directories. Directories\n"
95732b49
JA
4960" find their way onto the list with the ‘pushd’ command; you can get\n"
4961" back up through the list with the ‘popd’ command.\n"
4962" \n"
3185942a
JA
4963" Options:\n"
4964" -c\tclear the directory stack by deleting all of the elements\n"
4965" -l\tdo not print tilde-prefixed versions of directories relative\n"
4966" \tto your home directory\n"
4967" -p\tprint the directory stack with one entry per line\n"
4968" -v\tprint the directory stack with one entry per line prefixed\n"
4969" \twith its position in the stack\n"
4970" \n"
4971" Arguments:\n"
4972" +N\tDisplays the Nth entry counting from the left of the list shown "
4973"by\n"
4974" \tdirs when invoked without options, starting with zero.\n"
95732b49 4975" \n"
3185942a
JA
4976" -N\tDisplays the Nth entry counting from the right of the list shown "
4977"by\n"
95732b49
JA
4978" \tdirs when invoked without options, starting with zero.\n"
4979" \n"
3185942a
JA
4980" Exit Status:\n"
4981" Returns success unless an invalid option is supplied or an error occurs."
4982
4983#: builtins.c:1826
4984msgid ""
4985"Set and unset shell options.\n"
4986" \n"
4987" Change the setting of each shell option OPTNAME. Without any option\n"
4988" arguments, list all shell options with an indication of whether or not "
4989"each\n"
4990" is set.\n"
4991" \n"
4992" Options:\n"
4993" -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
4994" -p\tprint each shell option with an indication of its status\n"
4995" -q\tsuppress output\n"
4996" -s\tenable (set) each OPTNAME\n"
4997" -u\tdisable (unset) each OPTNAME\n"
4998" \n"
4999" Exit Status:\n"
5000" Returns success if OPTNAME is enabled; fails if an invalid option is\n"
5001" given or OPTNAME is disabled."
5002msgstr ""
5003"Set and unset shell options.\n"
5004" \n"
5005" Change the setting of each shell option OPTNAME. Without any option\n"
5006" arguments, list all shell options with an indication of whether or not "
5007"each\n"
5008" is set.\n"
5009" \n"
5010" Options:\n"
5011" -o\trestrict OPTNAMEs to those defined for use with ‘set -o’\n"
5012" -p\tprint each shell option with an indication of its status\n"
5013" -q\tsuppress output\n"
5014" -s\tenable (set) each OPTNAME\n"
5015" -u\tdisable (unset) each OPTNAME\n"
5016" \n"
5017" Exit Status:\n"
5018" Returns success if OPTNAME is enabled; fails if an invalid option is\n"
5019" given or OPTNAME is disabled."
5020
5021#: builtins.c:1847
5022msgid ""
5023"Formats and prints ARGUMENTS under control of the FORMAT.\n"
5024" \n"
5025" Options:\n"
5026" -v var\tassign the output to shell variable VAR rather than\n"
5027" \t\tdisplay it on the standard output\n"
5028" \n"
5029" FORMAT is a character string which contains three types of objects: "
5030"plain\n"
5031" characters, which are simply copied to standard output; character "
95732b49 5032"escape\n"
3185942a 5033" sequences, which are converted and copied to the standard output; and\n"
95732b49
JA
5034" format specifications, each of which causes printing of the next "
5035"successive\n"
3185942a
JA
5036" argument.\n"
5037" \n"
5038" In addition to the standard format specifications described in printf"
5039"(1)\n"
5040" and printf(3), printf interprets:\n"
5041" \n"
5042" %b\texpand backslash escape sequences in the corresponding argument\n"
5043" %q\tquote the argument in a way that can be reused as shell input\n"
5044" \n"
5045" Exit Status:\n"
5046" Returns success unless an invalid option is given or a write or "
5047"assignment\n"
5048" error occurs."
95732b49 5049msgstr ""
3185942a
JA
5050"Formats and prints ARGUMENTS under control of the FORMAT.\n"
5051" \n"
5052" Options:\n"
5053" -v var\tassign the output to shell variable VAR rather than\n"
5054" \t\tdisplay it on the standard output\n"
5055" \n"
5056" FORMAT is a character string which contains three types of objects: "
5057"plain\n"
5058" characters, which are simply copied to standard output; character "
95732b49 5059"escape\n"
3185942a 5060" sequences, which are converted and copied to the standard output; and\n"
95732b49
JA
5061" format specifications, each of which causes printing of the next "
5062"successive\n"
3185942a
JA
5063" argument.\n"
5064" \n"
5065" In addition to the standard format specifications described in printf"
5066"(1)\n"
5067" and printf(3), printf interprets:\n"
5068" \n"
5069" %b\texpand backslash escape sequences in the corresponding argument\n"
5070" %q\tquote the argument in a way that can be reused as shell input\n"
5071" \n"
5072" Exit Status:\n"
5073" Returns success unless an invalid option is given or a write or "
5074"assignment\n"
5075" error occurs."
5076
5077#: builtins.c:1874
5078msgid ""
5079"Specify how arguments are to be completed by Readline.\n"
5080" \n"
5081" For each NAME, specify how arguments are to be completed. If no "
5082"options\n"
5083" are supplied, existing completion specifications are printed in a way "
5084"that\n"
5085" allows them to be reused as input.\n"
5086" \n"
5087" Options:\n"
5088" -p\tprint existing completion specifications in a reusable format\n"
5089" -r\tremove a completion specification for each NAME, or, if no\n"
5090" \tNAMEs are supplied, all completion specifications\n"
5091" \n"
5092" When completion is attempted, the actions are applied in the order the\n"
5093" uppercase-letter options are listed above.\n"
5094" \n"
5095" Exit Status:\n"
5096" Returns success unless an invalid option is supplied or an error occurs."
5097msgstr ""
5098"Specify how arguments are to be completed by Readline.\n"
5099" \n"
5100" For each NAME, specify how arguments are to be completed. If no "
5101"options\n"
5102" are supplied, existing completion specifications are printed in a way "
5103"that\n"
5104" allows them to be reused as input.\n"
5105" \n"
5106" Options:\n"
5107" -p\tprint existing completion specifications in a reusable format\n"
5108" -r\tremove a completion specification for each NAME, or, if no\n"
5109" \tNAMEs are supplied, all completion specifications\n"
5110" \n"
5111" When completion is attempted, the actions are applied in the order the\n"
5112" uppercase-letter options are listed above.\n"
5113" \n"
5114" Exit Status:\n"
5115" Returns success unless an invalid option is supplied or an error occurs."
5116
5117#: builtins.c:1897
5118msgid ""
5119"Display possible completions depending on the options.\n"
5120" \n"
5121" Intended to be used from within a shell function generating possible\n"
5122" completions. If the optional WORD argument is supplied, matches "
5123"against\n"
5124" WORD are generated.\n"
5125" \n"
5126" Exit Status:\n"
5127" Returns success unless an invalid option is supplied or an error occurs."
5128msgstr ""
5129"Display possible completions depending on the options.\n"
5130" \n"
5131" Intended to be used from within a shell function generating possible\n"
5132" completions. If the optional WORD argument is supplied, matches "
5133"against\n"
5134" WORD are generated.\n"
5135" \n"
5136" Exit Status:\n"
5137" Returns success unless an invalid option is supplied or an error occurs."
5138
5139#: builtins.c:1912
5140msgid ""
5141"Modify or display completion options.\n"
5142" \n"
5143" Modify the completion options for each NAME, or, if no NAMEs are "
5144"supplied,\n"
5145" the completion currently begin executed. If no OPTIONs are givenm, "
5146"print\n"
5147" the completion options for each NAME or the current completion "
5148"specification.\n"
5149" \n"
5150" Options:\n"
5151" \t-o option\tSet completion option OPTION for each NAME\n"
5152" \n"
5153" Using `+o' instead of `-o' turns off the specified option.\n"
5154" \n"
5155" Arguments:\n"
5156" \n"
5157" Each NAME refers to a command for which a completion specification must\n"
5158" have previously been defined using the `complete' builtin. If no NAMEs\n"
5159" are supplied, compopt must be called by a function currently generating\n"
5160" completions, and the options for that currently-executing completion\n"
5161" generator are modified.\n"
5162" \n"
5163" Exit Status:\n"
5164" Returns success unless an invalid option is supplied or NAME does not\n"
5165" have a completion specification defined."
5166msgstr ""
5167"Modify or display completion options.\n"
5168" \n"
5169" Modify the completion options for each NAME, or, if no NAMEs are "
5170"supplied,\n"
5171" the completion currently begin executed. If no OPTIONs are givenm, "
5172"print\n"
5173" the completion options for each NAME or the current completion "
5174"specification.\n"
5175" \n"
5176" Options:\n"
5177" \t-o option\tSet completion option OPTION for each NAME\n"
5178" \n"
5179" Using ‘+o’ instead of ‘-o’ turns off the specified option.\n"
5180" \n"
5181" Arguments:\n"
5182" \n"
5183" Each NAME refers to a command for which a completion specification must\n"
5184" have previously been defined using the ‘complete’ builtin. If no NAMEs\n"
5185" are supplied, compopt must be called by a function currently generating\n"
5186" completions, and the options for that currently-executing completion\n"
5187" generator are modified.\n"
5188" \n"
5189" Exit Status:\n"
5190" Returns success unless an invalid option is supplied or NAME does not\n"
5191" have a completion specification defined."
5192
5193#: builtins.c:1940
5194msgid ""
5195"Read lines from a file into an array variable.\n"
5196" \n"
5197" Read lines from the standard input into the array variable ARRAY, or "
5198"from\n"
5199" file descriptor FD if the -u option is supplied. The variable MAPFILE "
5200"is\n"
5201" the default ARRAY.\n"
5202" \n"
5203" Options:\n"
5204" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are "
5205"copied.\n"
5206" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default "
5207"index is 0.\n"
5208" -s count \tDiscard the first COUNT lines read.\n"
5209" -t\t\tRemove a trailing newline from each line read.\n"
5210" -u fd\t\tRead lines from file descriptor FD instead of the standard "
5211"input.\n"
5212" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
5213" -c quantum\tSpecify the number of lines read between each call to "
5214"CALLBACK.\n"
5215" \n"
5216" Arguments:\n"
5217" ARRAY\t\tArray variable name to use for file data.\n"
5218" \n"
5219" If -C is supplied without -c, the default quantum is 5000.\n"
5220" \n"
5221" If not supplied with an explicit origin, mapfile will clear ARRAY "
5222"before\n"
5223" assigning to it.\n"
5224" \n"
5225" Exit Status:\n"
5226" Returns success unless an invalid option is given or ARRAY is readonly."
5227msgstr ""
5228"Read lines from a file into an array variable.\n"
5229" \n"
5230" Read lines from the standard input into the array variable ARRAY, or "
5231"from\n"
5232" file descriptor FD if the -u option is supplied. The variable MAPFILE "
5233"is\n"
5234" the default ARRAY.\n"
5235" \n"
5236" Options:\n"
5237" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are "
5238"copied.\n"
5239" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default "
5240"index is 0.\n"
5241" -s count \tDiscard the first COUNT lines read.\n"
5242" -t\t\tRemove a trailing newline from each line read.\n"
5243" -u fd\t\tRead lines from file descriptor FD instead of the standard "
5244"input.\n"
5245" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
5246" -c quantum\tSpecify the number of lines read between each call to "
5247"CALLBACK.\n"
5248" \n"
5249" Arguments:\n"
5250" ARRAY\t\tArray variable name to use for file data.\n"
5251" \n"
5252" If -C is supplied without -c, the default quantum is 5000.\n"
5253" \n"
5254" If not supplied with an explicit origin, mapfile will clear ARRAY "
5255"before\n"
5256" assigning to it.\n"
5257" \n"
5258" Exit Status:\n"
5259" Returns success unless an invalid option is given or ARRAY is readonly."