Shell Commands/Join

From MorphOS Library

Revision as of 12:55, 3 March 2015 by JPV (talk | contribs) (Created page with "'''Join''' - Joins several files into one bigger file FILE/M/A, AS=TO/K/A <nowiki> FILE - file(s) or pattern to match AS - des...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

Join - Joins several files into one bigger file

FILE/M/A, AS=TO/K/A

FILE - file(s) or pattern to match                                             
AS   - destination filename

Join copies all the listed files, in the order given, to one new file. This destination file cannot have the same name as any of the source files. You must supply a destination file name. The original files remain unchanged. Any number of files can be Joined in one operation.

Example: SYS:> Join Part1 Part2 Part3 AS Textfile