If you write a shell script in Windows to run on a Linux system, you will be prompted with the following error syntax errors near unexpected token ' ... This is due to the fact that the following line breaks are not the same for two platforms. So we need to convert the format, notepad++ has this function.
Specific procedures
1. First open the notepad++, let the script display all symbols, found that CR LF
2. We need to convert the Windows format to the Linux format and do the following.
Convert file format conversion to UNIX format
3. After the conversion, it is found that the carriage return line break is changed. No more error when you put Linux in.
Special Note: The pro-Test can
Thanks to the original author, the solution of my urgent, thanks again.
Reference articles
Http://jingyan.baidu.com/article/9f63fb91d014b8c8410f0e7a.html