layout | title | description | content_hash | last_modified_at | related_topics | tldri18n_status | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page |
common/git-column (Türkçe) |
Kolonlarda veri görüntüle. |
30d275091d476b5a217ad03deda09e495340a26a |
2023-11-12 |
|
2 |
Kolonlarda veri görüntüle. Daha fazla bilgi için: https://git-scm.com/docs/git-column.
- Standart çıktıyı çoklu kolonlar olarak biçimlendir:
ls | git column --mode=
column
- Standart çıktıyı maksimum
100
birim sütun genişliğinde biçimlendir:
ls | git column --mode=column --width=
100
- Standart çıktıyı maksimum
30
birimlik boşluğa sahip situnlar olacak şekilde biçimlendir:
ls | git column --mode=column --padding=
30