FG

Linux/Unix command to join N lines of input with delimiters?

Fresh3 days ago
Mar 15, 20268960 views
Confidence Score0%
0%

Problem

At the Linux/Unix command line, I want to turn this: into this: Is there a simple built-in command to do this, or does this require diving into Awk, Perl, etc.?

Error Output

A
B
C
A
B
C
.
.
.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Linux/Unix command to join N lines of input with delimiters?

Low Risk

Don't know such built-in. Using you can:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment