Top "Newline" questions

Newline refers to a character sequence representing a line break in text (also known as End of Line, EOL, or Line Break).

Unix newlines to Windows newlines (on Windows)

Is there a way (say PowerShell, or a tool) in Windows that can recurse over a directory and convert any …

powershell newline line-breaks
Windows notepad not supporting newline character '\n'

From my iPhone application I'm outputting data from text to a file. When opened with windows notepad, the data is …

iphone objective-c newline text-files
replace newline character in bash variable?

I am trying to understand the "cdargs-bash.sh" script with cdargs packages. And I have a question about in the …

bash newline substitution
git, whitespace errors, squelching and autocrlf, the definitive answers

Please can you explain about whitespace errors in git, what do they mean, what is 'squelching', and do I need …

git whitespace newline
JQ how to print newline and not newline character from json value

I have some logs that output information in JSON. This is for collection to elasticsearch. Some testers and operations people …

json newline jq
Decrease the line spacing in TinyMCE textarea

I am using TinyMCE to provide a rich text editing text editor. But the line spacing between the lines is …

html tinymce richtextbox newline
ProbIem with EOF in C

I'm writing a program which is supposed to read two strings that can contain line breaks and various other characters. …

c string newline eof getchar
Is there anyway to get TortoiseSVN to leave EOL (line endings) as is?

I'm checking out files that have Linux style line endings (just LF char). When I check out a file with …

svn tortoisesvn newline eol lf
Why is 'Updating the Git index failed' displayed

I am using Windows. When staging files I get this error. Updating the Git index failed. A rescan will be …

windows git newline core.autocrlf
Need to pick up line terminators with StreamReader.ReadLine()

I wrote a C# program to read an Excel .xls/.xlsx file and output to CSV and Unicode text. I …

c# readline streamreader newline