column
Verified for current stable LTS
Column Command: Specify Column Delimiter Table Option
Use for specify column delimiter table option with Column. Exact CLI syntax to specify column delimiter table option using Column.
When to use this: Use for specify column delimiter table option with Column.
Command Syntax
printf "header1,header2\nbar,foo\n" | column -t -s <,> printf "header1,header2/nbar,foo/n" | column -t -s <,> Live Command Builder
Final Command
printf "header1,header2\nbar,foo\n" | column -t -s <,> Command Breakdown
-t- Command Option
- Tool-specific option used by this command invocation.
-s- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to specify column delimiter table option 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
Column Command: Fill Rows Before Columns
printf "header1\nbar\nfoobar\n" | column -c <30> -x Column Command: Format Output 30 Characters Wide printf "header1 header2\nbar foo\n" | column -c <30> Column Command: Split Columns Auto Align Tabular printf "header1 header2\nbar foo\n" | column -t Jmeter Command: Run Test Plan Nongui jmeter -n -t <path/to/file.jmx> Jmeter Command: Run Test Plan Nongui Logfile jmeter -n -t <path/to/file.jmx> -l <path/to/logfile.jtl>