mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 21:44:55 +02:00
15 lines
197 B
Markdown
15 lines
197 B
Markdown
# 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`
|