Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find and rm files

## Somente arquivos
find /u01/app/oracle/product/diag/rdbms/r1/r1/cdump -type f -mtime +5 -exec rm -fR {} ;
## Diretorios também
find /u01/app/oracle/product/diag/rdbms/r1/r1/cdump -maxdepth 1 -mtime +1 -exec rm -fR {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: undo popup when deleting files in ubuntu Ubuntu 20.04.4 LTS 
Shell :: Adding the daily DevCard to your GitHub profile 
Shell :: scoop update 
Shell :: install bpytop arch linux 
Shell :: localhost/xampp/index.php 
Shell :: Git global setupCreate a new repository 
Shell :: Installing craftable 
Shell :: Guardar cambios en una rama nueva 
Shell :: how to clone all repos at once from github 
Shell :: boot manager linux install code 
Shell :: sed: 1: "package.json": extra characters at the end of p command 
Shell :: GOOGLE_CREDENTIALS to the terraform Cloud workspace 
Shell :: dotenv node github 
Shell :: run alpine container continuously 
Shell :: how to fix expired key when apt update 
Shell :: Midori rpm install 
Shell :: How to update extension on knime server 
Shell :: git push exisiting rep 
Shell :: top commiters in nepal github 
Shell :: learn how to use bash (variables) 
Shell :: fat-free benchmark plugin 
Shell :: Install Discord Together 
Shell :: jetson nano 4.3 TRT 
Shell :: Prerequisite packages installation for Docker 
Shell :: lightweight tag git 
Shell :: install sqitch 
Shell :: atom disable shelling out for environment 
Shell :: append filename at the beggining linux 
Shell :: vscode fedora 
Shell :: powerrshell adobject get all deleted 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =