Turns out that read without params supports backslash escaping; that is, `\t` gets translated to tab and `\` at the end of line connects with next line. Such feature is dangerous as implicit; read should almost never be used without this parameter. See [Bash Hackers wiki]1] for more. [1]: http://wiki.bash-hackers.org/commands/builtin/read#read_without_-r
|
|
||
| 43 |
|
43 |
|
| 44 |
|
44 |
|
| 45 |
|
45 |
|
| 46 |
|
|
|
|
46 |
|
|
| 47 |
|
47 |
|
| 48 |
|
48 |
|
| 49 |
|
49 |
|
|
|
||
| 65 |
|
65 |
|
| 66 |
|
66 |
|
| 67 |
|
67 |
|
| 68 |
|
|
|
|
68 |
|
|
| 69 |
|
69 |
|
| 70 |
|
70 |
|
| 71 |
|
71 |
|
|
|
||
| 95 |
|
95 |
|
| 96 |
|
96 |
|
| 97 |
|
97 |
|
| 98 |
|
|
|
|
98 |
|
|
| 99 |
|
99 |
|
| 100 |
|
100 |
|
| 101 |
|
101 |
|
|
|
||
| 124 |
|
124 |
|
| 125 |
|
125 |
|
| 126 |
|
126 |
|
| 127 |
|
|
|
|
127 |
|
|
| 128 |
|
128 |
|
| 129 |
|
129 |
|
| 130 |
|
130 |
|
|
|
||
| 158 |
|
158 |
|
| 159 |
|
159 |
|
| 160 |
|
160 |
|
| 161 |
|
|
|
|
161 |
|
|
| 162 |
|
162 |
|
| 163 |
|
163 |
|
| 164 |
|
164 |
|
|
|
||
| 341 |
|
341 |
|
| 342 |
|
342 |
|
| 343 |
|
343 |
|
| 344 |
|
|
|
|
344 |
|
|
| 345 |
|
345 |
|
| 346 |
|
346 |
|
| 347 |
|
347 |
|