This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
colrm
===
删除文件中的指定列
## 说明
**colrm命令** 用于删除文件中的指定列。colrm命令从标准输入设备读取书记,转而输出到标准输出设备。如果不加任何参数,则colrm命令不会过滤任何一行。
### 语法
```
colrm(参数)
### 参数
* 起始列号:指定要删除的指定列;
* 结尾列号:指定要删除的结尾列。