Most voted "newline" questions
4 questions
Sort by count of
-
3
votes1
answer199
viewsFunction file() php does not pick line by line
I have a system that is going through a problem, one time it reads line by line from a file, but when I send another file of the same type and with the same content (only a few different things) it…
-
2
votes1
answer70
viewsCount of new lines in Node
I wish to count the number of new lines of a file. For this I am doing as follows the reading of the file : const fs = require('fs')//utilizando o módulo fs…
-
1
votes1
answer966
viewshelp adding text from richtextbox 1 with richtextbox2 C#
Hello, I would like to know how I do, so when I type in richtextbox1 the text appears in richtextbox2, exactly as if it were a line counter, each time you press enter, only with a number of its own,…
-
-1
votes1
answer217
viewsTreat File as String in Nodejs
I am having the following problem : I wish to carry out the count of line breaks, ie the amount of '\n' in a file. For this, I wish while reading the file to treat it as a String. I am trying it as…
javascript node.js filing-cabinet fs newlineasked 4 years, 8 months ago Gabriel Ribeiro Carneiro 81