> For the complete documentation index, see [llms.txt](https://linux-tutorial-cli.gitbook.io/linux-cli-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://linux-tutorial-cli.gitbook.io/linux-cli-tutorial/txt-files/clorm.md).

# clorm

## clorm

There is no clorm command in Linux. The closest command is `colrm`.

The `colrm` command in Linux is used to delete columns from a file. It is a powerful tool that can be used to remove unwanted columns from files, or to format files in a specific way.

The `colrm` command is used in the following syntax:

```
colrm [options] start end file
```

The `start` and `end` are the columns that you want to delete.

The `file` is the file that you want to delete columns from.

The `options` can be used to specify the following:

* `-b` : Delete blank columns.
* `-c` : Delete columns that contain a specific character.
* `-n` : Delete a specific number of columns.

For example, the following code will delete the first and last columns from the file `file.txt`:

```
colrm 1 10 file.txt
```

This code will delete the first and last columns from the file `file.txt`.

The `colrm` command is a powerful and versatile tool that can be used to delete columns from files. It is a simple and easy-to-use command that can be used to format files in a specific way.

Here are some additional things to note about the `colrm` command:

* The `colrm` command can be used to delete any columns from a file.
* The `colrm` command can be used to delete blank columns.
* The `colrm` command can be used to delete columns that contain a specific character.
* The `colrm` command is a simple and easy-to-use command.

## help

```
```
