In UNIX/Linux system, some special symbols in SHELL programming need to be escaped. The escape character is English' \', and the following special symbols can be escaped, such as:
\ "(double quotation marks)
\' (single quotation mark)
\ \ (backslash for western languages: \)
Wait a minute.