From 54569032bd373bd6402aef4f68eedb586c297674 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 17 May 2023 11:09:04 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbec475..9bf73fd 100644 --- a/README.md +++ b/README.md @@ -1129,6 +1129,7 @@ cat /dev/null >/var/log/auth.log This will remove any sign of us from the log file: ```sh #DEL=thc.org +#DEL=${SSH_CLIENT%% *} DEL=1.2.3.4 LOG=/var/log/auth.log IFS="" a=$(sed "/${DEL}/d" <"${LOG}") && echo "$a">"${LOG}"