bash - where is the syntax `while IFS= read line` documented? - Stack Overflow
Why does every example I see have while IFS= read line and not while IFS=; read line? I thought that name=value command might set a local variable but sentence="hello" echo ...
stackoverflow.com |