The join and split commands solve different file-processing problems. join combines related records from two sorted text inputs, while split divides one input into a sequence of smaller files.
Text-Fu · Lesson 11
join and split
Learn how to join two sorted text files by a key and split one file into named pieces.