To force command execution in a string let use ` $ or {
echo `cat /etc/passwd` echo $(cat /etc/passwd) echo {cat,/etc/passwd}