To add a newfile character `\n` at the end of a file, you can use the following command: ```Bash echo -e >> file.txt ``` ### See also 1.