1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages/common/fc.md
2022-08-04 13:15:48 +08:00

357 B

fc

Open the most recent command and edit it. 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

  • List recent commands in reverse order:

fc -r

  • List commands in a given interval:

fc '{{416}}' '{{420}}'