Have you ever used the "column" command?
Have you ever used the "column" command?
tinkerbetter.tube Have you ever used the "column" command?
Yes, there's other tools that can make terminal output prettier on Linux. We all know that. But the "column" command is likely already there, on your system, waiting for you to use it. With "column...

3 crossposts
You're viewing a single thread.
All Comments
51 comments
Damn, I could've avoided hours of scrolling up by now if I knew about this before.
21 0 ReplyIf I need the top lines I usually just pipe output to
less
, butcolumn
is definitely going to help a lot!5 0 ReplyThere is also head and tail.
2 0 ReplyYeah but I've always found I underestimate the amount of lines I needed to
head
.tail
I really only use with the-f
flag to keep a tab on logs and the like.1 0 Reply
51 comments
Scroll to top