A capability in Shell Programming that allows grabbing the output of a command by spawning a Subshell. echo `ls` echo $(ls)