From c509f99afc08b0cd8eca7eeff305421a68c09bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hamza=20Co=C5=9Fkun?= <36128276+hamza-cskn@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:27:11 +0300 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 224a5ef..b9483d6 100644 --- a/README.md +++ b/README.md @@ -371,11 +371,24 @@ echo ${TEST_VAR/a/b} Should print `bbc`. ```bash -!-2 +!-1 ``` -Should execute the last 2. executed command. +Should execute the last command. +```bash +export HISTSIZE=1000 +```` +Should set a limit to the history list. +```bash +echo $- +``` +Shows bash's options. Idk how to implement it for minishell lol. + +```bash +echo !$ +``` +... ## Installation