col
Verified for current stable LTS
Col Command: Format Manual Page Viewing Less
Use for format manual page viewing less with Col. Exact CLI syntax to format manual page viewing less using Col.
When to use this: Use for format manual page viewing less with Col.
Command Syntax
man ls | col -b | less man ls | col -b | less Live Command Builder
Final Command
man ls | col -b | less Command Breakdown
-b- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to format manual page viewing less using Col.
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
Col Command: Filter Reverse Line Feeds Input
<command> | col Col Command: Filter Reverse Line Feeds Output Spaces <command> | col -x Col Command: Process File Reverse Line Feeds Save Output cat <path/to/input_file> | col -x > <output_file> Col Command: Remove Backspaces Output Last Character <command> | col -b Col Command: Specify Buffer Size Lines <command> | col -l <num>