myDir = 'apple'
If I have the above variable, what functionality can I use to use it within a command? (I'm guessing it's some type of substitution - so I'd like to know what it's called if so)
How could I use the above variable to do an ls /home/applefruit, as obviously ls /home/$myDirfruit does not work.