Wyczyść przestrzeń pliku dziennika Linux
find /var/log -type f -delete
Dead Deer
find /var/log -type f -delete
find /var/log -type f -regex ".*\.gz$"
find /var/log -type f -regex ".*\.[0-9]$"