Options (3)
-x, --spacesbooleanFilter reverse line feeds and output with spaces instead of tabs
Example:
{{command}} | col {{[-x|--spaces]}}-b, --no-backspacesbooleanRemove backspaces, output only the last character written to each position
Example:
{{command}} | col {{[-b|--no-backspaces]}}-l, --linesbooleanSpecify a buffer size with a specific number of lines
Example:
{{command}} | col {{[-l|--lines]}} {{num}}Examples (6)
Remove backspaces, output only the last character written to each position
made by @shridhargupta | data from tldr-pages