_ _ ___ | |__ __ _ _______ | |_ / _ \| '_ \ / _` |_ / _ \| __| | (_) | | | | (_| |/ / (_) | |_ \___/|_| |_|\__,_/___\___/ \__|
ohazot | | docs | | about |
paste
— join
lines
OPTIONS
-s | paste in command line order. |
-d LIST | use the specified character(s) as delimiters. |
example
$ ed test.log a 1 2 3 . w q $ cat test.log | paste -s -d "+" 1+2+3
SEE ALSO
OpenBSD manpages
files
<paste.oh>