mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 09:52:13 +02:00
@@ -14,3 +14,10 @@ Remove the last number of columns. If you want to remove columns by name, try 'r
|
||||
|
||||
- `columns`: starting from the end, the number of columns to remove
|
||||
|
||||
## Examples
|
||||
|
||||
Remove the last column of a table
|
||||
```shell
|
||||
> echo [[lib, extension]; [nu-lib, rs] [nu-core, rb]] | drop column
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user