search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

Programming Dictionary

Online technical manual for service programmers
Popular searches:
Dictionary homepage Server Linux Linux col command
Linux col command Detailed instructions for use

Linux col command

Chinese translation Recent Updates: 2018-06-13 10:24:08

col

English [kɒl] American [kɑ:l]

n.峳;山口;pass,xia road,pass;shanwu

Linux col command syntax

Function: The col command is used to filter control characters.

Syntax: col [-bfx][-l<Number of buffer columns>]

Linux col command example

Save the help document of the man command as man_help, and use the -b parameter to filter all control characters. Use the following command in the terminal:

man man | col-b > man_help
Linux col command