docker, ollama, history, tldr: fix mnemonics (#12762)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
`history -{{d|f|i|E}}`
|
||||
|
||||
- Clear the commands history list (only for current Bash shell):
|
||||
- [c]lear the commands history list (only for current Bash shell):
|
||||
|
||||
`history -c`
|
||||
|
||||
- Overwrite history file with history of current Bash shell (often combined with `history -c` to purge history):
|
||||
- Over[w]rite history file with history of current Bash shell (often combined with `history -c` to purge history):
|
||||
|
||||
`history -w`
|
||||
|
||||
- Delete the history entry at the specified offset:
|
||||
- [d]elete the history entry at the specified offset:
|
||||
|
||||
`history -d {{offset}}`
|
||||
|
Reference in New Issue
Block a user