Nushell is a powerful shell and scripting language with strong typing, querying, and piping functionalities.
This release adds runtime pipeline input type checking, several new commands and operators, and various other miscellaneous improvements.
You must log in or # to comment.
0x[7F000001] | chunks 1 | each { into int } | str join "." # => 127.0.0.1really cool
I’ll add that to the community description/sidebar as a simple demonstrative example

