column Verified for current stable LTS

Column Command: Fill Rows Before Columns

Use for fill rows before columns with Column. Exact CLI syntax to fill rows before columns using Column.

When to use this: Use for fill rows before columns with Column.

Command Syntax

printf "header1\nbar\nfoobar\n" | column -c <30> -x

Live Command Builder

Final Command

printf "header1\nbar\nfoobar\n" | column -c <30> -x

Command Breakdown

-c
Command Option
Tool-specific option used by this command invocation.
-x
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to fill rows before columns using Column.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Column directory