#!/bin/bash echo "hi this is shell" echo $BASH echo $PWD echo $HOME value=1 echo $value echo $VALUE #not possible to fetch In shell scripting, you can compare both ...