Combines the two text files or more into the output file.
If you have two or more fragments of a complete text file, you can combine them using this command to generate a complete text file.
combine <output> <input1> <input2> [input3] ...
combine full.txt part1.txt part2.txt: Combines part1.txt and part2.txt to full.txt
combine full.txt part1.txt part2.txt
Last updated 1 year ago