bash - `while IFS= read -r` still not preserving whitespace? - Stack Overflow
I am trying to preserve all whitespace in an input file during while loop iteration. Here is the file I am working with (file1): a@ubuntu:~$ cat file1 01: a b c 02: d e f As you can see ......