# => I'm in /path/of/current echo "I'm in $(PWD)" # Same as: echo "I'm in `pwd`"
See: Command substitution