mirror of https://github.com/CrimsonTome/tldr.git
18 lines
315 B
Markdown
18 lines
315 B
Markdown
# fc
|
|
|
|
> Open the most recent command and edit it.
|
|
> Some subcommands such as `fc list` have their own usage documentation.
|
|
> More information: <https://manned.org/fc>.
|
|
|
|
- Open in the default system editor:
|
|
|
|
`fc`
|
|
|
|
- Specify an editor to open with:
|
|
|
|
`fc -e {{'emacs'}}`
|
|
|
|
- List recent commands from history:
|
|
|
|
`fc -l`
|