Variable in Linux
In Linux shell scripting, a variable is essentially a "container" or a named label that stores information (data) in the computer's memory (Ram). You can then use or change that data throughout your script or terminal session by referring to the vari...
shahrukh-khan.hashnode.dev3 min read