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