summaryrefslogtreecommitdiff
path: root/join-into-groups-of
blob: 7832a1305aa63fbae04b60fd3dbcab296675a869 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Public domain notice for all NCBI EDirect scripts is located at:
# https://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/scripts/projects/blast/LICENSE   

xargs -n "$@" echo |
sed 's/ /,/g'