mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 02:13:47 +01:00
c0a1d18e3d
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
382 B
382 B
title | layout | version |
---|---|---|
length | command | 0.59.0 |
Count the number of elements in the input.
Signature
> length --column
Parameters
--column
: Show the number of columns in a table
Examples
Count the number of entries in a list
> echo [1 2 3 4 5] | length
Count the number of columns in the calendar table
> cal | length -c