Forrest logo
back to context overview

nu

List of commands for nu:

  • nu:tldr:0288b nu: Start an interactive shell session.
    $ nu
    try on your machine
    explain this command
  • nu:tldr:54786 nu: Execute specific commands.
    $ nu --commands "${echo 'nu is executed'}"
    try on your machine
    explain this command
  • nu:tldr:bad15 nu: Execute a specific script.
    $ nu ${path-to-script-nu}
    try on your machine
    explain this command
  • nu:tldr:bd352 nu: Execute a specific script with logging.
    $ nu --log-level ${select} ${path-to-script-nu}
    try on your machine
    explain this command
back to context overview