column
Verified for current stable LTS
Column Commands
Column command syntax with verified terminal examples.
Commands
4 commands for Column
column HTTP
Column Command: Fill Rows Before Columns
printf "header1\nbar\nfoobar\n" | column -c <30> -x column HTTP
Column Command: Format Output 30 Characters Wide
printf "header1 header2\nbar foo\n" | column -c <30> column HTTP
Column Command: Specify Column Delimiter Table Option
printf "header1,header2\nbar,foo\n" | column -t -s <,> column HTTP
Column Command: Split Columns Auto Align Tabular
printf "header1 header2\nbar foo\n" | column -t Suggest a Column Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Column workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.