adambard / adambard/learnxinyminutes-docs

[chinese/bash] A wrong code

未关闭 适合新手
#5,567 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Markdown
星标
12.3k
派生
3.7k
平均合并
13 小时 10 分钟
30 天内合并 PR
6

描述

At the begining of if part, the `-ne` should be `!=` for string compare.

贡献指南

打开贡献指南

调研方向

Start with the Chinese Bash tutorial referenced by the issue tag (`chinese/bash`) and open the corresponding markdown lesson file. Find the initial `if` example using `-ne`, and confirm it should be changed to `!=` for string comparison. Since this is docs-only, there are no explicit tests to run; the issue is done when the snippet in that page uses the corrected operator and formatting remains intact.

由索引模型根据 Issue 内容生成。

评估

技术栈
bash
领域
documentation
Issue 类型
文档
难度
2/5
预计耗时
1-3 小时
活跃度
冷清
描述清晰度
基本清楚
新手友好度
70/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。