Tagged articles
3 articles
Page 1 of 1
DevOps Cloud Academy
DevOps Cloud Academy
Jun 12, 2018 · Fundamentals

Understanding Shell Global and Local Variables

This article explains how to display and set environment variables in a Unix shell using commands like env and export, and demonstrates the behavior of global and local variables across parent and child shells with practical bash examples.

BashGlobal VariableUnix
0 likes · 2 min read
Understanding Shell Global and Local Variables