K 10 svn:author V 3 mat K 8 svn:date V 27 2018-06-08T09:26:34.823420Z K 7 svn:log V 385 SC2162: read without -r will mangle backslashes. By default, read will interpret backslashes before spaces and line feeds, and otherwise strip them. This is rarely expected or desired. Normally you just want to read data, which is what read -r does. You should always use -r unless you have a good reason not to. PR: 227109 Submitted by: mat Sponsored by: Absolight END