Top "Carriage-return" questions

Carriage return is one of the control characters in ASCII code, Unicode, EBCDIC, and many other codes.

What are carriage return, linefeed, and form feed?

What is the meaning of the following control characters: Carriage return Line feed Form feed

newline carriage-return linefeed control-characters ansi-escape
Difference between \n and \r?

What’s the difference between \n (newline) and \r (carriage return)? In particular, are there any practical differences between \n …

newline carriage-return
Remove carriage return in Unix

What is the simplest way to remove all the carriage returns \r from a file in Unix?

unix carriage-return
See line breaks and carriage returns in editor

Does anyone know of a text editor on Linux that allows me to see line breaks and carriage returns? Does …

vim newline text-editor line-breaks carriage-return
What is the difference between a "line feed" and a "carriage return"?

If there are these two keywords then they must have their own meaning. So I want to know what makes …

string newline carriage-return linefeed
SQL query for a carriage return in a string and ultimately removing carriage return

SQL query for a carriage return in a string and ultimately removing carriage return I have some data in a …

sql char carriage-return sql-like
Carriage Return\Line feed in Java

I have created a text file in Unix environment using Java code. For writing the text file I am using …

java carriage-return line-endings eol linefeed
How can I insert new line/carriage returns into an element.textContent?

As silly as it may sound, I still haven't found an appropriate answer. Let's say I want to dynamically create …

javascript string escaping carriage-return
What are the differences between char literals '\n' and '\r' in Java?

In Java, the newline and carriage return characters are both seem to be showing same effect. What are the actual …

java newline carriage-return
Removing carriage return and new-line from the end of a string in c#

How do I remove the carriage return character (\r) and the new line character(\n) from the end of a …

c# string newline carriage-return