.bashrc aktualisiert
$TRASHVERZ konsequent eingesetzt
This commit is contained in:
3
.bashrc
3
.bashrc
@ -177,12 +177,11 @@ function purge() {
|
|||||||
case $wwahl in
|
case $wwahl in
|
||||||
"ja" | "j")
|
"ja" | "j")
|
||||||
echo "Lösche..."
|
echo "Lösche..."
|
||||||
\rm -r /home/$USER/.Müll/*
|
\rm -r $TRASHVERZ
|
||||||
echo "Fertig. ERR: $?"
|
echo "Fertig. ERR: $?"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"nein" | "n")
|
"nein" | "n")
|
||||||
ls /home/$USER/.Müll/
|
|
||||||
echo "Nichts gelöscht."
|
echo "Nichts gelöscht."
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user