2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: length
|
|
|
|
layout: command
|
|
|
|
version: 0.59.0
|
|
|
|
---
|
2019-11-10 09:42:59 +01:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
Count the number of elements in the input.
|
2020-08-15 07:36:15 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
## Signature
|
2020-08-15 07:36:15 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
```> length --column```
|
2019-11-10 09:42:59 +01:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
## Parameters
|
2019-11-10 09:42:59 +01:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
- `--column`: Show the number of columns in a table
|
2020-06-23 20:21:47 +02:00
|
|
|
|