mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
c13fe83784
* update docs to refer to length instead of count * rename count to length * change all occurrences of 'count' to 'length' in tests * format length command
3 lines
42 B
Plaintext
3 lines
42 B
Plaintext
echo [1 4] | length
|
|
echo [2 3 5] | length
|