Windows carriage returns inside shell scripts
‘\n’ writes a new line in UNIX while in Windows there are two character sequence ‘\r\n’ It may cause some problems if windows-like sequence presented in shell scripts. No matter what is the reason....
By Stas Bannikov
‘\n’ writes a new line in UNIX while in Windows there are two character sequence ‘\r\n’ It may cause some problems if windows-like sequence presented in shell scripts. No matter what is the reason....
Recent Comments