diff --git a/pages/common/docker.md b/pages/common/docker.md index 2d2e0c979..8ed706d77 100644 --- a/pages/common/docker.md +++ b/pages/common/docker.md @@ -24,7 +24,7 @@ `docker images` -- Open a shell inside a running container: +- Open an [i]nteractive [t]ty with Bourne shell (`sh`) inside a running container: `docker exec -it {{container_name}} {{sh}}` diff --git a/pages/common/history.md b/pages/common/history.md index 183971924..1b832fff5 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -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}}` diff --git a/pages/common/ollama.md b/pages/common/ollama.md index 63299717c..311c6320b 100644 --- a/pages/common/ollama.md +++ b/pages/common/ollama.md @@ -1,7 +1,7 @@ # ollama > A large language model runner. -> More information: . +> More information: . - Start the daemon required to run other commands: @@ -31,6 +31,6 @@ `ollama rm {{model}}` -- Create a model from a `Modelfile`: +- Create a model from a `Modelfile` ([f]): `ollama create {{new_model_name}} -f {{path/to/Modelfile}}` diff --git a/pages/common/tldr.md b/pages/common/tldr.md index fe852ccec..66cc56d02 100644 --- a/pages/common/tldr.md +++ b/pages/common/tldr.md @@ -24,6 +24,6 @@ `tldr --update` -- List all pages for the current platform and `common`: +- [l]ist all pages for the current platform and `common`: `tldr --list`