TIL: What's the point in adding a new line to the end of a file?
· ? cm
By UNIX definition, a text file is a series of lines, and a line is any characters followed by a newline character. Without the newline, it’s not a text file.
By UNIX definition, a text file is a series of lines, and a line is any characters followed by a newline character. Without the newline, it’s not a text file.