1DEBCONF-ESCAPE(1) Debconf DEBCONF-ESCAPE(1)
2
3
4
6 debconf-escape - helper when working with debconf's escape capability
7
9 debconf-escape -e < unescaped-text
10 debconf-escape -u < escaped-text
11
13 When debconf has the 'escape' capability set, it will expect commands
14 you send it to have backslashes and newlines escaped (as "\\" and "\n"
15 respectively) and will in turn escape backslashes and newlines in its
16 replies. This can be used, for example, to substitute multi-line
17 strings into templates, or to get multi-line extended descriptions
18 reliably using "METAGET".
19
21 debconf-devel(7) (available in the debconf-doc package)
22
24 Colin Watson <cjwatson@debian.org>
25
26
27
28 2020-01-28 DEBCONF-ESCAPE(1)