Return symbol: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 5: Line 5:


如何看到換行符號
如何看到換行符號
* On {{Win}}: [https://notepad-plus-plus.org/zh/ Notepad++] 選單: 檢視: 特殊字元: 顯示行尾字元 (EOL)
* [https://notepad-plus-plus.org/zh/ Notepad++] On {{Win}} 選單: 檢視: 特殊字元: 顯示行尾字元 (EOL)
* [https://en.wikipedia.org/wiki/File_(command) file (command)]: {{kbd | key=<nowiki>file filename.txt</nowiki>}} on {{Linux}}, {{Mac}} & Cygwin on {{Win}}


Related articles
Related articles

Revision as of 11:55, 12 March 2018

Return symbol

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

如何看到換行符號

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

Related articles