2011年9月7日 星期三

Linux script : backslash "\"

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

沒有留言:

張貼留言