公告
财富商城
积分规则
提问
发文
2019-07-21 05:40发布
对你真心纯属浪费
Is tab character in "\t" or "\r\t" in Solaris ? And the new line character sequence \n or \r\n ?
thanx
Tab is always "\t", carriage-return is "\r", and newline is "\n".
To be very specific, the end-of-line (EOL) marker on DOS-based systems is "\r\n". It's apparently just a carriage-return on early Apple systems, and just newline on most others.
Solaris standard line delimiter is \n
A tab character is "\t", always. A newline on Solaris is "\n", the only time a newline is "\r\n" is in DOS/Windows land.
最多设置5个标签!
Tab is always "\t", carriage-return is "\r", and newline is "\n".
To be very specific, the end-of-line (EOL) marker on DOS-based systems is "\r\n". It's apparently just a carriage-return on early Apple systems, and just newline on most others.
Solaris standard line delimiter is \n
A tab character is "\t", always. A newline on Solaris is "\n", the only time a newline is "\r\n" is in DOS/Windows land.