You are viewing a single comment's thread. Return to all comments →
paste -sd ";" paste cmd use to merge files column. -s is to paste serially -d ";" use delimiter semi-colon instead of tab(default)
paste -sd ";"
Seems like cookies are disabled on this browser, please enable them to open this website
Paste - 1
You are viewing a single comment's thread. Return to all comments →
paste -sd ";"
paste cmd use to merge files column. -s is to paste serially -d ";" use delimiter semi-colon instead of tab(default)