• + 1 comment

    I am having the same problem. My code --> while read line ; do echo ${line:2:1} done Passes all tests except test2. It never reads the last line of test2. Can someone tell me whats wrong?