[[command]]
name = "column"
description = "Formats input into aligned columns or tables for display. Read-only stdin-to-stdout filter; reads input and writes formatted output without modifying source files. Part of util-linux, which has a slow release cadence (major versions every 2-3 years) and a stable interface."
url = "https://man7.org/linux/man-pages/man1/column.1.html"
level = "Inert"
bare = true
standalone = [
"-J", "-L", "-R", "-V", "-e", "-h", "-n", "-t", "-x",
"--fillrows", "--help", "--json", "--keep-empty-lines", "--table",
"--table-noextreme", "--table-noheadings", "--table-right-all", "--version",
]
valued = [
"-E", "-H", "-O", "-W", "-c", "-d", "-o", "-r", "-s",
"--output-separator", "--separator", "--table-columns", "--table-empty-lines",
"--table-hide", "--table-name", "--table-order", "--table-right",
"--table-truncate", "--table-wrap",
]