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:
parent
8df36bea65
commit
97f0e9b445
1 changed files with 11 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# fc
|
# 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>.
|
> 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`
|
`fc`
|
||||||
|
|
||||||
|
@ -19,6 +19,14 @@
|
||||||
|
|
||||||
`fc -l -r`
|
`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}}'`
|
`fc '{{416}}' '{{420}}'`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`fc --help`
|
||||||
|
|
Loading…
Add table
Reference in a new issue