mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
fc: add page (#2608)
This commit is contained in:
parent
6f9d6a976e
commit
4ae6029176
15
pages/linux/fc.md
Normal file
15
pages/linux/fc.md
Normal file
@ -0,0 +1,15 @@
|
||||
# fc
|
||||
|
||||
> Open the most recent command and edit it.
|
||||
|
||||
- Open in the default system editor:
|
||||
|
||||
`fc`
|
||||
|
||||
- Specify an editor to open with:
|
||||
|
||||
`fc -e {{'emacs'}}`
|
||||
|
||||
- List recent commands from history:
|
||||
|
||||
`fc -l`
|
15
pages/osx/fc.md
Normal file
15
pages/osx/fc.md
Normal file
@ -0,0 +1,15 @@
|
||||
# fc
|
||||
|
||||
> Open the most recent command and edit it.
|
||||
|
||||
- Open in the default system editor:
|
||||
|
||||
`fc`
|
||||
|
||||
- Specify an editor to open with:
|
||||
|
||||
`fc -e {{'emacs'}}`
|
||||
|
||||
- List recent commands from history:
|
||||
|
||||
`fc -l`
|
Loading…
Reference in New Issue
Block a user