Answers for "truncate log file linux"

0

truncate log file linux

sudo find /var/log -type f -iname '*log' -print0 | sudo  xargs -0 truncate -s0
Posted by: Guest on March-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language