Differences between revisions 1 and 2
Revision 1 as of 2017-10-21 19:43:02
Size: 575
Comment:
Revision 2 as of 2017-10-21 20:02:36
Size: 30
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers 1
<<TableOfContents>>

 * [[bash/invocation/option|Invocation Options]]
 * [[bash/builtin/set|Set Options]]
 * [[bash/builtin/shopt|Shopt Options]]

==== Invocation Option D ====
----
[[bash/invocation/option/dump_strings|-D]] `|` [[bash/invocation/option/dump_strings|--dump-strings]]
 * A list of all double-quoted strings preceded by $ is printed on the standard output. These are the strings that are subject to language translation when the current locale is not C or POSIX. This implies the -n option; no commands will be executed.
<<Include(../dump_strings)>>

1. Invocation Option D


-D | --dump-strings

  • A list of all double-quoted strings preceded by $ is printed on the standard output. These are the strings that are subject to language translation when the current locale is not C or POSIX. This implies the -n option; no commands will be executed.

bash/invocation/option/dd (last edited 2017-10-21 20:02:36 by Robert Robertson)