How to append one file to another in Linux from the shell? September 15, 2022 by Tarik Use bash builtin redirection (tldp): cat file2 >> file1