Command replace $(CMD) and symbol `cmd` (note that this is not a single quotation mark, and on the American keyboard, the key below ESC) has the same thing $LS A B C $echo $(LS) A B C $echo `ls` A B C Lets analyze the command echo $(LS) to understand what the so-called...