Backticks Backticks are used to place the output of a command in place of the command Examples $ echo At `date -Idate` there are `ls -1|wc -l` folks in `pwd` At 2004-01-21 there are 5 folks in /home $ display `ls -t *.gif`