End list of options for rm command

This commit is contained in:
Jeremy Gardais 2018-03-26 14:06:26 +02:00
parent b4fb6674fd
commit 20222ea1d0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ true > /etc/resolv.conf
find /var/log -type f -iname "*.log" -delete -exec touch {} \; find /var/log -type f -iname "*.log" -delete -exec touch {} \;
find /var/log -type f \( -iname "*.gz" -o -iname ".*.0" -o -iname "dmesg.*" \) -delete find /var/log -type f \( -iname "*.gz" -o -iname ".*.0" -o -iname "dmesg.*" \) -delete
rm -f -- /root/.bash_history rm -f -- /root/.bash_history
rm -rf /var/log/journal/* rm -rf -- /var/log/journal/*
# }}} # }}}