mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:33:38 +02:00
fc: add Chinese translation
This commit is contained in:
parent
9a674892f0
commit
cf4a5023c2
1 changed files with 15 additions and 0 deletions
15
pages.zh/osx/fc.md
Normal file
15
pages.zh/osx/fc.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# fc
|
||||
|
||||
> 打开最近的命令并编辑它.
|
||||
|
||||
- 在系统默认编辑器中打开:
|
||||
|
||||
`fc`
|
||||
|
||||
- 指定要使用的的编辑器:
|
||||
|
||||
`fc -e {{'emacs'}}`
|
||||
|
||||
- 从历史记录中列出最近的命令:
|
||||
|
||||
`fc -l`
|
Loading…
Add table
Reference in a new issue