-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

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



-- Response ended

-- Page fetched on Tue May 21 06:34:01 2024