Date:        Sun, 13 Feb 2022 22:38:47 -0600
    From:        Dennis Williamson <dennistwilliam...@gmail.com>
    Message-ID:  
<canaoh6jvn8sstye6_gzs_xzdbgmz3brbgpbzsvwgoyy2wzy...@mail.gmail.com>


  | It occurs to me that the -r option of read is related.

It is - if a backslash is the final char of input (ie: no newline follows)
when read is used without -r, what happens to that \ will be unspecified.
(With -r the input should simply be preserved, including any \ chars.)

kre


Reply via email to