Append multiple lines at the end of a file with cat
$ cat >> file.txt << EOF
> first line you want to append
> second line
> et cetera
> EOF
EOF
stands for ‘End Of File’.
See also:
personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki cat offline