Answers for "clear log file space linux"

0

clear log file space linux

find /var/log -type f -delete
Posted by: Guest on July-07-2020
0

clear log file space linux

find /var/log -type f -regex ".*\.gz$"
find /var/log -type f -regex ".*\.[0-9]$"
Posted by: Guest on July-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language