backslash "\" : escape next special characters
Ex:
echo "Path is $PATH" ---> This will show $PATH content
echo "Path is \$PATH" ---> This will show $PATH string
The backslash wiil remove the specail meaning of dollar($) sign