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,16 +1,32 @@
# fc
> 打开最近的命令并编辑它。
> 打开最近的命令进行编辑,然后运行它。
> 更多信息:<https://manned.org/fc>.
-系统默认编辑器中打开:
- 在默认系统编辑器中打开最后一个命令,并在编辑后运行
`fc`
- 指定要使用的的编辑器:
- 指定一个编辑器打开
`fc -e {{'emacs'}}`
- 从历史记录中列出最近的命令:
`fc -l`
- 以相反的顺序列出最近的命令:
`fc -l -r`
- 从历史记录中编辑并运行一个命令:
`fc {{编号}}`
- 编辑并运行指定区间内的命令:
`fc '{{416}}' '{{420}}'`
- 显示帮助:
`fc --help`