书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 75 个相关结果.
  • Nu map from other shells and domain specific languages

    Nu map from other shells and domain specific languages Nu map from other shells and domain specific languages The idea behind this table is to help you understand how Nu built-i...
  • System

    System View all files in the current directory View all directories in the current directory Find processes sorted by greatest cpu utilization. Find and kill a hanging process ...
  • Pipelines

    Pipelines Basics Multi-line pipelines Working with external commands Behind the scenes Pipelines One of the core designs of Nu is the pipeline, a design idea that traces its...
  • 运算符

    运算符 运算符结合顺序 正则表达式 / 字符串包含运算符 大小写敏感性 运算符 Nushell 支持以下常见的数学、逻辑和字符串操作的运算符: 运算符 描述 + 加 - 减 乘 / 除 * 指数 (幂) mod 取模 == 等于 != 不等于 < 小于 <= 小于等于 > 大于 >= 大于等于 =~ 正则匹配 / 字...
  • 从其他 Shell 或 DSL 到 Nu

    从其他 Shell 或 DSL 到 Nu 从其他 Shell 或 DSL 到 Nu 这个表格背后的想法是帮助你了解 Nu 的内置和插件所提供命令与其他已知的 Shell 和特定领域语言(DSL)的关系。我们试图制作一张所有 Nu 命令和它们在其他语言中的对应关系的表。欢迎大家参与贡献。 注意:此表针对 Nu 0.43 或更高版本。 Nushell ...
  • 并行

    并行 par-each 并行 Nushell 现在已经初步支持并行运行代码了,这允许你使用更多的计算机硬件资源来处理一个流的各个元素。 你会注意到这些命令包含其特有的par- 命名,每一个都对应着一个非并行的版本,这允许你先轻松地以串行的风格写代码,然后再回头用几个额外的字符轻松地将串行脚本转换成并行脚本。 par-each 最常见的并行命...
  • System

    System View all files in the current directory View all directories in the current directory Find processes sorted by greatest cpu utilization. Find and kill a hanging process ...
  • 管道

    管道 基础 多行管道 与外部命令交互 幕后解说 管道 Nu 的核心设计之一是管道,这个设计思想可以追溯到几十年前 Unix 背后的一些原始理念。正如 Nu 拓展了 Unix 的单一字符串数据类型一样,Nu 也扩展了管道的概念,使其不仅仅包含文本。 基础 一个管道由三部分组成:输入、过滤器和输出。 > open "Cargo.toml"...
  • 命令索引

    命令索引 命令索引 若要查看所有 Nushell 命令, 可以执行 help commands 。 译注:本页内容由于是从源码生成的暂不支持国际化,大家还是先看英文版的凑合下吧。 Command Description alias Alias a command (with optional flags) to a new name all? ...
  • Command Reference

    Command Reference Command Reference To see all commands in Nushell, run help commands . Command Description alias Alias a command (with optional flags) to a new name all? Tes...