diff --git a/README.md b/README.md index a41996e..b01a59b 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ bzw ## history this lists all the commands of the shell you are in, that you have typed in lastly. +The list consists of the command plus the a number. After have issued history (ususally filtered by grep with piping - see next chapter) you can directly issue one of the displayed commands WITHOUT using the mouse, by entering the an exclamation mark followed by the number of the command. ## grep