← 返回命令列表

Linux command

colrm 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

colrm 1 1

Example

colrm 3

Example

colrm 3 5

说明

colrm removes selected columns from text read from standard input. Columns are counted from 1. If only one argument is given, columns from that number to the end of line are removed. The tool is useful for text processing pipelines where specific column ranges need to be stripped.

参数

-h, --help
Display help text and exit
-V, --version
Print version and exit

FAQ

What is the colrm command used for?

colrm removes selected columns from text read from standard input. Columns are counted from 1. If only one argument is given, columns from that number to the end of line are removed. The tool is useful for text processing pipelines where specific column ranges need to be stripped.

How do I run a basic colrm example?

Run `colrm 1 1` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -h, --help do in colrm?

Display help text and exit