nu
Nushell ("a new type of shell") takes a modern, structured approach to your command-line.
See also: `elvish`.
- Start an interactive shell session:
nu
- Execute commands:
nu --commands "{echo 'nu is executed'}"
- Execute a script:
nu {path/to/script.nu}
- Execute a script with logging:
nu --loglevel {error|warn|info|debug|trace} {path/to/script.nu}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).