Horje
truncate log file linux Code Example
truncate log file linux
sudo find /var/log -type f -iname '*log' -print0 | sudo  xargs -0 truncate -s0




Shell

Related
markdown terminal code Code Example markdown terminal code Code Example
install burp suite kali Code Example install burp suite kali Code Example
docker-compose: line 1: Not: command not found apt get Code Example docker-compose: line 1: Not: command not found apt get Code Example
chromium open new tab linux terminal Code Example chromium open new tab linux terminal Code Example
how to make a single digit date start with zero Code Example how to make a single digit date start with zero Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8