Demos-old/setimmediatesorting/scripts
Cătălin Mariș 9ad422a08d
Add `newline` at the end of text file
Under UNIX-like OSes, a text file consists of a series of lines, each
of which ends with a `newline` character (`\n`). A file that is not
empty and does not end with a `newline` is therefore considered not to
be a text file.

Because of this, utilities that are supposed to operate on text files
may not cope well with files that don't end with a `newline` (e.g.: they
might ignore the text after the last `newline`).

Adding the `newline` character at the end of the file ensures that users
won't encounter any odd behavior when using it.

Reference/Source: http://unix.stackexchange.com/a/18789.
2017-04-10 10:21:43 +03:00
..
demo.js Add `newline` at the end of text file 2017-04-10 10:21:43 +03:00