System Grab Bag

View all TLDR pages from common (or from all pages)

git column

Display data in columns. More information: https://git-scm.com/docs/git-column.
  • Format stdin as multiple columns:
    ls | git column --mode={{column}}
  • Format stdin as multiple columns with a maximum width of 100:
    ls | git column --mode=column --width={{100}}
  • Format stdin as multiple columns with a maximum padding of 30:
    ls | git column --mode=column --padding={{30}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.