Append Contents of File to Another File in Git Bash on Windows - DevPops-Inc/windows GitHub Wiki

• Type cat < source file > >> < destination file > and press the “Enter” key to and append the contents of the source file to the destination file.

• Type vim < destination file > and press the “Enter” key to open destination file in the Vim text editor.

• Use the down arrow to go all the way to the bottom of the file and you’ll see the content from the source file there.