mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
history: add one example.
This commit is contained in:
parent
a4ade5e1a3
commit
cf225aca7a
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
||||||
- Overwrite history file with history of current `bash` shell (often combined with `history -c` to purge history):
|
- Overwrite history file with history of current `bash` shell (often combined with `history -c` to purge history):
|
||||||
|
|
||||||
`history -w`
|
`history -w`
|
||||||
|
|
||||||
|
- Delete the history entry at the specified offset:
|
||||||
|
|
||||||
|
`history -d {{offset}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue