Merging Streams: Merging Text Files
Learn how to merge streams using piping patterns.
We'll cover the following
Merging is the opposite operation to forking and involves piping a set of Readable
streams into a single Writable
stream, as shown in the illustration given below.
Get hands-on with 1400+ tech skills courses.