书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 75 个相关结果.
  • Nushell 编程

    自定义命令 别名 运算符 变量和子表达式 脚本 模块
  • Nushell operator map

    Nushell operator map Nushell operator map The idea behind this table is to help you understand how Nu operators relate to other language operators. We’ve tried to produce a map ...
  • Nushell 运算符

    Nushell 运算符 Nushell 运算符 这个表格的目的是帮助你了解 Nu 运算符与其他语言运算符的关系。我们试图制作一张包含所有 Nushell 运算符的表,以及它们在其他语言中的对应关系。欢迎大家参与贡献。 注意:此表针对 Nu 0.14.1 或更高版本。 Nushell SQL Python .NET LINQ (C#) PowerSh...
  • 以 Nushell 的方式思考

    以 Nushell 的方式思考 Nushell 不是 Bash 把 Nushell 想象成一种编译型语言 变量是不可变的 Nushell 的环境是有作用域的 以 Nushell 的方式思考 为了帮助你理解并充分利用 Nushell,我们把这部分内容一起放入”以 Nushell 的方式思考”这一节。通过学习 Nushell 的思考方式,并使用它提...
  • Thinking in Nu

    Thinking in Nu Nushell isn’t bash Think of Nushell as a compiled language Variables are immutable Nushell’s environment is scoped Thinking in Nu To help you understand - and...
  • Stdout, Stderr, and Exit Codes

    Stdout, Stderr, and Exit Codes Stdout Stderr Exit code Using the complete command Raw streams Stdout, Stderr, and Exit Codes An important piece of interop between Nushel...
  • Externs

    Externs Types and custom completions Limitations Externs Calling external commands is a fundamental part of using Nushell as a shell (and often using Nushell as a language). T...
  • Configuration

    Configuration Nushell Configuration with env.nu and config.nu Configuring $env.config Environment Color Config section Configuring Nu as a login shell macOS: Keeping /usr/bi...
  • Cookbook

    Cookbook Cookbook In this section we have put together a bunch of useful tips to get you started with Nushell. These are simple commands that will help you ease your way into th...
  • 标准输入、输出和退出码

    标准输入、输出和退出码 标准输出流 标准错误流 退出码 使用 complete 命令 原始流 标准输入、输出和退出码 Nushell 和外部命令之间互操作的一个重要部分是与来自外部的标准数据流一起工作。 这些重要数据流中的第一个是标准输出流(stdout)。 标准输出流 标准输出流(stdout)是大多数外部应用程序将数据发送到管...