I am slightly confused if there is any rigid rule regarding the naming of variables in Shell Scripting. I found different answers in different locations:
- Unix / Linux - Using Shell Variables (on Tutorialspoint.com)
- Are there naming conventions for variables in shell scripts?
Can somebody clarify on this matter? To test if there is any issue if we use Lowercase letters in variable names, I ran few codes in terminal which I found ran without any error in them.