Question - What is command substitution?
Answer -
Command substitution is one of the steps being performed every time commands are processed by the shell. The shell executes only those commands that are enclosed in backquotes. This will then replace the standard output of the command and displayed on the command line.