_                    _
  ___ | |__   __ _ _______ | |_
 / _ \| '_ \ / _` |_  / _ \| __|
| (_) | | | | (_| |/ / (_) | |_
 \___/|_| |_|\__,_/___\___/ \__|

pastejoin lines

back_to_top

-s paste in command line order.
-d LIST use the specified character(s) as delimiters.

$ ed test.log
a
1
2
3
.
w
q
$ cat test.log | paste -s -d "+"
1+2+3

back_to_top

text_manipulation

paste(1)

<paste.oh>

back_to_top

ohazot | about | ohazot.com <admin@ohazot.com>

Created:2025-10-03|Updated:2025-10-06 OpenBSD linux