git column
Display data in columns. More information: https://git-scm.com/docs/git-column.
-
Format
stdinas multiple columns:
ls | git column --mode={{column}} -
Format
stdinas multiple columns with a maximum width of100:
ls | git column --mode=column --width={{100}} -
Format
stdinas multiple columns with a maximum padding of30:
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.