1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

fc: refresh page (#14019)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Managor 2024-10-07 17:00:13 +03:00 committed by GitHub
parent 8df36bea65
commit 97f0e9b445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
# fc
> Open the most recent command and edit it.
> Open the most recent command for editing and then run it.
> More information: <https://manned.org/fc>.
- Open in the default system editor:
- Open the last command in the default system editor and run it after editing:
`fc`
@ -19,6 +19,14 @@
`fc -l -r`
- List commands in a given interval:
- Edit and run a command from history:
`fc {{number}}`
- Edit commands in a given interval and run them:
`fc '{{416}}' '{{420}}'`
- Display help:
`fc --help`