Correct Bash and shell script variable capitalization

I run across many shell scripts with variables in all caps, and I’ve always thought that there is a severe misunderstanding with that. My understanding is that, by convention (and perhaps by necessity long ago), environment variables are in all-caps. But in modern scripting environments like Bash, I have always preferred the convention of lower-case … Read more