| 2 Aug 2026 |
nixos-wiki-rcbot | [[Translations:Shell scripts/17/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34139&rc_id=26659 * Ardenet * (+17) Created page with "== POSIX shell ==" | 17:59:37 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34138&oldid=34136 * Ardenet * (-48) Created page with "某些环境(例如基于 BusyBox 的 OpenWRT)仅提供“受限” Shell(使用 sh 而非 bash)" | 17:59:37 |
nixos-wiki-rcbot | [[Translations:Shell scripts/18/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34137&rc_id=26657 * Ardenet * (+130) Created page with "某些环境(例如基于 BusyBox 的 OpenWRT)仅提供“受限” Shell(使用 sh 而非 bash)" | 17:59:37 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34145&oldid=34143 * Ardenet * (-18) Created page with "== 调试嵌入脚本 ==" | 18:00:38 |
nixos-wiki-rcbot | [[Translations:Shell scripts/14/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34144&rc_id=26664 * Ardenet * (+24) Created page with "== 调试嵌入脚本 ==" | 18:00:38 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34143&oldid=34141 * Ardenet * (-34) Created page with "当 Bash 脚本执行失败时,它只会输出错误信息,而不会显示出错的代码位置。" | 18:00:38 |
nixos-wiki-rcbot | [[Translations:Shell scripts/15/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34142&rc_id=26662 * Ardenet * (+102) Created page with "当 Bash 脚本执行失败时,它只会输出错误信息,而不会显示出错的代码位置。" | 18:00:38 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34141&oldid=34138 * Ardenet * (-120) Created page with "要跟踪命令和行号,可以使用" | 18:00:38 |
nixos-wiki-rcbot | [[Translations:Shell scripts/16/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34140&rc_id=26660 * Ardenet * (+39) Created page with "要跟踪命令和行号,可以使用" | 18:00:38 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34147&oldid=34145 * Ardenet * (-52) Created page with "当某个命令缺失时,可以使用 nix-locate 来查找对应的软件包名称。例如,stat 命令:" | 18:01:38 |
nixos-wiki-rcbot | [[Translations:Shell scripts/13/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34146&rc_id=26666 * Ardenet * (+136) Created page with "当某个命令缺失时,可以使用 nix-locate 来查找对应的软件包名称。例如,stat 命令:" | 18:01:38 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34150&oldid=34147 * Ardenet * (-90) Created page with "=== 命令未找到 ===" | 18:02:39 |
nixos-wiki-rcbot | [[Translations:Shell scripts/11/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34149&rc_id=26669 * Ardenet * (+23) Created page with "=== 命令未找到 ===" | 18:02:39 |
nixos-wiki-rcbot | [[Translations:Shell scripts/12/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34148&rc_id=26668 * Ardenet * (+123) Created page with "例如,脚本会抛出错误 svn: command not found,这是因为缺少依赖包 subversion。" | 18:02:39 |
nixos-wiki-rcbot | [[Translations:Shell scripts/8/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34155&rc_id=26675 * Ardenet * (+12) Created page with "== 打包 ==" | 18:03:40 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34154&oldid=34152 * Ardenet * (-55) Created page with "示例:" | 18:03:40 |
nixos-wiki-rcbot | [[Translations:Shell scripts/9/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34153&rc_id=26673 * Ardenet * (+9) Created page with "示例:" | 18:03:40 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34152&oldid=34150 * Ardenet * (-59) Created page with "wrapProgram 会将原始脚本移动到 .github-downloader.sh-wrapped。" | 18:03:40 |
nixos-wiki-rcbot | [[Translations:Shell scripts/10/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34151&rc_id=26671 * Ardenet * (+98) Created page with "wrapProgram 会将原始脚本移动到 .github-downloader.sh-wrapped。" | 18:03:40 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34159&oldid=34157 * Ardenet * (-56) Created page with "=== runCommand + builder.sh ===" | 18:04:40 |
nixos-wiki-rcbot | [[Translations:Shell scripts/6/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34158&rc_id=26678 * Ardenet * (+31) Created page with "=== runCommand + builder.sh ===" | 18:04:41 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34157&oldid=34154 * Ardenet * (-76) Created page with "除了使用 stdenv.mkDerivation 之外,还可以通过 runCommand 来调用外部的 Bash 脚本:" | 18:04:41 |
nixos-wiki-rcbot | [[Translations:Shell scripts/7/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34156&rc_id=26676 * Ardenet * (+128) Created page with "除了使用 stdenv.mkDerivation 之外,还可以通过 runCommand 来调用外部的 Bash 脚本:" | 18:04:41 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34165&oldid=34163 * Ardenet * (-12) Created page with "== 外部 builder.sh 脚本 ==" | 18:06:41 |
nixos-wiki-rcbot | [[Translations:Shell scripts/2/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34164&rc_id=26684 * Ardenet * (+30) Created page with "== 外部 builder.sh 脚本 ==" | 18:06:41 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34163&oldid=34161 * Ardenet * (-56) Created page with "另见:" | 18:06:41 |
nixos-wiki-rcbot | [[Translations:Shell scripts/4/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34162&rc_id=26682 * Ardenet * (+9) Created page with "另见:" | 18:06:42 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34161&oldid=34159 * Ardenet * (-60) Created page with "* [$1 创造一个无源 derivation] * [$2 Nix Pills: 第 7 章. 制作 Derivation]" | 18:06:42 |
nixos-wiki-rcbot | [[Translations:Shell scripts/5/zh]] N https://wiki.nixos.org/wiki/index.php?oldid=34160&rc_id=26680 * Ardenet * (+83) Created page with "* [$1 创造一个无源 derivation] * [$2 Nix Pills: 第 7 章. 制作 Derivation]" | 18:06:42 |
nixos-wiki-rcbot | [[Shell scripts/zh]] https://wiki.nixos.org/wiki/index.php?diff=34167&oldid=34165 * Ardenet * (-58) Created page with "较长的 Bash 脚本通常会保存为外部脚本文件,并在 Nix 中调用:" | 18:07:42 |