Return symbol

From LemonWiki共筆
Revision as of 16:57, 4 April 2018 by Planetoid (talk | contribs)
Jump to navigation Jump to search

Return symbol (line terminators)

  • On Win Os windows.png : CRLF = \r\n
  • On Linux Os linux.png & macOS icon_os_mac.png : LF = \n, CR = \r

如何看到換行符號

  • Notepad++ On Win Os windows.png 選單: 檢視: 特殊字元: 顯示行尾字元 (EOL)
  • file (command): file filename.txt on Linux Os linux.png , macOS icon_os_mac.png [1] & Cygwin on Win Os windows.png

Related articles

References