💾 Archived View for freeshell.de › tldr › history.gmi captured on 2022-04-28 at 18:46:22. Gemini links have been rewritten to link to archived content
View Raw
More Information
-=-=-=-=-=-=-
history
Command-line history.
More information.
- Display the commands history list with line numbers:
history
- Display the last 20 commands (in `zsh` it displays all commands starting from the 20th):
history {20}
- Clear 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):
history -w
- Delete the history entry at the specified offset:
history -d {offset}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY