common/a~g*:fix outdated Chinese pages (#14690)

* common/a~g*:fix outdated Chinese pages

* Update airmon-ng.md

* Update aria2c.md

* update chown

* Update ansible-playbook.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Jin
2024-11-27 06:20:32 -05:00
committed by GitHub
parent 864b1b260f
commit 67166ff0e7
24 changed files with 261 additions and 140 deletions

View File

@@ -1,25 +1,30 @@
# atom
> 一个跨平台的,可插拔的文本编辑器。
> 由 `apm` 管理插件
> 一个跨平台的可扩展文本编辑器。
> 插件由 `apm` 管理。
> 注意Atom 已经停止更新并且不再积极维护。
> 更多信息:<https://atom.io/>.
- 打开文件或目录:
`atom {{path/to/file_or_directory}}`
`atom {{路径/到/文件或目录}}`
- 在新窗口中打开文件或目录:
`atom -n {{path/to/file_or_directory}}`
`atom -n {{路径/到/文件或目录}}`
- 在已有窗口中打开文件或目录:
`atom --add {{path/to/file_or_directory}}`
`atom --add {{路径/到/文件或目录}}`
- 以安全模式启动 Atom不加载额外插件
`atom --safe`
- 在终端前台运行 Atom
- 阻止 Atom 分叉到后台,保持 Atom 与终端连接
`atom --foreground`
- 等待 Atom 窗口关闭后再返回(对于 Git 提交编辑器很有用):
`atom --wait`