I am wondering if it is possible in BASH to use commands in this way:
lets take command pwd
Lets say I would like to have a variable comm="pwd"
and then use it somewhere in program, but when I use it, I get the real pwd command output. Is this even possible?