the end sign of document of linux
i tried all the linux version and found that the end of the file are 0a(alias LF),this is the operating system requirement, windows is \r\n character to end the file, i hope to help everyone
linux下文件结束符,我试过了所有的linux,发现其文件的结束符都是以0a即LF结束的,这个是操作系统规定的,windows下是\r\n符结束,希望可以帮助大家.
本文探讨了Linux与Windows操作系统下文件结束符的区别。Linux使用0a(LF)作为文件结束符,而Windows则采用
(CRLF)。这一差异源于各自操作系统的规范,了解这些差异有助于跨平台文件处理。

561

被折叠的 条评论
为什么被折叠?



