From f188d820f504cce57ffaa09a0e66ef463afd6fbe Mon Sep 17 00:00:00 2001 From: Devarsh Date: Fri, 28 Oct 2022 20:07:50 +0530 Subject: [PATCH] Update day15.md Maybe (") is needed here. Maybe. --- Days/day15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day15.md b/Days/day15.md index a10653d..1fff1db 100644 --- a/Days/day15.md +++ b/Days/day15.md @@ -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. -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.