run variable as command bash code example
Example 1: how to set environment variable using bash
# set variable environment
export fullname="restu wahyu saputra"
echo $fullname
Example 2: bash create variable
#create a variable to store name
name="Lance Armah"