Line breaks in Unix,windows and Mac

Source: Internet
Author: User

Unix system, the end of each line only "< line >", that is "\ n", the Windows system, each line at the end of the "< newline >< Enter >", that is "\n\r", Mac system, the end of each line is "< Enter >". A direct consequence of this is that if the file under the Unix/mac system is opened in Windows, all the text will be turned into one line, and if the files in Windows are opened under Unix/mac, a ^m symbol may appear at the end of each line. So, if you need to work on a cross-platform text file, you might get a bit bigger with a carriage return line.

0x0D (ASC code is 13) refers to "carriage return" \ r is to place the cursor at the beginning of the bank

0x0A (ASC code is 10) refers to "newline" \ n is the same column where the cursor is placed on the next line

0x0D + 0x0A return line \ r \ n Place the cursor at the beginning of the next line

\ n is a newline, English is Linefeed,ascii code is 0xA.

\ r is the carriage return, English is carriage return, ASCII code is 0xD.

Use these two commands under Linux:

OD-T x1 [File]
Od-t c [File]

Line breaks in Unix,windows and Mac

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.