Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-08 00:16:55 +00:00
parent 34878bb630
commit 31e38d1972
26 changed files with 539 additions and 6 deletions

14
tldr/fc
View File

@@ -5,10 +5,10 @@ source: https://github.com/tldr-pages/tldr.git
---
# 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`
@@ -24,6 +24,14 @@ source: https://github.com/tldr-pages/tldr.git
`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`