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