Merge pull request #228 from devarsh10/patch-3

This commit is contained in:
Michael Cade 2022-11-04 22:09:21 +00:00 committed by GitHub
commit 8865be4c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ If you are like me and you use that `clear` command a lot then you might miss so
When you run `history` and you would like to pick a specific command you can use `!3` to choose the 3rd command in the list. When you run `history` and you would like to pick a specific command you can use `!3` to choose the 3rd command in the list.
You are also able to use `history | grep "Command` to search for something specific. You are also able to use `history | grep "Command"` to search for something specific.
On servers to trace back when was a command executed, it can be useful to append the date and time to each command in the history file. On servers to trace back when was a command executed, it can be useful to append the date and time to each command in the history file.