Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-cskn authored Apr 4, 2024
1 parent 2224492 commit c509f99
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c509f99

Please sign in to comment.