hello bash reference manual 5.3 p.44 string: `arithmetic expansion, the character sequence \newline is treated literally, and ‘\’ must'
must be written: `arithmetic expansion, the character sequence \<some_character> is treated literally, and ‘\’ must' or similar. as \newline is a line continuation. thnk.
