Horje
delete old files linux Code Example
delete old files linux
find /opt/backup -type f -mtime +30 -exec rm -f {} \;
Source: tecadmin.net




Shell

Related
how to remove all docker container at once Code Example how to remove all docker container at once Code Example
install nginx ubuntu 20.04 Code Example install nginx ubuntu 20.04 Code Example
ubuntu install nginx Code Example ubuntu install nginx Code Example
uninstall in linux Code Example uninstall in linux Code Example
linux show number of cores Code Example linux show number of cores Code Example

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