1 # English translations for GNU bash package.
2 # Copyright (C) 2005 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the GNU bash package.
4 # Automatically generated, 2005.
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
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).
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.
30 "Project-Id-Version: GNU bash 3.1-beta1\n"
31 "POT-Creation-Date: 2005-10-03 17:31-0400\n"
32 "PO-Revision-Date: 2005-10-03 17:31-0400\n"
33 "Last-Translator: Automatically generated\n"
34 "Language-Team: none\n"
36 "Content-Type: text/plain; charset=UTF-8\n"
37 "Content-Transfer-Encoding: 8bit\n"
38 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
41 msgid "bad array subscript"
42 msgstr "bad array subscript"
46 msgid "%s: cannot assign to non-numeric index"
47 msgstr "%s: cannot assign to non-numeric index"
51 msgid "%s: cannot create: %s"
52 msgstr "%s: cannot create: %s"
55 msgid "bash_execute_unix_command: cannot find keymap for command"
56 msgstr "bash_execute_unix_command: cannot find keymap for command"
60 msgid "%s: first non-whitespace character is not `\"'"
61 msgstr "%s: first non-whitespace character is not ‘\"’"
65 msgid "no closing `%c' in %s"
66 msgstr "no closing ‘%c’ in %s"
70 msgid "%s: missing colon separator"
71 msgstr "%s: missing colon separator"
73 #: builtins/bind.def:194
75 msgid "`%s': invalid keymap name"
76 msgstr "‘%s’: invalid keymap name"
78 #: builtins/bind.def:233
80 msgid "%s: cannot read: %s"
81 msgstr "%s: cannot read: %s"
83 #: builtins/bind.def:248
85 msgid "`%s': cannot unbind"
86 msgstr "‘%s’: cannot unbind"
88 #: builtins/bind.def:283
90 msgid "`%s': unknown function name"
91 msgstr "‘%s’: unknown function name"
93 #: builtins/bind.def:291
95 msgid "%s is not bound to any keys.\n"
96 msgstr "%s is not bound to any keys.\n"
98 #: builtins/bind.def:295
100 msgid "%s can be invoked via "
101 msgstr "%s can be invoked via "
103 #: builtins/break.def:128
104 msgid "only meaningful in a `for', `while', or `until' loop"
105 msgstr "only meaningful in a ‘for’, ‘while’, or ‘until’ loop"
107 #: builtins/caller.def:132
108 msgid "Returns the context of the current subroutine call."
109 msgstr "Returns the context of the current subroutine call."
111 #: builtins/caller.def:133 builtins/caller.def:137 builtins/pushd.def:660
112 #: builtins/pushd.def:668 builtins/pushd.def:671 builtins/pushd.def:681
113 #: builtins/pushd.def:685 builtins/pushd.def:689 builtins/pushd.def:692
114 #: builtins/pushd.def:695 builtins/pushd.def:704 builtins/pushd.def:708
115 #: builtins/pushd.def:712 builtins/pushd.def:715
119 #: builtins/caller.def:134
120 msgid "Without EXPR, returns returns \"$line $filename\". With EXPR,"
121 msgstr "Without EXPR, returns returns “$line $filename”. With EXPR,"
123 #: builtins/caller.def:135
124 msgid "returns \"$line $subroutine $filename\"; this extra information"
125 msgstr "returns “$line $subroutine $filename”; this extra information"
127 #: builtins/caller.def:136
128 msgid "can be used used to provide a stack trace."
129 msgstr "can be used used to provide a stack trace."
131 #: builtins/caller.def:138
132 msgid "The value of EXPR indicates how many call frames to go back before the"
133 msgstr "The value of EXPR indicates how many call frames to go back before the"
135 #: builtins/caller.def:139
136 msgid "current one; the top frame is frame 0."
137 msgstr "current one; the top frame is frame 0."
139 #: builtins/cd.def:203
141 msgstr "HOME not set"
143 #: builtins/cd.def:215
144 msgid "OLDPWD not set"
145 msgstr "OLDPWD not set"
147 #: builtins/common.c:133 test.c:921
148 msgid "too many arguments"
149 msgstr "too many arguments"
151 #: builtins/common.c:157 shell.c:474 shell.c:747
153 msgid "%s: option requires an argument"
154 msgstr "%s: option requires an argument"
156 #: builtins/common.c:164
158 msgid "%s: numeric argument required"
159 msgstr "%s: numeric argument required"
161 #: builtins/common.c:171
163 msgid "%s: not found"
164 msgstr "%s: not found"
166 #: builtins/common.c:180 shell.c:760
168 msgid "%s: invalid option"
169 msgstr "%s: invalid option"
171 #: builtins/common.c:187
173 msgid "%s: invalid option name"
174 msgstr "%s: invalid option name"
176 #: builtins/common.c:194 general.c:231 general.c:236
178 msgid "`%s': not a valid identifier"
179 msgstr "‘%s’: not a valid identifier"
181 #: builtins/common.c:201
183 msgid "%s: invalid number"
184 msgstr "%s: invalid number"
186 #: builtins/common.c:208
188 msgid "%s: invalid signal specification"
189 msgstr "%s: invalid signal specification"
191 #: builtins/common.c:215
193 msgid "`%s': not a pid or valid job spec"
194 msgstr "‘%s’: not a pid or valid job spec"
196 #: builtins/common.c:222 error.c:453
198 msgid "%s: readonly variable"
199 msgstr "%s: readonly variable"
201 #: builtins/common.c:230
203 msgid "%s: %s out of range"
204 msgstr "%s: %s out of range"
206 #: builtins/common.c:230 builtins/common.c:232
210 #: builtins/common.c:232
212 msgid "%s out of range"
213 msgstr "%s out of range"
215 #: builtins/common.c:240
217 msgid "%s: no such job"
218 msgstr "%s: no such job"
220 #: builtins/common.c:248
222 msgid "%s: no job control"
223 msgstr "%s: no job control"
225 #: builtins/common.c:250
226 msgid "no job control"
227 msgstr "no job control"
229 #: builtins/common.c:260
231 msgid "%s: restricted"
232 msgstr "%s: restricted"
234 #: builtins/common.c:262
238 #: builtins/common.c:270
240 msgid "%s: not a shell builtin"
241 msgstr "%s: not a shell builtin"
243 #: builtins/common.c:276
245 msgid "write error: %s"
246 msgstr "write error: %s"
248 #: builtins/common.c:484
250 msgid "%s: error retrieving current directory: %s: %s\n"
251 msgstr "%s: error retrieving current directory: %s: %s\n"
253 #: builtins/common.c:550 builtins/common.c:552
255 msgid "%s: ambiguous job spec"
256 msgstr "%s: ambiguous job spec"
258 #: builtins/complete.def:251
260 msgid "%s: invalid action name"
261 msgstr "%s: invalid action name"
263 #: builtins/complete.def:381 builtins/complete.def:524
265 msgid "%s: no completion specification"
266 msgstr "%s: no completion specification"
268 #: builtins/complete.def:571
269 msgid "warning: -F option may not work as you expect"
270 msgstr "warning: -F option may not work as you expect"
272 #: builtins/complete.def:573
273 msgid "warning: -C option may not work as you expect"
274 msgstr "warning: -C option may not work as you expect"
276 #: builtins/declare.def:105
277 msgid "can only be used in a function"
278 msgstr "can only be used in a function"
280 #: builtins/declare.def:301
281 msgid "cannot use `-f' to make functions"
282 msgstr "cannot use ‘-f’ to make functions"
284 #: builtins/declare.def:313 execute_cmd.c:3986
286 msgid "%s: readonly function"
287 msgstr "%s: readonly function"
289 #: builtins/declare.def:401
291 msgid "%s: cannot destroy array variables in this way"
292 msgstr "%s: cannot destroy array variables in this way"
294 #: builtins/enable.def:128 builtins/enable.def:136
295 msgid "dynamic loading not available"
296 msgstr "dynamic loading not available"
298 #: builtins/enable.def:303
300 msgid "cannot open shared object %s: %s"
301 msgstr "cannot open shared object %s: %s"
303 #: builtins/enable.def:326
305 msgid "cannot find %s in shared object %s: %s"
306 msgstr "cannot find %s in shared object %s: %s"
308 #: builtins/enable.def:450
310 msgid "%s: not dynamically loaded"
311 msgstr "%s: not dynamically loaded"
313 #: builtins/enable.def:465
315 msgid "%s: cannot delete: %s"
316 msgstr "%s: cannot delete: %s"
318 #: builtins/evalfile.c:129 execute_cmd.c:3852 shell.c:1408
320 msgid "%s: is a directory"
321 msgstr "%s: is a directory"
323 #: builtins/evalfile.c:134
325 msgid "%s: not a regular file"
326 msgstr "%s: not a regular file"
328 #: builtins/evalfile.c:142
330 msgid "%s: file is too large"
331 msgstr "%s: file is too large"
333 #: builtins/exec.def:205
335 msgid "%s: cannot execute: %s"
336 msgstr "%s: cannot execute: %s"
338 #: builtins/exit.def:83
339 msgid "not login shell: use `exit'"
340 msgstr "not login shell: use ‘exit’"
342 #: builtins/exit.def:111
343 msgid "There are stopped jobs.\n"
344 msgstr "There are stopped jobs.\n"
346 #: builtins/fc.def:259
347 msgid "no command found"
348 msgstr "no command found"
350 #: builtins/fc.def:329
351 msgid "history specification"
352 msgstr "history specification"
354 #: builtins/fc.def:350
356 msgid "%s: cannot open temp file: %s"
357 msgstr "%s: cannot open temp file: %s"
359 #: builtins/fg_bg.def:149
361 msgid "job %d started without job control"
362 msgstr "job %d started without job control"
364 #: builtins/getopt.c:109
366 msgid "%s: illegal option -- %c\n"
367 msgstr "%s: illegal option -- %c\n"
369 #: builtins/getopt.c:110
371 msgid "%s: option requires an argument -- %c\n"
372 msgstr "%s: option requires an argument -- %c\n"
374 #: builtins/hash.def:83
375 msgid "hashing disabled"
376 msgstr "hashing disabled"
378 #: builtins/hash.def:128
380 msgid "%s: hash table empty\n"
381 msgstr "%s: hash table empty\n"
383 #: builtins/help.def:108
384 msgid "Shell commands matching keywords `"
385 msgstr "Shell commands matching keywords `"
387 #: builtins/help.def:110
388 msgid "Shell commands matching keyword `"
389 msgstr "Shell commands matching keyword `"
391 #: builtins/help.def:138
394 "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
396 "no help topics match ‘%s’. Try ‘help help’ or ‘man -k %s’ or ‘info %s’."
398 #: builtins/help.def:164
400 msgid "%s: cannot open: %s"
401 msgstr "%s: cannot open: %s"
403 #: builtins/help.def:182
405 "These shell commands are defined internally. Type `help' to see this list.\n"
406 "Type `help name' to find out more about the function `name'.\n"
407 "Use `info bash' to find out more about the shell in general.\n"
408 "Use `man -k' or `info' to find out more about commands not in this list.\n"
410 "A star (*) next to a name means that the command is disabled.\n"
413 "These shell commands are defined internally. Type ‘help’ to see this list.\n"
414 "Type ‘help name’ to find out more about the function ‘name’.\n"
415 "Use ‘info bash’ to find out more about the shell in general.\n"
416 "Use ‘man -k’ or ‘info’ to find out more about commands not in this list.\n"
418 "A star (*) next to a name means that the command is disabled.\n"
421 #: builtins/history.def:150
422 msgid "cannot use more than one of -anrw"
423 msgstr "cannot use more than one of -anrw"
425 #: builtins/history.def:182
426 msgid "history position"
427 msgstr "history position"
429 #: builtins/history.def:400
431 msgid "%s: history expansion failed"
432 msgstr "%s: history expansion failed"
434 #: builtins/jobs.def:99
435 msgid "no other options allowed with `-x'"
436 msgstr "no other options allowed with ‘-x’"
438 #: builtins/kill.def:187
440 msgid "%s: arguments must be process or job IDs"
441 msgstr "%s: arguments must be process or job IDs"
443 #: builtins/kill.def:250
444 msgid "Unknown error"
445 msgstr "Unknown error"
447 #: builtins/let.def:94 builtins/let.def:119 expr.c:497 expr.c:512
448 msgid "expression expected"
449 msgstr "expression expected"
451 #: builtins/printf.def:327
453 msgid "`%s': missing format character"
454 msgstr "‘%s’: missing format character"
456 #: builtins/printf.def:502
458 msgid "`%c': invalid format character"
459 msgstr "‘%c’: invalid format character"
461 #: builtins/printf.def:708
462 msgid "missing hex digit for \\x"
463 msgstr "missing hex digit for \\x"
465 #: builtins/pushd.def:173
466 msgid "no other directory"
467 msgstr "no other directory"
469 #: builtins/pushd.def:440
470 msgid "<no current directory>"
471 msgstr "<no current directory>"
473 #: builtins/pushd.def:657
474 msgid "Display the list of currently remembered directories. Directories"
475 msgstr "Display the list of currently remembered directories. Directories"
477 #: builtins/pushd.def:658
478 msgid "find their way onto the list with the `pushd' command; you can get"
479 msgstr "find their way onto the list with the ‘pushd’ command; you can get"
481 #: builtins/pushd.def:659
482 msgid "back up through the list with the `popd' command."
483 msgstr "back up through the list with the ‘popd’ command."
485 #: builtins/pushd.def:661
486 msgid "The -l flag specifies that `dirs' should not print shorthand versions"
487 msgstr "The -l flag specifies that ‘dirs’ should not print shorthand versions"
489 #: builtins/pushd.def:662
490 msgid "of directories which are relative to your home directory. This means"
491 msgstr "of directories which are relative to your home directory. This means"
493 #: builtins/pushd.def:663
494 msgid "that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag"
495 msgstr "that ‘~/bin’ might be displayed as ‘/homes/bfox/bin’. The -v flag"
497 #: builtins/pushd.def:664
498 msgid "causes `dirs' to print the directory stack with one entry per line,"
499 msgstr "causes ‘dirs’ to print the directory stack with one entry per line,"
501 #: builtins/pushd.def:665
502 msgid "prepending the directory name with its position in the stack. The -p"
503 msgstr "prepending the directory name with its position in the stack. The -p"
505 #: builtins/pushd.def:666
506 msgid "flag does the same thing, but the stack position is not prepended."
507 msgstr "flag does the same thing, but the stack position is not prepended."
509 #: builtins/pushd.def:667
510 msgid "The -c flag clears the directory stack by deleting all of the elements."
512 "The -c flag clears the directory stack by deleting all of the elements."
514 #: builtins/pushd.def:669
515 msgid "+N displays the Nth entry counting from the left of the list shown by"
517 "+N displays the Nth entry counting from the left of the list shown by"
519 #: builtins/pushd.def:670 builtins/pushd.def:673
520 msgid " dirs when invoked without options, starting with zero."
521 msgstr " dirs when invoked without options, starting with zero."
523 #: builtins/pushd.def:672
525 "-N displays the Nth entry counting from the right of the list shown by"
527 "-N displays the Nth entry counting from the right of the list shown by"
529 #: builtins/pushd.def:678
530 msgid "Adds a directory to the top of the directory stack, or rotates"
531 msgstr "Adds a directory to the top of the directory stack, or rotates"
533 #: builtins/pushd.def:679
534 msgid "the stack, making the new top of the stack the current working"
535 msgstr "the stack, making the new top of the stack the current working"
537 #: builtins/pushd.def:680
538 msgid "directory. With no arguments, exchanges the top two directories."
539 msgstr "directory. With no arguments, exchanges the top two directories."
541 #: builtins/pushd.def:682
542 msgid "+N Rotates the stack so that the Nth directory (counting"
543 msgstr "+N Rotates the stack so that the Nth directory (counting"
545 #: builtins/pushd.def:683
546 msgid " from the left of the list shown by `dirs', starting with"
547 msgstr " from the left of the list shown by ‘dirs’, starting with"
549 #: builtins/pushd.def:684 builtins/pushd.def:688
550 msgid " zero) is at the top."
551 msgstr " zero) is at the top."
553 #: builtins/pushd.def:686
554 msgid "-N Rotates the stack so that the Nth directory (counting"
555 msgstr "-N Rotates the stack so that the Nth directory (counting"
557 #: builtins/pushd.def:687
558 msgid " from the right of the list shown by `dirs', starting with"
559 msgstr " from the right of the list shown by ‘dirs’, starting with"
561 #: builtins/pushd.def:690
562 msgid "-n suppress the normal change of directory when adding directories"
563 msgstr "-n suppress the normal change of directory when adding directories"
565 #: builtins/pushd.def:691
566 msgid " to the stack, so only the stack is manipulated."
567 msgstr " to the stack, so only the stack is manipulated."
569 #: builtins/pushd.def:693
570 msgid "dir adds DIR to the directory stack at the top, making it the"
571 msgstr "dir adds DIR to the directory stack at the top, making it the"
573 #: builtins/pushd.def:694
574 msgid " new current working directory."
575 msgstr " new current working directory."
577 #: builtins/pushd.def:696 builtins/pushd.def:716
578 msgid "You can see the directory stack with the `dirs' command."
579 msgstr "You can see the directory stack with the ‘dirs’ command."
581 #: builtins/pushd.def:701
582 msgid "Removes entries from the directory stack. With no arguments,"
583 msgstr "Removes entries from the directory stack. With no arguments,"
585 #: builtins/pushd.def:702
586 msgid "removes the top directory from the stack, and cd's to the new"
587 msgstr "removes the top directory from the stack, and cd's to the new"
589 #: builtins/pushd.def:703
590 msgid "top directory."
591 msgstr "top directory."
593 #: builtins/pushd.def:705
594 msgid "+N removes the Nth entry counting from the left of the list"
595 msgstr "+N removes the Nth entry counting from the left of the list"
597 #: builtins/pushd.def:706
598 msgid " shown by `dirs', starting with zero. For example: `popd +0'"
599 msgstr " shown by ‘dirs’, starting with zero. For example: ‘popd +0’"
601 #: builtins/pushd.def:707
602 msgid " removes the first directory, `popd +1' the second."
603 msgstr " removes the first directory, ‘popd +1’ the second."
605 #: builtins/pushd.def:709
606 msgid "-N removes the Nth entry counting from the right of the list"
607 msgstr "-N removes the Nth entry counting from the right of the list"
609 #: builtins/pushd.def:710
610 msgid " shown by `dirs', starting with zero. For example: `popd -0'"
611 msgstr " shown by ‘dirs’, starting with zero. For example: ‘popd -0’"
613 #: builtins/pushd.def:711
614 msgid " removes the last directory, `popd -1' the next to last."
615 msgstr " removes the last directory, ‘popd -1’ the next to last."
617 #: builtins/pushd.def:713
618 msgid "-n suppress the normal change of directory when removing directories"
619 msgstr "-n suppress the normal change of directory when removing directories"
621 #: builtins/pushd.def:714
622 msgid " from the stack, so only the stack is manipulated."
623 msgstr " from the stack, so only the stack is manipulated."
625 #: builtins/read.def:211
627 msgid "%s: invalid timeout specification"
628 msgstr "%s: invalid timeout specification"
630 #: builtins/read.def:234
632 msgid "%s: invalid file descriptor specification"
633 msgstr "%s: invalid file descriptor specification"
635 #: builtins/read.def:241
637 msgid "%d: invalid file descriptor: %s"
638 msgstr "%d: invalid file descriptor: %s"
640 #: builtins/read.def:474
642 msgid "read error: %d: %s"
643 msgstr "read error: %d: %s"
645 #: builtins/return.def:63
646 msgid "can only `return' from a function or sourced script"
647 msgstr "can only ‘return’ from a function or sourced script"
649 #: builtins/set.def:745
650 msgid "cannot simultaneously unset a function and a variable"
651 msgstr "cannot simultaneously unset a function and a variable"
653 #: builtins/set.def:782
655 msgid "%s: cannot unset"
656 msgstr "%s: cannot unset"
658 #: builtins/set.def:789
660 msgid "%s: cannot unset: readonly %s"
661 msgstr "%s: cannot unset: readonly %s"
663 #: builtins/set.def:800
665 msgid "%s: not an array variable"
666 msgstr "%s: not an array variable"
668 #: builtins/setattr.def:166
670 msgid "%s: not a function"
671 msgstr "%s: not a function"
673 #: builtins/shift.def:66 builtins/shift.def:72
677 #: builtins/shopt.def:227
678 msgid "cannot set and unset shell options simultaneously"
679 msgstr "cannot set and unset shell options simultaneously"
681 #: builtins/shopt.def:292
683 msgid "%s: invalid shell option name"
684 msgstr "%s: invalid shell option name"
686 #: builtins/source.def:117
687 msgid "filename argument required"
688 msgstr "filename argument required"
690 #: builtins/source.def:137
692 msgid "%s: file not found"
693 msgstr "%s: file not found"
695 #: builtins/suspend.def:93
696 msgid "cannot suspend"
697 msgstr "cannot suspend"
699 #: builtins/suspend.def:103
700 msgid "cannot suspend a login shell"
701 msgstr "cannot suspend a login shell"
703 #: builtins/type.def:232
705 msgid "%s is aliased to `%s'\n"
706 msgstr "%s is aliased to ‘%s’\n"
708 #: builtins/type.def:253
710 msgid "%s is a shell keyword\n"
711 msgstr "%s is a shell keyword\n"
713 #: builtins/type.def:273
715 msgid "%s is a function\n"
716 msgstr "%s is a function\n"
718 #: builtins/type.def:298
720 msgid "%s is a shell builtin\n"
721 msgstr "%s is a shell builtin\n"
723 #: builtins/type.def:319
728 #: builtins/type.def:339
730 msgid "%s is hashed (%s)\n"
731 msgstr "%s is hashed (%s)\n"
733 #: builtins/ulimit.def:344
735 msgid "%s: invalid limit argument"
736 msgstr "%s: invalid limit argument"
738 #: builtins/ulimit.def:370
740 msgid "`%c': bad command"
741 msgstr "‘%c’: bad command"
743 #: builtins/ulimit.def:399
745 msgid "%s: cannot get limit: %s"
746 msgstr "%s: cannot get limit: %s"
748 #: builtins/ulimit.def:437
750 msgid "%s: cannot modify limit: %s"
751 msgstr "%s: cannot modify limit: %s"
753 #: builtins/umask.def:112
755 msgstr "octal number"
757 #: builtins/umask.def:226
759 msgid "`%c': invalid symbolic mode operator"
760 msgstr "‘%c’: invalid symbolic mode operator"
762 #: builtins/umask.def:281
764 msgid "`%c': invalid symbolic mode character"
765 msgstr "‘%c’: invalid symbolic mode character"
769 msgid "last command: %s\n"
770 msgstr "last command: %s\n"
778 msgid "%s: warning: "
779 msgstr "%s: warning: "
782 msgid "unknown command error"
783 msgstr "unknown command error"
786 msgid "bad command type"
787 msgstr "bad command type"
790 msgid "bad connector"
791 msgstr "bad connector"
799 msgid "%s: unbound variable"
800 msgstr "%s: unbound variable"
803 msgid "
\atimed out waiting for input: auto-logout\n"
804 msgstr "
\atimed out waiting for input: auto-logout\n"
808 msgid "cannot redirect standard input from /dev/null: %s"
809 msgstr "cannot redirect standard input from /dev/null: %s"
811 #: execute_cmd.c:1036
813 msgid "TIMEFORMAT: `%c': invalid format character"
814 msgstr "TIMEFORMAT: ‘%c’: invalid format character"
816 #: execute_cmd.c:3551
818 msgid "%s: restricted: cannot specify `/' in command names"
819 msgstr "%s: restricted: cannot specify ‘/’ in command names"
821 #: execute_cmd.c:3639
823 msgid "%s: command not found"
824 msgstr "%s: command not found"
826 #: execute_cmd.c:3876
828 msgid "%s: %s: bad interpreter"
829 msgstr "%s: %s: bad interpreter"
831 #: execute_cmd.c:3913
833 msgid "%s: cannot execute binary file"
834 msgstr "%s: cannot execute binary file"
836 #: execute_cmd.c:4025
838 msgid "cannot duplicate fd %d to fd %d"
839 msgstr "cannot duplicate fd %d to fd %d"
842 msgid "expression recursion level exceeded"
843 msgstr "expression recursion level exceeded"
846 msgid "recursion stack underflow"
847 msgstr "recursion stack underflow"
850 msgid "syntax error in expression"
851 msgstr "syntax error in expression"
854 msgid "attempted assignment to non-variable"
855 msgstr "attempted assignment to non-variable"
857 #: expr.c:436 expr.c:441 expr.c:751
858 msgid "division by 0"
859 msgstr "division by 0"
862 msgid "bug: bad expassign token"
863 msgstr "bug: bad expassign token"
866 msgid "`:' expected for conditional expression"
867 msgstr "‘:’ expected for conditional expression"
870 msgid "exponent less than 0"
871 msgstr "exponent less than 0"
874 msgid "identifier expected after pre-increment or pre-decrement"
875 msgstr "identifier expected after pre-increment or pre-decrement"
882 msgid "syntax error: operand expected"
883 msgstr "syntax error: operand expected"
886 msgid "invalid number"
887 msgstr "invalid number"
890 msgid "invalid arithmetic base"
891 msgstr "invalid arithmetic base"
894 msgid "value too great for base"
895 msgstr "value too great for base"
898 msgid "getcwd: cannot access parent directories"
899 msgstr "getcwd: cannot access parent directories"
903 msgid "cannot allocate new file descriptor for bash input from fd %d"
904 msgstr "cannot allocate new file descriptor for bash input from fd %d"
908 msgid "save_bash_input: buffer already exists for new fd %d"
909 msgstr "save_bash_input: buffer already exists for new fd %d"
913 msgid "deleting stopped job %d with process group %ld"
914 msgstr "deleting stopped job %d with process group %ld"
918 msgid "describe_pid: %ld: no such pid"
919 msgstr "describe_pid: %ld: no such pid"
921 #: jobs.c:1981 nojobs.c:648
923 msgid "wait: pid %ld is not a child of this shell"
924 msgstr "wait: pid %ld is not a child of this shell"
928 msgid "wait_for: No record of process %ld"
929 msgstr "wait_for: No record of process %ld"
933 msgid "wait_for_job: job %d is stopped"
934 msgstr "wait_for_job: job %d is stopped"
938 msgid "%s: job has terminated"
939 msgstr "%s: job has terminated"
943 msgid "%s: job %d already in background"
944 msgstr "%s: job %d already in background"
947 msgid "no job control in this shell"
948 msgstr "no job control in this shell"
950 #: lib/malloc/malloc.c:298
952 msgid "malloc: failed assertion: %s\n"
953 msgstr "malloc: failed assertion: %s\n"
955 #: lib/malloc/malloc.c:314
959 "malloc: %s:%d: assertion botched\r\n"
962 "malloc: %s:%d: assertion botched\r\n"
964 #: lib/malloc/malloc.c:740
965 msgid "malloc: block on free list clobbered"
966 msgstr "malloc: block on free list clobbered"
968 #: lib/malloc/malloc.c:817
969 msgid "free: called with already freed block argument"
970 msgstr "free: called with already freed block argument"
972 #: lib/malloc/malloc.c:820
973 msgid "free: called with unallocated block argument"
974 msgstr "free: called with unallocated block argument"
976 #: lib/malloc/malloc.c:839
977 msgid "free: underflow detected; mh_nbytes out of range"
978 msgstr "free: underflow detected; mh_nbytes out of range"
980 #: lib/malloc/malloc.c:845
981 msgid "free: start and end chunk sizes differ"
982 msgstr "free: start and end chunk sizes differ"
984 #: lib/malloc/malloc.c:942
985 msgid "realloc: called with unallocated block argument"
986 msgstr "realloc: called with unallocated block argument"
988 #: lib/malloc/malloc.c:957
989 msgid "realloc: underflow detected; mh_nbytes out of range"
990 msgstr "realloc: underflow detected; mh_nbytes out of range"
992 #: lib/malloc/malloc.c:963
993 msgid "realloc: start and end chunk sizes differ"
994 msgstr "realloc: start and end chunk sizes differ"
996 #: lib/malloc/table.c:175
997 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
998 msgstr "register_alloc: alloc table is full with FIND_ALLOC?\n"
1000 #: lib/malloc/table.c:182
1002 msgid "register_alloc: %p already in table as allocated?\n"
1003 msgstr "register_alloc: %p already in table as allocated?\n"
1005 #: lib/malloc/table.c:218
1007 msgid "register_free: %p already in table as free?\n"
1008 msgstr "register_free: %p already in table as free?\n"
1010 #: lib/malloc/watch.c:46
1014 #: lib/malloc/watch.c:48
1018 #: lib/malloc/watch.c:50
1019 msgid "requesting resize"
1020 msgstr "requesting resize"
1022 #: lib/malloc/watch.c:52
1023 msgid "just resized"
1024 msgstr "just resized"
1026 #: lib/malloc/watch.c:54
1027 msgid "bug: unknown operation"
1028 msgstr "bug: unknown operation"
1030 #: lib/malloc/watch.c:56
1032 msgid "malloc: watch alert: %p %s "
1033 msgstr "malloc: watch alert: %p %s "
1035 #: lib/sh/fmtulong.c:101
1036 msgid "invalid base"
1037 msgstr "invalid base"
1039 #: lib/sh/netopen.c:158
1041 msgid "%s: host unknown"
1042 msgstr "%s: host unknown"
1044 #: lib/sh/netopen.c:165
1046 msgid "%s: invalid service"
1047 msgstr "%s: invalid service"
1049 #: lib/sh/netopen.c:296
1051 msgid "%s: bad network path specification"
1052 msgstr "%s: bad network path specification"
1054 #: lib/sh/netopen.c:336
1055 msgid "network operations not supported"
1056 msgstr "network operations not supported"
1059 msgid "You have mail in $_"
1060 msgstr "You have mail in $_"
1063 msgid "You have new mail in $_"
1064 msgstr "You have new mail in $_"
1068 msgid "The mail in %s has been read\n"
1069 msgstr "The mail in %s has been read\n"
1072 msgid "syntax error: arithmetic expression required"
1073 msgstr "syntax error: arithmetic expression required"
1076 msgid "syntax error: `;' unexpected"
1077 msgstr "syntax error: ‘;’ unexpected"
1081 msgid "syntax error: `((%s))'"
1082 msgstr "syntax error: ‘((%s))’"
1086 msgid "make_here_document: bad instruction type %d"
1087 msgstr "make_here_document: bad instruction type %d"
1091 msgid "make_redirection: redirection instruction `%d' out of range"
1092 msgstr "make_redirection: redirection instruction ‘%d’ out of range"
1096 msgid "unexpected EOF while looking for matching `%c'"
1097 msgstr "unexpected EOF while looking for matching ‘%c’"
1100 msgid "unexpected EOF while looking for `]]'"
1101 msgstr "unexpected EOF while looking for ‘]]’"
1105 msgid "syntax error in conditional expression: unexpected token `%s'"
1106 msgstr "syntax error in conditional expression: unexpected token ‘%s’"
1109 msgid "syntax error in conditional expression"
1110 msgstr "syntax error in conditional expression"
1114 msgid "unexpected token `%s', expected `)'"
1115 msgstr "unexpected token ‘%s’, expected ‘)’"
1118 msgid "expected `)'"
1119 msgstr "expected ‘)’"
1123 msgid "unexpected argument `%s' to conditional unary operator"
1124 msgstr "unexpected argument ‘%s’ to conditional unary operator"
1127 msgid "unexpected argument to conditional unary operator"
1128 msgstr "unexpected argument to conditional unary operator"
1132 msgid "unexpected token `%s', conditional binary operator expected"
1133 msgstr "unexpected token ‘%s’, conditional binary operator expected"
1136 msgid "conditional binary operator expected"
1137 msgstr "conditional binary operator expected"
1141 msgid "unexpected argument `%s' to conditional binary operator"
1142 msgstr "unexpected argument ‘%s’ to conditional binary operator"
1145 msgid "unexpected argument to conditional binary operator"
1146 msgstr "unexpected argument to conditional binary operator"
1150 msgid "unexpected token `%c' in conditional command"
1151 msgstr "unexpected token ‘%c’ in conditional command"
1155 msgid "unexpected token `%s' in conditional command"
1156 msgstr "unexpected token ‘%s’ in conditional command"
1160 msgid "unexpected token %d in conditional command"
1161 msgstr "unexpected token %d in conditional command"
1165 msgid "syntax error near unexpected token `%s'"
1166 msgstr "syntax error near unexpected token ‘%s’"
1170 msgid "syntax error near `%s'"
1171 msgstr "syntax error near ‘%s’"
1174 msgid "syntax error: unexpected end of file"
1175 msgstr "syntax error: unexpected end of file"
1178 msgid "syntax error"
1179 msgstr "syntax error"
1183 msgid "Use \"%s\" to leave the shell.\n"
1184 msgstr "Use “%s” to leave the shell.\n"
1187 msgid "unexpected EOF while looking for matching `)'"
1188 msgstr "unexpected EOF while looking for matching ‘)’"
1192 msgid "completion: function `%s' not found"
1193 msgstr "completion: function ‘%s’ not found"
1197 msgid "progcomp_insert: %s: NULL COMPSPEC"
1198 msgstr "progcomp_insert: %s: NULL COMPSPEC"
1202 msgid "print_command: bad connector `%d'"
1203 msgstr "print_command: bad connector ‘%d’"
1207 msgid "cprintf: `%c': invalid format character"
1208 msgstr "cprintf: ‘%c’: invalid format character"
1211 msgid "file descriptor out of range"
1212 msgstr "file descriptor out of range"
1216 msgid "%s: ambiguous redirect"
1217 msgstr "%s: ambiguous redirect"
1221 msgid "%s: cannot overwrite existing file"
1222 msgstr "%s: cannot overwrite existing file"
1226 msgid "%s: restricted: cannot redirect output"
1227 msgstr "%s: restricted: cannot redirect output"
1231 msgid "cannot create temp file for here document: %s"
1232 msgstr "cannot create temp file for here document: %s"
1235 msgid "/dev/(tcp|udp)/host/port not supported without networking"
1236 msgstr "/dev/(tcp|udp)/host/port not supported without networking"
1239 msgid "redirection error: cannot duplicate fd"
1240 msgstr "redirection error: cannot duplicate fd"
1243 msgid "could not find /tmp, please create!"
1244 msgstr "could not find /tmp, please create!"
1247 msgid "/tmp must be a valid directory name"
1248 msgstr "/tmp must be a valid directory name"
1252 msgid "%c%c: invalid option"
1253 msgstr "%c%c: invalid option"
1256 msgid "I have no name!"
1257 msgstr "I have no name!"
1262 "Usage:\t%s [GNU long option] [option] ...\n"
1263 "\t%s [GNU long option] [option] script-file ...\n"
1265 "Usage:\t%s [GNU long option] [option] ...\n"
1266 "\t%s [GNU long option] [option] script-file ...\n"
1269 msgid "GNU long options:\n"
1270 msgstr "GNU long options:\n"
1273 msgid "Shell options:\n"
1274 msgstr "Shell options:\n"
1277 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1278 msgstr "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1282 msgid "\t-%s or -o option\n"
1283 msgstr "\t-%s or -o option\n"
1287 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1288 msgstr "Type ‘%s -c “help set”’ for more information about shell options.\n"
1292 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1293 msgstr "Type ‘%s -c help’ for more information about shell builtin commands.\n"
1296 msgid "Use the `bashbug' command to report bugs.\n"
1297 msgstr "Use the ‘bashbug’ command to report bugs.\n"
1301 msgid "sigprocmask: %d: invalid operation"
1302 msgstr "sigprocmask: %d: invalid operation"
1306 msgid "bad substitution: no closing `%s' in %s"
1307 msgstr "bad substitution: no closing ‘%s’ in %s"
1311 msgid "%s: cannot assign list to array member"
1312 msgstr "%s: cannot assign list to array member"
1314 #: subst.c:4208 subst.c:4224
1315 msgid "cannot make pipe for process substitution"
1316 msgstr "cannot make pipe for process substitution"
1319 msgid "cannot make child for process substitution"
1320 msgstr "cannot make child for process substitution"
1324 msgid "cannot open named pipe %s for reading"
1325 msgstr "cannot open named pipe %s for reading"
1329 msgid "cannot open named pipe %s for writing"
1330 msgstr "cannot open named pipe %s for writing"
1334 msgid "cannout reset nodelay mode for fd %d"
1335 msgstr "cannout reset nodelay mode for fd %d"
1339 msgid "cannot duplicate named pipe %s as fd %d"
1340 msgstr "cannot duplicate named pipe %s as fd %d"
1343 msgid "cannot make pipe for command substitution"
1344 msgstr "cannot make pipe for command substitution"
1347 msgid "cannot make child for command substitution"
1348 msgstr "cannot make child for command substitution"
1351 msgid "command_substitute: cannot duplicate pipe as fd 1"
1352 msgstr "command_substitute: cannot duplicate pipe as fd 1"
1356 msgid "%s: parameter null or not set"
1357 msgstr "%s: parameter null or not set"
1361 msgid "%s: substring expression < 0"
1362 msgstr "%s: substring expression < 0"
1366 msgid "%s: bad substitution"
1367 msgstr "%s: bad substitution"
1371 msgid "$%s: cannot assign in this way"
1372 msgstr "$%s: cannot assign in this way"
1376 msgid "no match: %s"
1377 msgstr "no match: %s"
1380 msgid "argument expected"
1381 msgstr "argument expected"
1385 msgid "%s: integer expression expected"
1386 msgstr "%s: integer expression expected"
1389 msgid "`)' expected"
1390 msgstr "‘)’ expected"
1394 msgid "`)' expected, found %s"
1395 msgstr "‘)’ expected, found %s"
1397 #: test.c:378 test.c:787 test.c:790
1399 msgid "%s: unary operator expected"
1400 msgstr "%s: unary operator expected"
1402 #: test.c:543 test.c:830
1404 msgid "%s: binary operator expected"
1405 msgstr "%s: binary operator expected"
1409 msgstr "missing ‘]’"
1412 msgid "invalid signal number"
1413 msgstr "invalid signal number"
1417 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1418 msgstr "run_pending_traps: bad value in trap_list[%d]: %p"
1423 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1425 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1429 msgid "trap_handler: bad signal %d"
1430 msgstr "trap_handler: bad signal %d"
1434 msgid "error importing function definition for `%s'"
1435 msgstr "error importing function definition for ‘%s’"
1439 msgid "shell level (%d) too high, resetting to 1"
1440 msgstr "shell level (%d) too high, resetting to 1"
1443 msgid "make_local_variable: no function context at current scope"
1444 msgstr "make_local_variable: no function context at current scope"
1447 msgid "all_local_variables: no function context at current scope"
1448 msgstr "all_local_variables: no function context at current scope"
1450 #: variables.c:3021 variables.c:3030
1452 msgid "invalid character %d in exportstr for %s"
1453 msgstr "invalid character %d in exportstr for %s"
1457 msgid "no `=' in exportstr for %s"
1458 msgstr "no ‘=’ in exportstr for %s"
1461 msgid "pop_var_context: head of shell_variables not a function context"
1462 msgstr "pop_var_context: head of shell_variables not a function context"
1465 msgid "pop_var_context: no global_variables context"
1466 msgstr "pop_var_context: no global_variables context"
1469 msgid "pop_scope: head of shell_variables not a temporary environment scope"
1470 msgstr "pop_scope: head of shell_variables not a temporary environment scope"
1473 msgid "Copyright (C) 2005 Free Software Foundation, Inc.\n"
1474 msgstr "Copyright (C) 2005 Free Software Foundation, Inc.\n"
1478 msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
1479 msgstr "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
1483 msgid "xmalloc: cannot allocate %lu bytes"
1484 msgstr "xmalloc: cannot allocate %lu bytes"
1488 msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
1489 msgstr "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
1493 msgid "xrealloc: cannot allocate %lu bytes"
1494 msgstr "xrealloc: cannot allocate %lu bytes"
1498 msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1499 msgstr "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1503 msgid "xmalloc: %s:%d: cannot allocate %lu bytes"
1504 msgstr "xmalloc: %s:%d: cannot allocate %lu bytes"
1508 msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
1509 msgstr "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
1513 msgid "xrealloc: %s:%d: cannot allocate %lu bytes"
1514 msgstr "xrealloc: %s:%d: cannot allocate %lu bytes"
1518 " `alias' with no arguments or with the -p option prints the list\n"
1519 " of aliases in the form alias NAME=VALUE on standard output.\n"
1520 " Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
1521 " A trailing space in VALUE causes the next word to be checked for\n"
1522 " alias substitution when the alias is expanded. Alias returns\n"
1523 " true unless a NAME is given for which no alias has been defined."
1525 " ‘alias’ with no arguments or with the -p option prints the list\n"
1526 " of aliases in the form alias NAME=VALUE on standard output.\n"
1527 " Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
1528 " A trailing space in VALUE causes the next word to be checked for\n"
1529 " alias substitution when the alias is expanded. Alias returns\n"
1530 " true unless a NAME is given for which no alias has been defined."
1534 " Remove NAMEs from the list of defined aliases. If the -a option is given,\n"
1535 " then remove all alias definitions."
1537 " Remove NAMEs from the list of defined aliases. If the -a option is given,\n"
1538 " then remove all alias definitions."
1542 " Bind a key sequence to a Readline function or a macro, or set\n"
1543 " a Readline variable. The non-option argument syntax is equivalent\n"
1544 " to that found in ~/.inputrc, but must be passed as a single argument:\n"
1545 " bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
1546 " bind accepts the following options:\n"
1547 " -m keymap Use `keymap' as the keymap for the duration of "
1549 " command. Acceptable keymap names are emacs,\n"
1550 " emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
1552 " vi-command, and vi-insert.\n"
1553 " -l List names of functions.\n"
1554 " -P List function names and bindings.\n"
1555 " -p List functions and bindings in a form that can be\n"
1556 " reused as input.\n"
1557 " -r keyseq Remove the binding for KEYSEQ.\n"
1558 " -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
1559 " \t\t\t\tKEYSEQ is entered.\n"
1560 " -f filename Read key bindings from FILENAME.\n"
1561 " -q function-name Query about which keys invoke the named function.\n"
1562 " -u function-name Unbind all keys which are bound to the named "
1564 " -V List variable names and values\n"
1565 " -v List variable names and values in a form that can\n"
1566 " be reused as input.\n"
1567 " -S List key sequences that invoke macros and their "
1569 " -s List key sequences that invoke macros and their "
1571 " in a form that can be reused as input."
1573 " Bind a key sequence to a Readline function or a macro, or set\n"
1574 " a Readline variable. The non-option argument syntax is equivalent\n"
1575 " to that found in ~/.inputrc, but must be passed as a single argument:\n"
1576 " bind '“\\C-x\\C-r”: re-read-init-file'.\n"
1577 " bind accepts the following options:\n"
1578 " -m keymap Use ‘keymap’ as the keymap for the duration of "
1580 " command. Acceptable keymap names are emacs,\n"
1581 " emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
1583 " vi-command, and vi-insert.\n"
1584 " -l List names of functions.\n"
1585 " -P List function names and bindings.\n"
1586 " -p List functions and bindings in a form that can be\n"
1587 " reused as input.\n"
1588 " -r keyseq Remove the binding for KEYSEQ.\n"
1589 " -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
1590 " \t\t\t\tKEYSEQ is entered.\n"
1591 " -f filename Read key bindings from FILENAME.\n"
1592 " -q function-name Query about which keys invoke the named function.\n"
1593 " -u function-name Unbind all keys which are bound to the named "
1595 " -V List variable names and values\n"
1596 " -v List variable names and values in a form that can\n"
1597 " be reused as input.\n"
1598 " -S List key sequences that invoke macros and their "
1600 " -s List key sequences that invoke macros and their "
1602 " in a form that can be reused as input."
1606 " Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n"
1609 " Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n"
1614 " Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
1615 " If N is specified, resume at the N-th enclosing loop."
1617 " Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
1618 " If N is specified, resume at the N-th enclosing loop."
1622 " Run a shell builtin. This is useful when you wish to rename a\n"
1623 " shell builtin to be a function, but need the functionality of the\n"
1624 " builtin within the function itself."
1626 " Run a shell builtin. This is useful when you wish to rename a\n"
1627 " shell builtin to be a function, but need the functionality of the\n"
1628 " builtin within the function itself."
1632 " Returns the context of the current subroutine call.\n"
1634 " Without EXPR, returns returns \"$line $filename\". With EXPR,\n"
1635 " returns \"$line $subroutine $filename\"; this extra information\n"
1636 " can be used used to provide a stack trace.\n"
1638 " The value of EXPR indicates how many call frames to go back before the\n"
1639 " current one; the top frame is frame 0."
1641 " Returns the context of the current subroutine call.\n"
1643 " Without EXPR, returns returns “$line $filename”. With EXPR,\n"
1644 " returns “$line $subroutine $filename”; this extra information\n"
1645 " can be used used to provide a stack trace.\n"
1647 " The value of EXPR indicates how many call frames to go back before the\n"
1648 " current one; the top frame is frame 0."
1652 " Change the current directory to DIR. The variable $HOME is the\n"
1653 " default DIR. The variable CDPATH defines the search path for\n"
1654 " the directory containing DIR. Alternative directory names in CDPATH\n"
1655 " are separated by a colon (:). A null directory name is the same as\n"
1656 " the current directory, i.e. `.'. If DIR begins with a slash (/),\n"
1657 " then CDPATH is not used. If the directory is not found, and the\n"
1658 " shell option `cdable_vars' is set, then try the word as a variable\n"
1659 " name. If that variable has a value, then cd to the value of that\n"
1660 " variable. The -P option says to use the physical directory structure\n"
1661 " instead of following symbolic links; the -L option forces symbolic "
1665 " Change the current directory to DIR. The variable $HOME is the\n"
1666 " default DIR. The variable CDPATH defines the search path for\n"
1667 " the directory containing DIR. Alternative directory names in CDPATH\n"
1668 " are separated by a colon (:). A null directory name is the same as\n"
1669 " the current directory, i.e. ‘.’. If DIR begins with a slash (/),\n"
1670 " then CDPATH is not used. If the directory is not found, and the\n"
1671 " shell option ‘cdable_vars’ is set, then try the word as a variable\n"
1672 " name. If that variable has a value, then cd to the value of that\n"
1673 " variable. The -P option says to use the physical directory structure\n"
1674 " instead of following symbolic links; the -L option forces symbolic "
1680 " Print the current working directory. With the -P option, pwd prints\n"
1681 " the physical directory, without any symbolic links; the -L option\n"
1682 " makes pwd follow symbolic links."
1684 " Print the current working directory. With the -P option, pwd prints\n"
1685 " the physical directory, without any symbolic links; the -L option\n"
1686 " makes pwd follow symbolic links."
1689 msgid " No effect; the command does nothing. A zero exit code is returned."
1690 msgstr " No effect; the command does nothing. A zero exit code is returned."
1693 msgid " Return a successful result."
1694 msgstr " Return a successful result."
1697 msgid " Return an unsuccessful result."
1698 msgstr " Return an unsuccessful result."
1702 " Runs COMMAND with ARGS ignoring shell functions. If you have a shell\n"
1703 " function called `ls', and you wish to call the command `ls', you can\n"
1704 " say \"command ls\". If the -p option is given, a default value is used\n"
1705 " for PATH that is guaranteed to find all of the standard utilities. If\n"
1706 " the -V or -v option is given, a string is printed describing COMMAND.\n"
1707 " The -V option produces a more verbose description."
1709 " Runs COMMAND with ARGS ignoring shell functions. If you have a shell\n"
1710 " function called ‘ls’, and you wish to call the command ‘ls’, you can\n"
1711 " say “command ls”. If the -p option is given, a default value is used\n"
1712 " for PATH that is guaranteed to find all of the standard utilities. If\n"
1713 " the -V or -v option is given, a string is printed describing COMMAND.\n"
1714 " The -V option produces a more verbose description."
1718 " Declare variables and/or give them attributes. If no NAMEs are\n"
1719 " given, then display the values of variables instead. The -p option\n"
1720 " will display the attributes and values of each NAME.\n"
1724 " -a\tto make NAMEs arrays (if supported)\n"
1725 " -f\tto select from among function names only\n"
1726 " -F\tto display function names (and line number and source file name "
1728 " \tdebugging) without definitions\n"
1729 " -i\tto make NAMEs have the `integer' attribute\n"
1730 " -r\tto make NAMEs readonly\n"
1731 " -t\tto make NAMEs have the `trace' attribute\n"
1732 " -x\tto make NAMEs export\n"
1734 " Variables with the integer attribute have arithmetic evaluation (see\n"
1735 " `let') done when the variable is assigned to.\n"
1737 " When displaying values of variables, -f displays a function's name\n"
1738 " and definition. The -F option restricts the display to function\n"
1741 " Using `+' instead of `-' turns off the given attribute instead. When\n"
1742 " used in a function, makes NAMEs local, as with the `local' command."
1744 " Declare variables and/or give them attributes. If no NAMEs are\n"
1745 " given, then display the values of variables instead. The -p option\n"
1746 " will display the attributes and values of each NAME.\n"
1750 " -a\tto make NAMEs arrays (if supported)\n"
1751 " -f\tto select from among function names only\n"
1752 " -F\tto display function names (and line number and source file name "
1754 " \tdebugging) without definitions\n"
1755 " -i\tto make NAMEs have the ‘integer’ attribute\n"
1756 " -r\tto make NAMEs readonly\n"
1757 " -t\tto make NAMEs have the ‘trace’ attribute\n"
1758 " -x\tto make NAMEs export\n"
1760 " Variables with the integer attribute have arithmetic evaluation (see\n"
1761 " ‘let’) done when the variable is assigned to.\n"
1763 " When displaying values of variables, -f displays a function's name\n"
1764 " and definition. The -F option restricts the display to function\n"
1767 " Using ‘+’ instead of ‘-’ turns off the given attribute instead. When\n"
1768 " used in a function, makes NAMEs local, as with the ‘local’ command."
1771 msgid " Obsolete. See `declare'."
1772 msgstr " Obsolete. See ‘declare’."
1776 " Create a local variable called NAME, and give it VALUE. LOCAL\n"
1777 " can only be used within a function; it makes the variable NAME\n"
1778 " have a visible scope restricted to that function and its children."
1780 " Create a local variable called NAME, and give it VALUE. LOCAL\n"
1781 " can only be used within a function; it makes the variable NAME\n"
1782 " have a visible scope restricted to that function and its children."
1786 " Output the ARGs. If -n is specified, the trailing newline is\n"
1787 " suppressed. If the -e option is given, interpretation of the\n"
1788 " following backslash-escaped characters is turned on:\n"
1789 " \t\\a\talert (bell)\n"
1790 " \t\\b\tbackspace\n"
1791 " \t\\c\tsuppress trailing newline\n"
1792 " \t\\E\tescape character\n"
1793 " \t\\f\tform feed\n"
1794 " \t\\n\tnew line\n"
1795 " \t\\r\tcarriage return\n"
1796 " \t\\t\thorizontal tab\n"
1797 " \t\\v\tvertical tab\n"
1798 " \t\\\\\tbackslash\n"
1799 " \t\\num\tthe character whose ASCII code is NUM (octal).\n"
1801 " You can explicitly turn off the interpretation of the above characters\n"
1802 " with the -E option."
1804 " Output the ARGs. If -n is specified, the trailing newline is\n"
1805 " suppressed. If the -e option is given, interpretation of the\n"
1806 " following backslash-escaped characters is turned on:\n"
1807 " \t\\a\talert (bell)\n"
1808 " \t\\b\tbackspace\n"
1809 " \t\\c\tsuppress trailing newline\n"
1810 " \t\\E\tescape character\n"
1811 " \t\\f\tform feed\n"
1812 " \t\\n\tnew line\n"
1813 " \t\\r\tcarriage return\n"
1814 " \t\\t\thorizontal tab\n"
1815 " \t\\v\tvertical tab\n"
1816 " \t\\\\\tbackslash\n"
1817 " \t\\num\tthe character whose ASCII code is NUM (octal).\n"
1819 " You can explicitly turn off the interpretation of the above characters\n"
1820 " with the -E option."
1824 " Output the ARGs. If -n is specified, the trailing newline is suppressed."
1826 " Output the ARGs. If -n is specified, the trailing newline is suppressed."
1830 " Enable and disable builtin shell commands. This allows\n"
1831 " you to use a disk command which has the same name as a shell\n"
1832 " builtin without specifying a full pathname. If -n is used, the\n"
1833 " NAMEs become disabled; otherwise NAMEs are enabled. For example,\n"
1834 " to use the `test' found in $PATH instead of the shell builtin\n"
1835 " version, type `enable -n test'. On systems supporting dynamic\n"
1836 " loading, the -f option may be used to load new builtins from the\n"
1837 " shared object FILENAME. The -d option will delete a builtin\n"
1838 " previously loaded with -f. If no non-option names are given, or\n"
1839 " the -p option is supplied, a list of builtins is printed. The\n"
1840 " -a option means to print every builtin with an indication of whether\n"
1841 " or not it is enabled. The -s option restricts the output to the "
1843 " `special' builtins. The -n option displays a list of all disabled "
1846 " Enable and disable builtin shell commands. This allows\n"
1847 " you to use a disk command which has the same name as a shell\n"
1848 " builtin without specifying a full pathname. If -n is used, the\n"
1849 " NAMEs become disabled; otherwise NAMEs are enabled. For example,\n"
1850 " to use the ‘test’ found in $PATH instead of the shell builtin\n"
1851 " version, type ‘enable -n test’. On systems supporting dynamic\n"
1852 " loading, the -f option may be used to load new builtins from the\n"
1853 " shared object FILENAME. The -d option will delete a builtin\n"
1854 " previously loaded with -f. If no non-option names are given, or\n"
1855 " the -p option is supplied, a list of builtins is printed. The\n"
1856 " -a option means to print every builtin with an indication of whether\n"
1857 " or not it is enabled. The -s option restricts the output to the "
1859 " ‘special’ builtins. The -n option displays a list of all disabled "
1863 msgid " Read ARGs as input to the shell and execute the resulting command(s)."
1864 msgstr " Read ARGs as input to the shell and execute the resulting command(s)."
1868 " Getopts is used by shell procedures to parse positional parameters.\n"
1870 " OPTSTRING contains the option letters to be recognized; if a letter\n"
1871 " is followed by a colon, the option is expected to have an argument,\n"
1872 " which should be separated from it by white space.\n"
1874 " Each time it is invoked, getopts will place the next option in the\n"
1875 " shell variable $name, initializing name if it does not exist, and\n"
1876 " the index of the next argument to be processed into the shell\n"
1877 " variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
1878 " a shell script is invoked. When an option requires an argument,\n"
1879 " getopts places that argument into the shell variable OPTARG.\n"
1881 " getopts reports errors in one of two ways. If the first character\n"
1882 " of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
1883 " this mode, no error messages are printed. If an invalid option is\n"
1884 " seen, getopts places the option character found into OPTARG. If a\n"
1885 " required argument is not found, getopts places a ':' into NAME and\n"
1886 " sets OPTARG to the option character found. If getopts is not in\n"
1887 " silent mode, and an invalid option is seen, getopts places '?' into\n"
1888 " NAME and unsets OPTARG. If a required argument is not found, a '?'\n"
1889 " is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
1892 " If the shell variable OPTERR has the value 0, getopts disables the\n"
1893 " printing of error messages, even if the first character of\n"
1894 " OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
1896 " Getopts normally parses the positional parameters ($0 - $9), but if\n"
1897 " more arguments are given, they are parsed instead."
1899 " Getopts is used by shell procedures to parse positional parameters.\n"
1901 " OPTSTRING contains the option letters to be recognized; if a letter\n"
1902 " is followed by a colon, the option is expected to have an argument,\n"
1903 " which should be separated from it by white space.\n"
1905 " Each time it is invoked, getopts will place the next option in the\n"
1906 " shell variable $name, initializing name if it does not exist, and\n"
1907 " the index of the next argument to be processed into the shell\n"
1908 " variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
1909 " a shell script is invoked. When an option requires an argument,\n"
1910 " getopts places that argument into the shell variable OPTARG.\n"
1912 " getopts reports errors in one of two ways. If the first character\n"
1913 " of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
1914 " this mode, no error messages are printed. If an invalid option is\n"
1915 " seen, getopts places the option character found into OPTARG. If a\n"
1916 " required argument is not found, getopts places a ‘:’ into NAME and\n"
1917 " sets OPTARG to the option character found. If getopts is not in\n"
1918 " silent mode, and an invalid option is seen, getopts places ‘?’ into\n"
1919 " NAME and unsets OPTARG. If a required argument is not found, a ‘?’\n"
1920 " is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
1923 " If the shell variable OPTERR has the value 0, getopts disables the\n"
1924 " printing of error messages, even if the first character of\n"
1925 " OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
1927 " Getopts normally parses the positional parameters ($0 - $9), but if\n"
1928 " more arguments are given, they are parsed instead."
1932 " Exec FILE, replacing this shell with the specified program.\n"
1933 " If FILE is not specified, the redirections take effect in this\n"
1934 " shell. If the first argument is `-l', then place a dash in the\n"
1935 " zeroth arg passed to FILE, as login does. If the `-c' option\n"
1936 " is supplied, FILE is executed with a null environment. The `-a'\n"
1937 " option means to make set argv[0] of the executed process to NAME.\n"
1938 " If the file cannot be executed and the shell is not interactive,\n"
1939 " then the shell exits, unless the shell option `execfail' is set."
1941 " Exec FILE, replacing this shell with the specified program.\n"
1942 " If FILE is not specified, the redirections take effect in this\n"
1943 " shell. If the first argument is ‘-l’, then place a dash in the\n"
1944 " zeroth arg passed to FILE, as login does. If the ‘-c’ option\n"
1945 " is supplied, FILE is executed with a null environment. The ‘-a’\n"
1946 " option means to make set argv[0] of the executed process to NAME.\n"
1947 " If the file cannot be executed and the shell is not interactive,\n"
1948 " then the shell exits, unless the shell option ‘execfail’ is set."
1952 " Exit the shell with a status of N. If N is omitted, the exit status\n"
1953 " is that of the last command executed."
1955 " Exit the shell with a status of N. If N is omitted, the exit status\n"
1956 " is that of the last command executed."
1959 msgid " Logout of a login shell."
1960 msgstr " Logout of a login shell."
1964 " fc is used to list or edit and re-execute commands from the history list.\n"
1965 " FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
1966 " string, which means the most recent command beginning with that\n"
1969 " -e ENAME selects which editor to use. Default is FCEDIT, then "
1973 " -l means list lines instead of editing.\n"
1974 " -n means no line numbers listed.\n"
1975 " -r means reverse the order of the lines (making it newest listed "
1978 " With the `fc -s [pat=rep ...] [command]' format, the command is\n"
1979 " re-executed after the substitution OLD=NEW is performed.\n"
1981 " A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
1982 " runs the last command beginning with `cc' and typing `r' re-executes\n"
1983 " the last command."
1985 " fc is used to list or edit and re-execute commands from the history list.\n"
1986 " FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
1987 " string, which means the most recent command beginning with that\n"
1990 " -e ENAME selects which editor to use. Default is FCEDIT, then "
1994 " -l means list lines instead of editing.\n"
1995 " -n means no line numbers listed.\n"
1996 " -r means reverse the order of the lines (making it newest listed "
1999 " With the ‘fc -s [pat=rep ...] [command]’ format, the command is\n"
2000 " re-executed after the substitution OLD=NEW is performed.\n"
2002 " A useful alias to use with this is r='fc -s', so that typing ‘r cc’\n"
2003 " runs the last command beginning with ‘cc’ and typing ‘r’ re-executes\n"
2004 " the last command."
2008 " Place JOB_SPEC in the foreground, and make it the current job. If\n"
2009 " JOB_SPEC is not present, the shell's notion of the current job is\n"
2012 " Place JOB_SPEC in the foreground, and make it the current job. If\n"
2013 " JOB_SPEC is not present, the shell's notion of the current job is\n"
2018 " Place each JOB_SPEC in the background, as if it had been started with\n"
2019 " `&'. If JOB_SPEC is not present, the shell's notion of the current\n"
2022 " Place each JOB_SPEC in the background, as if it had been started with\n"
2023 " ‘&’. If JOB_SPEC is not present, the shell's notion of the current\n"
2028 " For each NAME, the full pathname of the command is determined and\n"
2029 " remembered. If the -p option is supplied, PATHNAME is used as the\n"
2030 " full pathname of NAME, and no path search is performed. The -r\n"
2031 " option causes the shell to forget all remembered locations. The -d\n"
2032 " option causes the shell to forget the remembered location of each NAME.\n"
2033 " If the -t option is supplied the full pathname to which each NAME\n"
2034 " corresponds is printed. If multiple NAME arguments are supplied with\n"
2035 " -t, the NAME is printed before the hashed full pathname. The -l option\n"
2036 " causes output to be displayed in a format that may be reused as input.\n"
2037 " If no arguments are given, information about remembered commands is "
2040 " For each NAME, the full pathname of the command is determined and\n"
2041 " remembered. If the -p option is supplied, PATHNAME is used as the\n"
2042 " full pathname of NAME, and no path search is performed. The -r\n"
2043 " option causes the shell to forget all remembered locations. The -d\n"
2044 " option causes the shell to forget the remembered location of each NAME.\n"
2045 " If the -t option is supplied the full pathname to which each NAME\n"
2046 " corresponds is printed. If multiple NAME arguments are supplied with\n"
2047 " -t, the NAME is printed before the hashed full pathname. The -l option\n"
2048 " causes output to be displayed in a format that may be reused as input.\n"
2049 " If no arguments are given, information about remembered commands is "
2054 " Display helpful information about builtin commands. If PATTERN is\n"
2055 " specified, gives detailed help on all commands matching PATTERN,\n"
2056 " otherwise a list of the builtins is printed. The -s option\n"
2057 " restricts the output for each builtin command matching PATTERN to\n"
2058 " a short usage synopsis."
2060 " Display helpful information about builtin commands. If PATTERN is\n"
2061 " specified, gives detailed help on all commands matching PATTERN,\n"
2062 " otherwise a list of the builtins is printed. The -s option\n"
2063 " restricts the output for each builtin command matching PATTERN to\n"
2064 " a short usage synopsis."
2068 " Display the history list with line numbers. Lines listed with\n"
2069 " with a `*' have been modified. Argument of N says to list only\n"
2070 " the last N lines. The `-c' option causes the history list to be\n"
2071 " cleared by deleting all of the entries. The `-d' option deletes\n"
2072 " the history entry at offset OFFSET. The `-w' option writes out the\n"
2073 " current history to the history file; `-r' means to read the file and\n"
2074 " append the contents to the history list instead. `-a' means\n"
2075 " to append history lines from this session to the history file.\n"
2076 " Argument `-n' means to read all history lines not already read\n"
2077 " from the history file and append them to the history list.\n"
2079 " If FILENAME is given, then that is used as the history file else\n"
2080 " if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
2081 " If the -s option is supplied, the non-option ARGs are appended to\n"
2082 " the history list as a single entry. The -p option means to perform\n"
2083 " history expansion on each ARG and display the result, without storing\n"
2084 " anything in the history list.\n"
2086 " If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
2087 " as a format string for strftime(3) to print the time stamp associated\n"
2088 " with each displayed history entry. No time stamps are printed otherwise."
2090 " Display the history list with line numbers. Lines listed with\n"
2091 " with a ‘*’ have been modified. Argument of N says to list only\n"
2092 " the last N lines. The ‘-c’ option causes the history list to be\n"
2093 " cleared by deleting all of the entries. The ‘-d’ option deletes\n"
2094 " the history entry at offset OFFSET. The ‘-w’ option writes out the\n"
2095 " current history to the history file; ‘-r’ means to read the file and\n"
2096 " append the contents to the history list instead. ‘-a’ means\n"
2097 " to append history lines from this session to the history file.\n"
2098 " Argument ‘-n’ means to read all history lines not already read\n"
2099 " from the history file and append them to the history list.\n"
2101 " If FILENAME is given, then that is used as the history file else\n"
2102 " if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
2103 " If the -s option is supplied, the non-option ARGs are appended to\n"
2104 " the history list as a single entry. The -p option means to perform\n"
2105 " history expansion on each ARG and display the result, without storing\n"
2106 " anything in the history list.\n"
2108 " If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
2109 " as a format string for strftime(3) to print the time stamp associated\n"
2110 " with each displayed history entry. No time stamps are printed otherwise."
2114 " Lists the active jobs. The -l option lists process id's in addition\n"
2115 " to the normal information; the -p option lists process id's only.\n"
2116 " If -n is given, only processes that have changed status since the last\n"
2117 " notification are printed. JOBSPEC restricts output to that job. The\n"
2118 " -r and -s options restrict output to running and stopped jobs only,\n"
2119 " respectively. Without options, the status of all active jobs is\n"
2120 " printed. If -x is given, COMMAND is run after all job specifications\n"
2121 " that appear in ARGS have been replaced with the process ID of that "
2123 " process group leader."
2125 " Lists the active jobs. The -l option lists process id's in addition\n"
2126 " to the normal information; the -p option lists process id's only.\n"
2127 " If -n is given, only processes that have changed status since the last\n"
2128 " notification are printed. JOBSPEC restricts output to that job. The\n"
2129 " -r and -s options restrict output to running and stopped jobs only,\n"
2130 " respectively. Without options, the status of all active jobs is\n"
2131 " printed. If -x is given, COMMAND is run after all job specifications\n"
2132 " that appear in ARGS have been replaced with the process ID of that "
2134 " process group leader."
2138 " By default, removes each JOBSPEC argument from the table of active jobs.\n"
2139 " If the -h option is given, the job is not removed from the table, but "
2141 " marked so that SIGHUP is not sent to the job if the shell receives a\n"
2142 " SIGHUP. The -a option, when JOBSPEC is not supplied, means to remove "
2144 " jobs from the job table; the -r option means to remove only running jobs."
2146 " By default, removes each JOBSPEC argument from the table of active jobs.\n"
2147 " If the -h option is given, the job is not removed from the table, but "
2149 " marked so that SIGHUP is not sent to the job if the shell receives a\n"
2150 " SIGHUP. The -a option, when JOBSPEC is not supplied, means to remove "
2152 " jobs from the job table; the -r option means to remove only running jobs."
2156 " Send the processes named by PID (or JOBSPEC) the signal SIGSPEC. If\n"
2157 " SIGSPEC is not present, then SIGTERM is assumed. An argument of `-l'\n"
2158 " lists the signal names; if arguments follow `-l' they are assumed to\n"
2159 " be signal numbers for which names should be listed. Kill is a shell\n"
2160 " builtin for two reasons: it allows job IDs to be used instead of\n"
2161 " process IDs, and, if you have reached the limit on processes that\n"
2162 " you can create, you don't have to start a process to kill another one."
2164 " Send the processes named by PID (or JOBSPEC) the signal SIGSPEC. If\n"
2165 " SIGSPEC is not present, then SIGTERM is assumed. An argument of ‘-l’\n"
2166 " lists the signal names; if arguments follow ‘-l’ they are assumed to\n"
2167 " be signal numbers for which names should be listed. Kill is a shell\n"
2168 " builtin for two reasons: it allows job IDs to be used instead of\n"
2169 " process IDs, and, if you have reached the limit on processes that\n"
2170 " you can create, you don't have to start a process to kill another one."
2174 " Each ARG is an arithmetic expression to be evaluated. Evaluation\n"
2175 " is done in fixed-width integers with no check for overflow, though\n"
2176 " division by 0 is trapped and flagged as an error. The following\n"
2177 " list of operators is grouped into levels of equal-precedence operators.\n"
2178 " The levels are listed in order of decreasing precedence.\n"
2180 " \tid++, id--\tvariable post-increment, post-decrement\n"
2181 " \t++id, --id\tvariable pre-increment, pre-decrement\n"
2182 " \t-, +\t\tunary minus, plus\n"
2183 " \t!, ~\t\tlogical and bitwise negation\n"
2184 " \t**\t\texponentiation\n"
2185 " \t*, /, %\t\tmultiplication, division, remainder\n"
2186 " \t+, -\t\taddition, subtraction\n"
2187 " \t<<, >>\t\tleft and right bitwise shifts\n"
2188 " \t<=, >=, <, >\tcomparison\n"
2189 " \t==, !=\t\tequality, inequality\n"
2190 " \t&\t\tbitwise AND\n"
2191 " \t^\t\tbitwise XOR\n"
2192 " \t|\t\tbitwise OR\n"
2193 " \t&&\t\tlogical AND\n"
2194 " \t||\t\tlogical OR\n"
2195 " \texpr ? expr : expr\n"
2196 " \t\t\tconditional operator\n"
2197 " \t=, *=, /=, %=,\n"
2198 " \t+=, -=, <<=, >>=,\n"
2199 " \t&=, ^=, |=\tassignment\n"
2201 " Shell variables are allowed as operands. The name of the variable\n"
2202 " is replaced by its value (coerced to a fixed-width integer) within\n"
2203 " an expression. The variable need not have its integer attribute\n"
2204 " turned on to be used in an expression.\n"
2206 " Operators are evaluated in order of precedence. Sub-expressions in\n"
2207 " parentheses are evaluated first and may override the precedence\n"
2210 " If the last ARG evaluates to 0, let returns 1; 0 is returned\n"
2213 " Each ARG is an arithmetic expression to be evaluated. Evaluation\n"
2214 " is done in fixed-width integers with no check for overflow, though\n"
2215 " division by 0 is trapped and flagged as an error. The following\n"
2216 " list of operators is grouped into levels of equal-precedence operators.\n"
2217 " The levels are listed in order of decreasing precedence.\n"
2219 " \tid++, id--\tvariable post-increment, post-decrement\n"
2220 " \t++id, --id\tvariable pre-increment, pre-decrement\n"
2221 " \t-, +\t\tunary minus, plus\n"
2222 " \t!, ~\t\tlogical and bitwise negation\n"
2223 " \t**\t\texponentiation\n"
2224 " \t*, /, %\t\tmultiplication, division, remainder\n"
2225 " \t+, -\t\taddition, subtraction\n"
2226 " \t<<, >>\t\tleft and right bitwise shifts\n"
2227 " \t<=, >=, <, >\tcomparison\n"
2228 " \t==, !=\t\tequality, inequality\n"
2229 " \t&\t\tbitwise AND\n"
2230 " \t^\t\tbitwise XOR\n"
2231 " \t|\t\tbitwise OR\n"
2232 " \t&&\t\tlogical AND\n"
2233 " \t||\t\tlogical OR\n"
2234 " \texpr ? expr : expr\n"
2235 " \t\t\tconditional operator\n"
2236 " \t=, *=, /=, %=,\n"
2237 " \t+=, -=, <<=, >>=,\n"
2238 " \t&=, ^=, |=\tassignment\n"
2240 " Shell variables are allowed as operands. The name of the variable\n"
2241 " is replaced by its value (coerced to a fixed-width integer) within\n"
2242 " an expression. The variable need not have its integer attribute\n"
2243 " turned on to be used in an expression.\n"
2245 " Operators are evaluated in order of precedence. Sub-expressions in\n"
2246 " parentheses are evaluated first and may override the precedence\n"
2249 " If the last ARG evaluates to 0, let returns 1; 0 is returned\n"
2254 " One line is read from the standard input, or from file descriptor FD if "
2256 " -u option is supplied, and the first word is assigned to the first "
2258 " the second word to the second NAME, and so on, with leftover words "
2260 " to the last NAME. Only the characters found in $IFS are recognized as "
2262 " delimiters. If no NAMEs are supplied, the line read is stored in the "
2264 " variable. If the -r option is given, this signifies `raw' input, and\n"
2265 " backslash escaping is disabled. The -d option causes read to continue\n"
2266 " until the first character of DELIM is read, rather than newline. If the "
2268 " option is supplied, the string PROMPT is output without a trailing "
2270 " before attempting to read. If -a is supplied, the words read are "
2272 " to sequential indices of ARRAY, starting at zero. If -e is supplied "
2274 " the shell is interactive, readline is used to obtain the line. If -n "
2276 " supplied with a non-zero NCHARS argument, read returns after NCHARS\n"
2277 " characters have been read. The -s option causes input coming from a\n"
2278 " terminal to not be echoed.\n"
2280 " The -t option causes read to time out and return failure if a complete "
2282 " of input is not read within TIMEOUT seconds. If the TMOUT variable is "
2284 " its value is the default timeout. The return code is zero, unless end-"
2286 " is encountered, read times out, or an invalid file descriptor is "
2288 " the argument to -u."
2290 " One line is read from the standard input, or from file descriptor FD if "
2292 " -u option is supplied, and the first word is assigned to the first "
2294 " the second word to the second NAME, and so on, with leftover words "
2296 " to the last NAME. Only the characters found in $IFS are recognized as "
2298 " delimiters. If no NAMEs are supplied, the line read is stored in the "
2300 " variable. If the -r option is given, this signifies ‘raw’ input, and\n"
2301 " backslash escaping is disabled. The -d option causes read to continue\n"
2302 " until the first character of DELIM is read, rather than newline. If the "
2304 " option is supplied, the string PROMPT is output without a trailing "
2306 " before attempting to read. If -a is supplied, the words read are "
2308 " to sequential indices of ARRAY, starting at zero. If -e is supplied "
2310 " the shell is interactive, readline is used to obtain the line. If -n "
2312 " supplied with a non-zero NCHARS argument, read returns after NCHARS\n"
2313 " characters have been read. The -s option causes input coming from a\n"
2314 " terminal to not be echoed.\n"
2316 " The -t option causes read to time out and return failure if a complete "
2318 " of input is not read within TIMEOUT seconds. If the TMOUT variable is "
2320 " its value is the default timeout. The return code is zero, unless end-"
2322 " is encountered, read times out, or an invalid file descriptor is "
2324 " the argument to -u."
2328 " Causes a function to exit with the return value specified by N. If N\n"
2329 " is omitted, the return status is that of the last command."
2331 " Causes a function to exit with the return value specified by N. If N\n"
2332 " is omitted, the return status is that of the last command."
2336 " -a Mark variables which are modified or created for export.\n"
2337 " -b Notify of job termination immediately.\n"
2338 " -e Exit immediately if a command exits with a non-zero status.\n"
2339 " -f Disable file name generation (globbing).\n"
2340 " -h Remember the location of commands as they are looked up.\n"
2341 " -k All assignment arguments are placed in the environment for a\n"
2342 " command, not just those that precede the command name.\n"
2343 " -m Job control is enabled.\n"
2344 " -n Read commands but do not execute them.\n"
2346 " Set the variable corresponding to option-name:\n"
2347 " allexport same as -a\n"
2348 " braceexpand same as -B\n"
2349 " emacs use an emacs-style line editing interface\n"
2350 " errexit same as -e\n"
2351 " errtrace same as -E\n"
2352 " functrace same as -T\n"
2353 " hashall same as -h\n"
2354 " histexpand same as -H\n"
2355 " history enable command history\n"
2356 " ignoreeof the shell will not exit upon reading EOF\n"
2357 " interactive-comments\n"
2358 " allow comments to appear in interactive "
2360 " keyword same as -k\n"
2361 " monitor same as -m\n"
2362 " noclobber same as -C\n"
2363 " noexec same as -n\n"
2364 " noglob same as -f\n"
2365 " nolog currently accepted but ignored\n"
2366 " notify same as -b\n"
2367 " nounset same as -u\n"
2368 " onecmd same as -t\n"
2369 " physical same as -P\n"
2370 " pipefail the return value of a pipeline is the status "
2372 " the last command to exit with a non-zero "
2374 " or zero if no command exited with a non-zero "
2376 " posix change the behavior of bash where the default\n"
2377 " operation differs from the 1003.2 standard to\n"
2378 " match the standard\n"
2379 " privileged same as -p\n"
2380 " verbose same as -v\n"
2381 " vi use a vi-style line editing interface\n"
2382 " xtrace same as -x\n"
2383 " -p Turned on whenever the real and effective user ids do not "
2385 " Disables processing of the $ENV file and importing of shell\n"
2386 " functions. Turning this option off causes the effective uid "
2388 " gid to be set to the real uid and gid.\n"
2389 " -t Exit after reading and executing one command.\n"
2390 " -u Treat unset variables as an error when substituting.\n"
2391 " -v Print shell input lines as they are read.\n"
2392 " -x Print commands and their arguments as they are executed.\n"
2393 " -B the shell will perform brace expansion\n"
2394 " -C If set, disallow existing regular files to be overwritten\n"
2395 " by redirection of output.\n"
2396 " -E If set, the ERR trap is inherited by shell functions.\n"
2397 " -H Enable ! style history substitution. This flag is on\n"
2398 " by default when the shell is interactive.\n"
2399 " -P If set, do not follow symbolic links when executing commands\n"
2400 " such as cd which change the current directory.\n"
2401 " -T If set, the DEBUG trap is inherited by shell functions.\n"
2402 " - Assign any remaining arguments to the positional parameters.\n"
2403 " The -x and -v options are turned off.\n"
2405 " Using + rather than - causes these flags to be turned off. The\n"
2406 " flags can also be used upon invocation of the shell. The current\n"
2407 " set of flags may be found in $-. The remaining n ARGs are positional\n"
2408 " parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
2409 " ARGs are given, all shell variables are printed."
2411 " -a Mark variables which are modified or created for export.\n"
2412 " -b Notify of job termination immediately.\n"
2413 " -e Exit immediately if a command exits with a non-zero status.\n"
2414 " -f Disable file name generation (globbing).\n"
2415 " -h Remember the location of commands as they are looked up.\n"
2416 " -k All assignment arguments are placed in the environment for a\n"
2417 " command, not just those that precede the command name.\n"
2418 " -m Job control is enabled.\n"
2419 " -n Read commands but do not execute them.\n"
2421 " Set the variable corresponding to option-name:\n"
2422 " allexport same as -a\n"
2423 " braceexpand same as -B\n"
2424 " emacs use an emacs-style line editing interface\n"
2425 " errexit same as -e\n"
2426 " errtrace same as -E\n"
2427 " functrace same as -T\n"
2428 " hashall same as -h\n"
2429 " histexpand same as -H\n"
2430 " history enable command history\n"
2431 " ignoreeof the shell will not exit upon reading EOF\n"
2432 " interactive-comments\n"
2433 " allow comments to appear in interactive "
2435 " keyword same as -k\n"
2436 " monitor same as -m\n"
2437 " noclobber same as -C\n"
2438 " noexec same as -n\n"
2439 " noglob same as -f\n"
2440 " nolog currently accepted but ignored\n"
2441 " notify same as -b\n"
2442 " nounset same as -u\n"
2443 " onecmd same as -t\n"
2444 " physical same as -P\n"
2445 " pipefail the return value of a pipeline is the status "
2447 " the last command to exit with a non-zero "
2449 " or zero if no command exited with a non-zero "
2451 " posix change the behavior of bash where the default\n"
2452 " operation differs from the 1003.2 standard to\n"
2453 " match the standard\n"
2454 " privileged same as -p\n"
2455 " verbose same as -v\n"
2456 " vi use a vi-style line editing interface\n"
2457 " xtrace same as -x\n"
2458 " -p Turned on whenever the real and effective user ids do not "
2460 " Disables processing of the $ENV file and importing of shell\n"
2461 " functions. Turning this option off causes the effective uid "
2463 " gid to be set to the real uid and gid.\n"
2464 " -t Exit after reading and executing one command.\n"
2465 " -u Treat unset variables as an error when substituting.\n"
2466 " -v Print shell input lines as they are read.\n"
2467 " -x Print commands and their arguments as they are executed.\n"
2468 " -B the shell will perform brace expansion\n"
2469 " -C If set, disallow existing regular files to be overwritten\n"
2470 " by redirection of output.\n"
2471 " -E If set, the ERR trap is inherited by shell functions.\n"
2472 " -H Enable ! style history substitution. This flag is on\n"
2473 " by default when the shell is interactive.\n"
2474 " -P If set, do not follow symbolic links when executing commands\n"
2475 " such as cd which change the current directory.\n"
2476 " -T If set, the DEBUG trap is inherited by shell functions.\n"
2477 " - Assign any remaining arguments to the positional parameters.\n"
2478 " The -x and -v options are turned off.\n"
2480 " Using + rather than - causes these flags to be turned off. The\n"
2481 " flags can also be used upon invocation of the shell. The current\n"
2482 " set of flags may be found in $-. The remaining n ARGs are positional\n"
2483 " parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
2484 " ARGs are given, all shell variables are printed."
2488 " For each NAME, remove the corresponding variable or function. Given\n"
2489 " the `-v', unset will only act on variables. Given the `-f' flag,\n"
2490 " unset will only act on functions. With neither flag, unset first\n"
2491 " tries to unset a variable, and if that fails, then tries to unset a\n"
2492 " function. Some variables cannot be unset; also see readonly."
2494 " For each NAME, remove the corresponding variable or function. Given\n"
2495 " the ‘-v’, unset will only act on variables. Given the ‘-f’ flag,\n"
2496 " unset will only act on functions. With neither flag, unset first\n"
2497 " tries to unset a variable, and if that fails, then tries to unset a\n"
2498 " function. Some variables cannot be unset; also see readonly."
2502 " NAMEs are marked for automatic export to the environment of\n"
2503 " subsequently executed commands. If the -f option is given,\n"
2504 " the NAMEs refer to functions. If no NAMEs are given, or if `-p'\n"
2505 " is given, a list of all names that are exported in this shell is\n"
2506 " printed. An argument of `-n' says to remove the export property\n"
2507 " from subsequent NAMEs. An argument of `--' disables further option\n"
2510 " NAMEs are marked for automatic export to the environment of\n"
2511 " subsequently executed commands. If the -f option is given,\n"
2512 " the NAMEs refer to functions. If no NAMEs are given, or if ‘-p’\n"
2513 " is given, a list of all names that are exported in this shell is\n"
2514 " printed. An argument of ‘-n’ says to remove the export property\n"
2515 " from subsequent NAMEs. An argument of ‘--’ disables further option\n"
2520 " The given NAMEs are marked readonly and the values of these NAMEs may\n"
2521 " not be changed by subsequent assignment. If the -f option is given,\n"
2522 " then functions corresponding to the NAMEs are so marked. If no\n"
2523 " arguments are given, or if `-p' is given, a list of all readonly names\n"
2524 " is printed. The `-a' option means to treat each NAME as\n"
2525 " an array variable. An argument of `--' disables further option\n"
2528 " The given NAMEs are marked readonly and the values of these NAMEs may\n"
2529 " not be changed by subsequent assignment. If the -f option is given,\n"
2530 " then functions corresponding to the NAMEs are so marked. If no\n"
2531 " arguments are given, or if ‘-p’ is given, a list of all readonly names\n"
2532 " is printed. The ‘-a’ option means to treat each NAME as\n"
2533 " an array variable. An argument of ‘--’ disables further option\n"
2538 " The positional parameters from $N+1 ... are renamed to $1 ... If N is\n"
2539 " not given, it is assumed to be 1."
2541 " The positional parameters from $N+1 ... are renamed to $1 ... If N is\n"
2542 " not given, it is assumed to be 1."
2544 #: builtins.c:877 builtins.c:886
2546 " Read and execute commands from FILENAME and return. The pathnames\n"
2547 " in $PATH are used to find the directory containing FILENAME. If any\n"
2548 " ARGUMENTS are supplied, they become the positional parameters when\n"
2549 " FILENAME is executed."
2551 " Read and execute commands from FILENAME and return. The pathnames\n"
2552 " in $PATH are used to find the directory containing FILENAME. If any\n"
2553 " ARGUMENTS are supplied, they become the positional parameters when\n"
2554 " FILENAME is executed."
2558 " Suspend the execution of this shell until it receives a SIGCONT\n"
2559 " signal. The `-f' if specified says not to complain about this\n"
2560 " being a login shell if it is; just suspend anyway."
2562 " Suspend the execution of this shell until it receives a SIGCONT\n"
2563 " signal. The ‘-f’ if specified says not to complain about this\n"
2564 " being a login shell if it is; just suspend anyway."
2568 " Exits with a status of 0 (true) or 1 (false) depending on\n"
2569 " the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
2570 " expressions are often used to examine the status of a file. There\n"
2571 " are string operators as well, and numeric comparison operators.\n"
2573 " File operators:\n"
2575 " -a FILE True if file exists.\n"
2576 " -b FILE True if file is block special.\n"
2577 " -c FILE True if file is character special.\n"
2578 " -d FILE True if file is a directory.\n"
2579 " -e FILE True if file exists.\n"
2580 " -f FILE True if file exists and is a regular file.\n"
2581 " -g FILE True if file is set-group-id.\n"
2582 " -h FILE True if file is a symbolic link.\n"
2583 " -L FILE True if file is a symbolic link.\n"
2584 " -k FILE True if file has its `sticky' bit set.\n"
2585 " -p FILE True if file is a named pipe.\n"
2586 " -r FILE True if file is readable by you.\n"
2587 " -s FILE True if file exists and is not empty.\n"
2588 " -S FILE True if file is a socket.\n"
2589 " -t FD True if FD is opened on a terminal.\n"
2590 " -u FILE True if the file is set-user-id.\n"
2591 " -w FILE True if the file is writable by you.\n"
2592 " -x FILE True if the file is executable by you.\n"
2593 " -O FILE True if the file is effectively owned by you.\n"
2594 " -G FILE True if the file is effectively owned by your group.\n"
2595 " -N FILE True if the file has been modified since it was last "
2598 " FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
2599 " modification date).\n"
2601 " FILE1 -ot FILE2 True if file1 is older than file2.\n"
2603 " FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
2605 " String operators:\n"
2607 " -z STRING True if string is empty.\n"
2610 " STRING True if string is not empty.\n"
2612 " STRING1 = STRING2\n"
2613 " True if the strings are equal.\n"
2614 " STRING1 != STRING2\n"
2615 " True if the strings are not equal.\n"
2616 " STRING1 < STRING2\n"
2617 " True if STRING1 sorts before STRING2 "
2618 "lexicographically.\n"
2619 " STRING1 > STRING2\n"
2620 " True if STRING1 sorts after STRING2 "
2621 "lexicographically.\n"
2623 " Other operators:\n"
2625 " -o OPTION True if the shell option OPTION is enabled.\n"
2626 " ! EXPR True if expr is false.\n"
2627 " EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
2628 " EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
2630 " arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
2631 " -lt, -le, -gt, or -ge.\n"
2633 " Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
2634 " less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
2637 " Exits with a status of 0 (true) or 1 (false) depending on\n"
2638 " the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
2639 " expressions are often used to examine the status of a file. There\n"
2640 " are string operators as well, and numeric comparison operators.\n"
2642 " File operators:\n"
2644 " -a FILE True if file exists.\n"
2645 " -b FILE True if file is block special.\n"
2646 " -c FILE True if file is character special.\n"
2647 " -d FILE True if file is a directory.\n"
2648 " -e FILE True if file exists.\n"
2649 " -f FILE True if file exists and is a regular file.\n"
2650 " -g FILE True if file is set-group-id.\n"
2651 " -h FILE True if file is a symbolic link.\n"
2652 " -L FILE True if file is a symbolic link.\n"
2653 " -k FILE True if file has its ‘sticky’ bit set.\n"
2654 " -p FILE True if file is a named pipe.\n"
2655 " -r FILE True if file is readable by you.\n"
2656 " -s FILE True if file exists and is not empty.\n"
2657 " -S FILE True if file is a socket.\n"
2658 " -t FD True if FD is opened on a terminal.\n"
2659 " -u FILE True if the file is set-user-id.\n"
2660 " -w FILE True if the file is writable by you.\n"
2661 " -x FILE True if the file is executable by you.\n"
2662 " -O FILE True if the file is effectively owned by you.\n"
2663 " -G FILE True if the file is effectively owned by your group.\n"
2664 " -N FILE True if the file has been modified since it was last "
2667 " FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
2668 " modification date).\n"
2670 " FILE1 -ot FILE2 True if file1 is older than file2.\n"
2672 " FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
2674 " String operators:\n"
2676 " -z STRING True if string is empty.\n"
2679 " STRING True if string is not empty.\n"
2681 " STRING1 = STRING2\n"
2682 " True if the strings are equal.\n"
2683 " STRING1 != STRING2\n"
2684 " True if the strings are not equal.\n"
2685 " STRING1 < STRING2\n"
2686 " True if STRING1 sorts before STRING2 "
2687 "lexicographically.\n"
2688 " STRING1 > STRING2\n"
2689 " True if STRING1 sorts after STRING2 "
2690 "lexicographically.\n"
2692 " Other operators:\n"
2694 " -o OPTION True if the shell option OPTION is enabled.\n"
2695 " ! EXPR True if expr is false.\n"
2696 " EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
2697 " EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
2699 " arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
2700 " -lt, -le, -gt, or -ge.\n"
2702 " Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
2703 " less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
2708 " This is a synonym for the \"test\" builtin, but the last\n"
2709 " argument must be a literal `]', to match the opening `['."
2711 " This is a synonym for the “test” builtin, but the last\n"
2712 " argument must be a literal ‘]’, to match the opening ‘[’."
2716 " Print the accumulated user and system times for processes run from\n"
2719 " Print the accumulated user and system times for processes run from\n"
2724 " The command ARG is to be read and executed when the shell receives\n"
2725 " signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
2726 " is supplied) or `-', each specified signal is reset to its original\n"
2727 " value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
2728 " shell and by the commands it invokes. If a SIGNAL_SPEC is EXIT (0)\n"
2729 " the command ARG is executed on exit from the shell. If a SIGNAL_SPEC\n"
2730 " is DEBUG, ARG is executed after every simple command. If the`-p' "
2732 " is supplied then the trap commands associated with each SIGNAL_SPEC are\n"
2733 " displayed. If no arguments are supplied or if only `-p' is given, trap\n"
2734 " prints the list of commands associated with each signal. Each "
2736 " is either a signal name in <signal.h> or a signal number. Signal names\n"
2737 " are case insensitive and the SIG prefix is optional. `trap -l' prints\n"
2738 " a list of signal names and their corresponding numbers. Note that a\n"
2739 " signal can be sent to the shell with \"kill -signal $$\"."
2741 " The command ARG is to be read and executed when the shell receives\n"
2742 " signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
2743 " is supplied) or ‘-’, each specified signal is reset to its original\n"
2744 " value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
2745 " shell and by the commands it invokes. If a SIGNAL_SPEC is EXIT (0)\n"
2746 " the command ARG is executed on exit from the shell. If a SIGNAL_SPEC\n"
2747 " is DEBUG, ARG is executed after every simple command. If the‘-p’ "
2749 " is supplied then the trap commands associated with each SIGNAL_SPEC are\n"
2750 " displayed. If no arguments are supplied or if only ‘-p’ is given, trap\n"
2751 " prints the list of commands associated with each signal. Each "
2753 " is either a signal name in <signal.h> or a signal number. Signal names\n"
2754 " are case insensitive and the SIG prefix is optional. ‘trap -l’ prints\n"
2755 " a list of signal names and their corresponding numbers. Note that a\n"
2756 " signal can be sent to the shell with “kill -signal $$”."
2760 " For each NAME, indicate how it would be interpreted if used as a\n"
2763 " If the -t option is used, `type' outputs a single word which is one of\n"
2764 " `alias', `keyword', `function', `builtin', `file' or `', if NAME is an\n"
2765 " alias, shell reserved word, shell function, shell builtin, disk file,\n"
2766 " or unfound, respectively.\n"
2768 " If the -p flag is used, `type' either returns the name of the disk\n"
2769 " file that would be executed, or nothing if `type -t NAME' would not\n"
2772 " If the -a flag is used, `type' displays all of the places that contain\n"
2773 " an executable named `file'. This includes aliases, builtins, and\n"
2774 " functions, if and only if the -p flag is not also used.\n"
2776 " The -f flag suppresses shell function lookup.\n"
2778 " The -P flag forces a PATH search for each NAME, even if it is an alias,\n"
2779 " builtin, or function, and returns the name of the disk file that would\n"
2782 " For each NAME, indicate how it would be interpreted if used as a\n"
2785 " If the -t option is used, ‘type’ outputs a single word which is one of\n"
2786 " ‘alias’, ‘keyword’, ‘function’, ‘builtin’, ‘file’ or ‘’, if NAME is an\n"
2787 " alias, shell reserved word, shell function, shell builtin, disk file,\n"
2788 " or unfound, respectively.\n"
2790 " If the -p flag is used, ‘type’ either returns the name of the disk\n"
2791 " file that would be executed, or nothing if ‘type -t NAME’ would not\n"
2794 " If the -a flag is used, ‘type’ displays all of the places that contain\n"
2795 " an executable named ‘file’. This includes aliases, builtins, and\n"
2796 " functions, if and only if the -p flag is not also used.\n"
2798 " The -f flag suppresses shell function lookup.\n"
2800 " The -P flag forces a PATH search for each NAME, even if it is an alias,\n"
2801 " builtin, or function, and returns the name of the disk file that would\n"
2806 " Ulimit provides control over the resources available to processes\n"
2807 " started by the shell, on systems that allow such control. If an\n"
2808 " option is given, it is interpreted as follows:\n"
2810 " -S\tuse the `soft' resource limit\n"
2811 " -H\tuse the `hard' resource limit\n"
2812 " -a\tall current limits are reported\n"
2813 " -c\tthe maximum size of core files created\n"
2814 " -d\tthe maximum size of a process's data segment\n"
2815 " -f\tthe maximum size of files created by the shell\n"
2816 " -i the maximum number of pending signals\n"
2817 " -l\tthe maximum size a process may lock into memory\n"
2818 " -m\tthe maximum resident set size\n"
2819 " -n\tthe maximum number of open file descriptors\n"
2820 " -p\tthe pipe buffer size\n"
2821 " -q the maximum number of bytes in POSIX message queues\n"
2822 " -s\tthe maximum stack size\n"
2823 " -t\tthe maximum amount of cpu time in seconds\n"
2824 " -u\tthe maximum number of user processes\n"
2825 " -v\tthe size of virtual memory\n"
2826 " -x the maximum number of file locks\n"
2828 " If LIMIT is given, it is the new value of the specified resource;\n"
2829 " the special LIMIT values `soft', `hard', and `unlimited' stand for\n"
2830 " the current soft limit, the current hard limit, and no limit, "
2832 " Otherwise, the current value of the specified resource is printed.\n"
2833 " If no option is given, then -f is assumed. Values are in 1024-byte\n"
2834 " increments, except for -t, which is in seconds, -p, which is in\n"
2835 " increments of 512 bytes, and -u, which is an unscaled number of\n"
2838 " Ulimit provides control over the resources available to processes\n"
2839 " started by the shell, on systems that allow such control. If an\n"
2840 " option is given, it is interpreted as follows:\n"
2842 " -S\tuse the ‘soft’ resource limit\n"
2843 " -H\tuse the ‘hard’ resource limit\n"
2844 " -a\tall current limits are reported\n"
2845 " -c\tthe maximum size of core files created\n"
2846 " -d\tthe maximum size of a process's data segment\n"
2847 " -f\tthe maximum size of files created by the shell\n"
2848 " -i the maximum number of pending signals\n"
2849 " -l\tthe maximum size a process may lock into memory\n"
2850 " -m\tthe maximum resident set size\n"
2851 " -n\tthe maximum number of open file descriptors\n"
2852 " -p\tthe pipe buffer size\n"
2853 " -q the maximum number of bytes in POSIX message queues\n"
2854 " -s\tthe maximum stack size\n"
2855 " -t\tthe maximum amount of cpu time in seconds\n"
2856 " -u\tthe maximum number of user processes\n"
2857 " -v\tthe size of virtual memory\n"
2858 " -x the maximum number of file locks\n"
2860 " If LIMIT is given, it is the new value of the specified resource;\n"
2861 " the special LIMIT values ‘soft’, ‘hard’, and ‘unlimited’ stand for\n"
2862 " the current soft limit, the current hard limit, and no limit, "
2864 " Otherwise, the current value of the specified resource is printed.\n"
2865 " If no option is given, then -f is assumed. Values are in 1024-byte\n"
2866 " increments, except for -t, which is in seconds, -p, which is in\n"
2867 " increments of 512 bytes, and -u, which is an unscaled number of\n"
2872 " The user file-creation mask is set to MODE. If MODE is omitted, or if\n"
2873 " `-S' is supplied, the current value of the mask is printed. The `-S'\n"
2874 " option makes the output symbolic; otherwise an octal number is output.\n"
2875 " If `-p' is supplied, and MODE is omitted, the output is in a form\n"
2876 " that may be used as input. If MODE begins with a digit, it is\n"
2877 " interpreted as an octal number, otherwise it is a symbolic mode string\n"
2878 " like that accepted by chmod(1)."
2880 " The user file-creation mask is set to MODE. If MODE is omitted, or if\n"
2881 " ‘-S’ is supplied, the current value of the mask is printed. The ‘-S’\n"
2882 " option makes the output symbolic; otherwise an octal number is output.\n"
2883 " If ‘-p’ is supplied, and MODE is omitted, the output is in a form\n"
2884 " that may be used as input. If MODE begins with a digit, it is\n"
2885 " interpreted as an octal number, otherwise it is a symbolic mode string\n"
2886 " like that accepted by chmod(1)."
2890 " Wait for the specified process and report its termination status. If\n"
2891 " N is not given, all currently active child processes are waited for,\n"
2892 " and the return code is zero. N may be a process ID or a job\n"
2893 " specification; if a job spec is given, all processes in the job's\n"
2894 " pipeline are waited for."
2896 " Wait for the specified process and report its termination status. If\n"
2897 " N is not given, all currently active child processes are waited for,\n"
2898 " and the return code is zero. N may be a process ID or a job\n"
2899 " specification; if a job spec is given, all processes in the job's\n"
2900 " pipeline are waited for."
2904 " Wait for the specified process and report its termination status. If\n"
2905 " N is not given, all currently active child processes are waited for,\n"
2906 " and the return code is zero. N is a process ID; if it is not given,\n"
2907 " all child processes of the shell are waited for."
2909 " Wait for the specified process and report its termination status. If\n"
2910 " N is not given, all currently active child processes are waited for,\n"
2911 " and the return code is zero. N is a process ID; if it is not given,\n"
2912 " all child processes of the shell are waited for."
2916 " The `for' loop executes a sequence of commands for each member in a\n"
2917 " list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
2918 " assumed. For each element in WORDS, NAME is set to that element, and\n"
2919 " the COMMANDS are executed."
2921 " The ‘for’ loop executes a sequence of commands for each member in a\n"
2922 " list of items. If ‘in WORDS ...;’ is not present, then ‘in “$@”’ is\n"
2923 " assumed. For each element in WORDS, NAME is set to that element, and\n"
2924 " the COMMANDS are executed."
2930 " \twhile (( EXP2 )); do\n"
2934 " EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
2935 " omitted, it behaves as if it evaluates to 1."
2939 " \twhile (( EXP2 )); do\n"
2943 " EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
2944 " omitted, it behaves as if it evaluates to 1."
2948 " The WORDS are expanded, generating a list of words. The\n"
2949 " set of expanded words is printed on the standard error, each\n"
2950 " preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n"
2951 " is assumed. The PS3 prompt is then displayed and a line read\n"
2952 " from the standard input. If the line consists of the number\n"
2953 " corresponding to one of the displayed words, then NAME is set\n"
2954 " to that word. If the line is empty, WORDS and the prompt are\n"
2955 " redisplayed. If EOF is read, the command completes. Any other\n"
2956 " value read causes NAME to be set to null. The line read is saved\n"
2957 " in the variable REPLY. COMMANDS are executed after each selection\n"
2958 " until a break command is executed."
2960 " The WORDS are expanded, generating a list of words. The\n"
2961 " set of expanded words is printed on the standard error, each\n"
2962 " preceded by a number. If ‘in WORDS’ is not present, ‘in “$@”’\n"
2963 " is assumed. The PS3 prompt is then displayed and a line read\n"
2964 " from the standard input. If the line consists of the number\n"
2965 " corresponding to one of the displayed words, then NAME is set\n"
2966 " to that word. If the line is empty, WORDS and the prompt are\n"
2967 " redisplayed. If EOF is read, the command completes. Any other\n"
2968 " value read causes NAME to be set to null. The line read is saved\n"
2969 " in the variable REPLY. COMMANDS are executed after each selection\n"
2970 " until a break command is executed."
2974 " Execute PIPELINE and print a summary of the real time, user CPU time,\n"
2975 " and system CPU time spent executing PIPELINE when it terminates.\n"
2976 " The return status is the return status of PIPELINE. The `-p' option\n"
2977 " prints the timing summary in a slightly different format. This uses\n"
2978 " the value of the TIMEFORMAT variable as the output format."
2980 " Execute PIPELINE and print a summary of the real time, user CPU time,\n"
2981 " and system CPU time spent executing PIPELINE when it terminates.\n"
2982 " The return status is the return status of PIPELINE. The ‘-p’ option\n"
2983 " prints the timing summary in a slightly different format. This uses\n"
2984 " the value of the TIMEFORMAT variable as the output format."
2988 " Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
2989 " `|' is used to separate multiple patterns."
2991 " Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
2992 " ‘|’ is used to separate multiple patterns."
2996 " The `if COMMANDS' list is executed. If its exit status is zero, then the\n"
2997 " `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list "
2999 " executed in turn, and if its exit status is zero, the corresponding\n"
3000 " `then COMMANDS' list is executed and the if command completes. "
3002 " the `else COMMANDS' list is executed, if present. The exit status of "
3004 " entire construct is the exit status of the last command executed, or "
3006 " if no condition tested true."
3008 " The ‘if COMMANDS’ list is executed. If its exit status is zero, then the\n"
3009 " ‘then COMMANDS’ list is executed. Otherwise, each ‘elif COMMANDS’ list "
3011 " executed in turn, and if its exit status is zero, the corresponding\n"
3012 " ‘then COMMANDS’ list is executed and the if command completes. "
3014 " the ‘else COMMANDS’ list is executed, if present. The exit status of "
3016 " entire construct is the exit status of the last command executed, or "
3018 " if no condition tested true."
3022 " Expand and execute COMMANDS as long as the final command in the\n"
3023 " `while' COMMANDS has an exit status of zero."
3025 " Expand and execute COMMANDS as long as the final command in the\n"
3026 " ‘while’ COMMANDS has an exit status of zero."
3030 " Expand and execute COMMANDS as long as the final command in the\n"
3031 " `until' COMMANDS has an exit status which is not zero."
3033 " Expand and execute COMMANDS as long as the final command in the\n"
3034 " ‘until’ COMMANDS has an exit status which is not zero."
3038 " Create a simple command invoked by NAME which runs COMMANDS.\n"
3039 " Arguments on the command line along with NAME are passed to the\n"
3040 " function as $0 .. $n."
3042 " Create a simple command invoked by NAME which runs COMMANDS.\n"
3043 " Arguments on the command line along with NAME are passed to the\n"
3044 " function as $0 .. $n."
3048 " Run a set of commands in a group. This is one way to redirect an\n"
3049 " entire set of commands."
3051 " Run a set of commands in a group. This is one way to redirect an\n"
3052 " entire set of commands."
3056 " Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n"
3057 " stopped or background job. JOB_SPEC can specify either a job name\n"
3058 " or a job number. Following JOB_SPEC with a `&' places the job in\n"
3059 " the background, as if the job specification had been supplied as an\n"
3060 " argument to `bg'."
3062 " Equivalent to the JOB_SPEC argument to the ‘fg’ command. Resume a\n"
3063 " stopped or background job. JOB_SPEC can specify either a job name\n"
3064 " or a job number. Following JOB_SPEC with a ‘&’ places the job in\n"
3065 " the background, as if the job specification had been supplied as an\n"
3066 " argument to ‘bg’."
3070 " The EXPRESSION is evaluated according to the rules for arithmetic\n"
3071 " evaluation. Equivalent to \"let EXPRESSION\"."
3073 " The EXPRESSION is evaluated according to the rules for arithmetic\n"
3074 " evaluation. Equivalent to “let EXPRESSION”."
3078 " Returns a status of 0 or 1 depending on the evaluation of the conditional\n"
3079 " expression EXPRESSION. Expressions are composed of the same primaries "
3081 " by the `test' builtin, and may be combined using the following "
3084 " \t( EXPRESSION )\tReturns the value of EXPRESSION\n"
3085 " \t! EXPRESSION\tTrue if EXPRESSION is false; else false\n"
3086 " \tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3087 " \tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3089 " When the `==' and `!=' operators are used, the string to the right of "
3091 " operator is used as a pattern and pattern matching is performed. The\n"
3092 " && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3093 " determine the expression's value."
3095 " Returns a status of 0 or 1 depending on the evaluation of the conditional\n"
3096 " expression EXPRESSION. Expressions are composed of the same primaries "
3098 " by the ‘test’ builtin, and may be combined using the following "
3101 " \t( EXPRESSION )\tReturns the value of EXPRESSION\n"
3102 " \t! EXPRESSION\tTrue if EXPRESSION is false; else false\n"
3103 " \tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3104 " \tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3106 " When the ‘==’ and ‘!=’ operators are used, the string to the right of "
3108 " operator is used as a pattern and pattern matching is performed. The\n"
3109 " && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3110 " determine the expression's value."
3114 " BASH_VERSION Version information for this Bash.\n"
3115 " CDPATH A colon-separated list of directories to search\n"
3116 " \t\tfor directries given as arguments to `cd'.\n"
3117 " GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3118 " \t\tbe ignored by pathname expansion.\n"
3119 " HISTFILE The name of the file where your command history is "
3121 " HISTFILESIZE The maximum number of lines this file can contain.\n"
3122 " HISTSIZE The maximum number of history lines that a running\n"
3123 " \t\tshell can access.\n"
3124 " HOME The complete pathname to your login directory.\n"
3125 " HOSTNAME\tThe name of the current host.\n"
3126 " HOSTTYPE The type of CPU this version of Bash is running under.\n"
3127 " IGNOREEOF Controls the action of the shell on receipt of an EOF\n"
3128 " \t\tcharacter as the sole input. If set, then the value\n"
3129 " \t\tof it is the number of EOF characters that can be seen\n"
3130 " \t\tin a row on an empty line before the shell will exit\n"
3131 " \t\t(default 10). When unset, EOF signifies the end of input.\n"
3132 " MACHTYPE\tA string describing the current system Bash is running on.\n"
3133 " MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3134 " MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3135 " \t\tfor new mail.\n"
3136 " OSTYPE\t\tThe version of Unix this version of Bash is running on.\n"
3137 " PATH A colon-separated list of directories to search when\n"
3138 " \t\tlooking for commands.\n"
3139 " PROMPT_COMMAND A command to be executed before the printing of each\n"
3140 " \t\tprimary prompt.\n"
3141 " PS1 The primary prompt string.\n"
3142 " PS2 The secondary prompt string.\n"
3143 " PWD\t\tThe full pathname of the current directory.\n"
3144 " SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3145 " TERM The name of the current terminal type.\n"
3146 " TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3147 " \t\t`time' reserved word.\n"
3148 " auto_resume Non-null means a command word appearing on a line by\n"
3149 " \t\titself is first looked for in the list of currently\n"
3150 " \t\tstopped jobs. If found there, that job is foregrounded.\n"
3151 " \t\tA value of `exact' means that the command word must\n"
3152 " \t\texactly match a command in the list of stopped jobs. A\n"
3153 " \t\tvalue of `substring' means that the command word must\n"
3154 " \t\tmatch a substring of the job. Any other value means that\n"
3155 " \t\tthe command must be a prefix of a stopped job.\n"
3156 " histchars Characters controlling history expansion and quick\n"
3157 " \t\tsubstitution. The first character is the history\n"
3158 " \t\tsubstitution character, usually `!'. The second is\n"
3159 " \t\tthe `quick substitution' character, usually `^'. The\n"
3160 " \t\tthird is the `history comment' character, usually `#'.\n"
3161 " HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3162 " \t\tcommands should be saved on the history list.\n"
3164 " BASH_VERSION Version information for this Bash.\n"
3165 " CDPATH A colon-separated list of directories to search\n"
3166 " \t\tfor directries given as arguments to ‘cd’.\n"
3167 " GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3168 " \t\tbe ignored by pathname expansion.\n"
3169 " HISTFILE The name of the file where your command history is "
3171 " HISTFILESIZE The maximum number of lines this file can contain.\n"
3172 " HISTSIZE The maximum number of history lines that a running\n"
3173 " \t\tshell can access.\n"
3174 " HOME The complete pathname to your login directory.\n"
3175 " HOSTNAME\tThe name of the current host.\n"
3176 " HOSTTYPE The type of CPU this version of Bash is running under.\n"
3177 " IGNOREEOF Controls the action of the shell on receipt of an EOF\n"
3178 " \t\tcharacter as the sole input. If set, then the value\n"
3179 " \t\tof it is the number of EOF characters that can be seen\n"
3180 " \t\tin a row on an empty line before the shell will exit\n"
3181 " \t\t(default 10). When unset, EOF signifies the end of input.\n"
3182 " MACHTYPE\tA string describing the current system Bash is running on.\n"
3183 " MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3184 " MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3185 " \t\tfor new mail.\n"
3186 " OSTYPE\t\tThe version of Unix this version of Bash is running on.\n"
3187 " PATH A colon-separated list of directories to search when\n"
3188 " \t\tlooking for commands.\n"
3189 " PROMPT_COMMAND A command to be executed before the printing of each\n"
3190 " \t\tprimary prompt.\n"
3191 " PS1 The primary prompt string.\n"
3192 " PS2 The secondary prompt string.\n"
3193 " PWD\t\tThe full pathname of the current directory.\n"
3194 " SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3195 " TERM The name of the current terminal type.\n"
3196 " TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3197 " \t\t‘time’ reserved word.\n"
3198 " auto_resume Non-null means a command word appearing on a line by\n"
3199 " \t\titself is first looked for in the list of currently\n"
3200 " \t\tstopped jobs. If found there, that job is foregrounded.\n"
3201 " \t\tA value of ‘exact’ means that the command word must\n"
3202 " \t\texactly match a command in the list of stopped jobs. A\n"
3203 " \t\tvalue of ‘substring’ means that the command word must\n"
3204 " \t\tmatch a substring of the job. Any other value means that\n"
3205 " \t\tthe command must be a prefix of a stopped job.\n"
3206 " histchars Characters controlling history expansion and quick\n"
3207 " \t\tsubstitution. The first character is the history\n"
3208 " \t\tsubstitution character, usually ‘!’. The second is\n"
3209 " \t\tthe ‘quick substitution’ character, usually ‘^’. The\n"
3210 " \t\tthird is the ‘history comment’ character, usually ‘#’.\n"
3211 " HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3212 " \t\tcommands should be saved on the history list.\n"
3216 " Adds a directory to the top of the directory stack, or rotates\n"
3217 " the stack, making the new top of the stack the current working\n"
3218 " directory. With no arguments, exchanges the top two directories.\n"
3220 " +N\tRotates the stack so that the Nth directory (counting\n"
3221 " \tfrom the left of the list shown by `dirs', starting with\n"
3222 " \tzero) is at the top.\n"
3224 " -N\tRotates the stack so that the Nth directory (counting\n"
3225 " \tfrom the right of the list shown by `dirs', starting with\n"
3226 " \tzero) is at the top.\n"
3228 " -n\tsuppress the normal change of directory when adding directories\n"
3229 " \tto the stack, so only the stack is manipulated.\n"
3231 " dir\tadds DIR to the directory stack at the top, making it the\n"
3232 " \tnew current working directory.\n"
3234 " You can see the directory stack with the `dirs' command."
3236 " Adds a directory to the top of the directory stack, or rotates\n"
3237 " the stack, making the new top of the stack the current working\n"
3238 " directory. With no arguments, exchanges the top two directories.\n"
3240 " +N\tRotates the stack so that the Nth directory (counting\n"
3241 " \tfrom the left of the list shown by ‘dirs’, starting with\n"
3242 " \tzero) is at the top.\n"
3244 " -N\tRotates the stack so that the Nth directory (counting\n"
3245 " \tfrom the right of the list shown by ‘dirs’, starting with\n"
3246 " \tzero) is at the top.\n"
3248 " -n\tsuppress the normal change of directory when adding directories\n"
3249 " \tto the stack, so only the stack is manipulated.\n"
3251 " dir\tadds DIR to the directory stack at the top, making it the\n"
3252 " \tnew current working directory.\n"
3254 " You can see the directory stack with the ‘dirs’ command."
3258 " Removes entries from the directory stack. With no arguments,\n"
3259 " removes the top directory from the stack, and cd's to the new\n"
3262 " +N\tremoves the Nth entry counting from the left of the list\n"
3263 " \tshown by `dirs', starting with zero. For example: `popd +0'\n"
3264 " \tremoves the first directory, `popd +1' the second.\n"
3266 " -N\tremoves the Nth entry counting from the right of the list\n"
3267 " \tshown by `dirs', starting with zero. For example: `popd -0'\n"
3268 " \tremoves the last directory, `popd -1' the next to last.\n"
3270 " -n\tsuppress the normal change of directory when removing directories\n"
3271 " \tfrom the stack, so only the stack is manipulated.\n"
3273 " You can see the directory stack with the `dirs' command."
3275 " Removes entries from the directory stack. With no arguments,\n"
3276 " removes the top directory from the stack, and cd's to the new\n"
3279 " +N\tremoves the Nth entry counting from the left of the list\n"
3280 " \tshown by ‘dirs’, starting with zero. For example: ‘popd +0’\n"
3281 " \tremoves the first directory, ‘popd +1’ the second.\n"
3283 " -N\tremoves the Nth entry counting from the right of the list\n"
3284 " \tshown by ‘dirs’, starting with zero. For example: ‘popd -0’\n"
3285 " \tremoves the last directory, ‘popd -1’ the next to last.\n"
3287 " -n\tsuppress the normal change of directory when removing directories\n"
3288 " \tfrom the stack, so only the stack is manipulated.\n"
3290 " You can see the directory stack with the ‘dirs’ command."
3294 " Display the list of currently remembered directories. Directories\n"
3295 " find their way onto the list with the `pushd' command; you can get\n"
3296 " back up through the list with the `popd' command.\n"
3298 " The -l flag specifies that `dirs' should not print shorthand versions\n"
3299 " of directories which are relative to your home directory. This means\n"
3300 " that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag\n"
3301 " causes `dirs' to print the directory stack with one entry per line,\n"
3302 " prepending the directory name with its position in the stack. The -p\n"
3303 " flag does the same thing, but the stack position is not prepended.\n"
3304 " The -c flag clears the directory stack by deleting all of the elements.\n"
3306 " +N\tdisplays the Nth entry counting from the left of the list shown by\n"
3307 " \tdirs when invoked without options, starting with zero.\n"
3309 " -N\tdisplays the Nth entry counting from the right of the list shown by\n"
3310 " \tdirs when invoked without options, starting with zero."
3312 " Display the list of currently remembered directories. Directories\n"
3313 " find their way onto the list with the ‘pushd’ command; you can get\n"
3314 " back up through the list with the ‘popd’ command.\n"
3316 " The -l flag specifies that ‘dirs’ should not print shorthand versions\n"
3317 " of directories which are relative to your home directory. This means\n"
3318 " that ‘~/bin’ might be displayed as ‘/homes/bfox/bin’. The -v flag\n"
3319 " causes ‘dirs’ to print the directory stack with one entry per line,\n"
3320 " prepending the directory name with its position in the stack. The -p\n"
3321 " flag does the same thing, but the stack position is not prepended.\n"
3322 " The -c flag clears the directory stack by deleting all of the elements.\n"
3324 " +N\tdisplays the Nth entry counting from the left of the list shown by\n"
3325 " \tdirs when invoked without options, starting with zero.\n"
3327 " -N\tdisplays the Nth entry counting from the right of the list shown by\n"
3328 " \tdirs when invoked without options, starting with zero."
3332 " Toggle the values of variables controlling optional behavior.\n"
3333 " The -s flag means to enable (set) each OPTNAME; the -u flag\n"
3334 " unsets each OPTNAME. The -q flag suppresses output; the exit\n"
3335 " status indicates whether each OPTNAME is set or unset. The -o\n"
3336 " option restricts the OPTNAMEs to those defined for use with\n"
3337 " `set -o'. With no options, or with the -p option, a list of all\n"
3338 " settable options is displayed, with an indication of whether or\n"
3341 " Toggle the values of variables controlling optional behavior.\n"
3342 " The -s flag means to enable (set) each OPTNAME; the -u flag\n"
3343 " unsets each OPTNAME. The -q flag suppresses output; the exit\n"
3344 " status indicates whether each OPTNAME is set or unset. The -o\n"
3345 " option restricts the OPTNAMEs to those defined for use with\n"
3346 " ‘set -o’. With no options, or with the -p option, a list of all\n"
3347 " settable options is displayed, with an indication of whether or\n"
3352 " printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT\n"
3353 " is a character string which contains three types of objects: plain\n"
3354 " characters, which are simply copied to standard output, character "
3356 " sequences which are converted and copied to the standard output, and\n"
3357 " format specifications, each of which causes printing of the next "
3359 " argument. In addition to the standard printf(1) formats, %b means to\n"
3360 " expand backslash escape sequences in the corresponding argument, and %q\n"
3361 " means to quote the argument in a way that can be reused as shell input.\n"
3362 " If the -v option is supplied, the output is placed into the value of "
3364 " shell variable VAR rather than being sent to the standard output."
3366 " printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT\n"
3367 " is a character string which contains three types of objects: plain\n"
3368 " characters, which are simply copied to standard output, character "
3370 " sequences which are converted and copied to the standard output, and\n"
3371 " format specifications, each of which causes printing of the next "
3373 " argument. In addition to the standard printf(1) formats, %b means to\n"
3374 " expand backslash escape sequences in the corresponding argument, and %q\n"
3375 " means to quote the argument in a way that can be reused as shell input.\n"
3376 " If the -v option is supplied, the output is placed into the value of "
3378 " shell variable VAR rather than being sent to the standard output."
3382 " For each NAME, specify how arguments are to be completed.\n"
3383 " If the -p option is supplied, or if no options are supplied, existing\n"
3384 " completion specifications are printed in a way that allows them to be\n"
3385 " reused as input. The -r option removes a completion specification for\n"
3386 " each NAME, or, if no NAMEs are supplied, all completion specifications."
3388 " For each NAME, specify how arguments are to be completed.\n"
3389 " If the -p option is supplied, or if no options are supplied, existing\n"
3390 " completion specifications are printed in a way that allows them to be\n"
3391 " reused as input. The -r option removes a completion specification for\n"
3392 " each NAME, or, if no NAMEs are supplied, all completion specifications."
3396 " Display the possible completions depending on the options. Intended\n"
3397 " to be used from within a shell function generating possible "
3399 " If the optional WORD argument is supplied, matches against WORD are\n"
3402 " Display the possible completions depending on the options. Intended\n"
3403 " to be used from within a shell function generating possible "
3405 " If the optional WORD argument is supplied, matches against WORD are\n"