NAME join - replace newlines with an arbitrary string SYNOPSIS join [ ] [ -l ] DESCRIPTION 'Join' reads its first standard input, replaces all newlines with the string, and writes the result on its first standard output. The argument may be specified as any arbitrary string. If it is omitted, a single blank is assumed. If the '-l' construct is specified, a maximum of input lines will be joined into each output line. EXAMPLES files .r | join -l10 | change % "ar -u arch " | sh file1> join "|" >file2