1844 shaares
19 private links
19 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?