1611 shaares
17 private links
17 private links
2 results
tagged
conventions
Most languages have naming conventions for variables, the most common style I see in shell scripts is MY_VARIABLE=foo. Is this the convention or is it only for global variables? What about variables local to the script?