vastutsav / command-line-quick-reference

quick reference on command line tools and techniques for the people with limited time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correct while read advice

rawiriblundell opened this issue · comments

{while read filename;

read should, 99.9% of the time, go hand in hand with its -r option.

See: https://github.com/koalaman/shellcheck/wiki/SC2162