1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 20:17:57 +01:00
tldr/pages/linux/fc.md
2018-11-25 20:57:30 +05:30

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`