Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I tried the two proposals, I get the same result with the command in the question (column from util-linux 2.33.1) I see some comments under the question that some other implementations do not, do you reproduce the issue similar to the question? And I expect and see for my environment, the same result for tput or echo -e, as both would print the same output through cat -v. Commented Dec 8, 2020 at 21:33
  • @thanasisp Ohh, I'm using BSD column exactly this version; commandlinux.com/man-page/man1/column.1.html, but I see the similar output as OP posted, and above given commands both fix the intention; also my Terminal is Windows10 CMD Commented Dec 9, 2020 at 9:35
  • and also note that with same version of column but Linux Terminal type everything is fine even with OP's sample or mine in answer. so that is related to Terminal Type itself as mentioned and need specify Terminal type to tput command Commented Dec 9, 2020 at 9:57