combine command
Summary
Combines the two text files or more into the output file.
Description
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.
Command usage
combine <output> <input1> <input2> [input3] ...
Examples
combine full.txt part1.txt part2.txt
: Combines part1.txt and part2.txt to full.txt
Last updated