0

As we all know, we can use $HOME to print the current directory just like:

$ echo $HOME

And it will print: /home/tsingshui

But if I use:

$ __="$""H""O""M""E";echo ${__}

It just print:

$HOME

Is there any way to make it continue parsing out the current directory without using numbers or letters?

0 Answers0