This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2024-12-02 13:24:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
91c270c14a
nushell
/
tests
/
fixtures
/
formats
/
script_multiline.nu
3 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename `count` to `length` (#3166) * 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
2021-03-13 22:46:40 +01:00
echo [1 4] | length
echo [2 3 5] | length
Reference in New Issue
Copy Permalink