From 97de731b826ab7fdd3ae2c0eceebc4ddcd31d1b1 Mon Sep 17 00:00:00 2001 From: alf Date: Fri, 5 Sep 2025 11:46:48 +0000 Subject: [PATCH] .bashrc aktualisiert --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index ada9b3f..8335696 100644 --- a/.bashrc +++ b/.bashrc @@ -170,6 +170,9 @@ function purge() { if [ "$WIRKLICH" = "ja" ] then echo "Lösche..." + echo " " >>$GIT_PFAD/logger/Logs/del.log + echo " " >>$GIT_PFAD/logger/Logs/del.log + echo "$(date) LÖSCHEN -------------------------------------------------------------------------" >>$GIT_PFAD/logger/Logs/del.log command rm -v -r $TRASHVERZ >>$GIT_PFAD/logger/Logs/del.log echo "Fertig. ERR: $?" echo "Liste der gelöschten Dateien: $GIT_PFAD/logger/Logs/del.log"