You are viewing a single comment's thread. Return to all comments →
A solution using xargs: cat | xargs -I {} printf "%s\t" {}
Seems like cookies are disabled on this browser, please enable them to open this website
Paste - 3
You are viewing a single comment's thread. Return to all comments →
A solution using xargs: cat | xargs -I {} printf "%s\t" {}