Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find directory inodes usage

#Achar o diretório que mais está usando inodes.
find /grid -xdev -printf '%h
' | sort | uniq -c | sort -k 1 -n;  2>/dev/null 
#remover
find /grid/product/12.1.0/rdbms/audit -maxdepth 1 -mtime +17 -exec rm {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: find and rm files 
Shell :: terminal run the last x commands 
Shell :: spotify applescript 
Shell :: save admin credentials for program 
Shell :: smbclient 
Shell :: github actions to publish mobile app 
Shell :: filebeat config folder location in linux 
Shell :: tomcat monit 
Shell :: Check the Principal from the keytab file 
Shell :: format volume diskpart 
Shell :: install brave browser for kali linux 
Shell :: Warning: Pub installs executables into $HOME/.pub-cache/ 
Shell :: powershell autocompletion 
Shell :: how to install multible package in linux one line of code 
Shell :: hxselect examples 
Shell :: #include <gst/gst.h compilation terminated. jetson nano 
Shell :: cpickle 
Shell :: ffmpeg whatsapp or telegram format 
Shell :: Mirror Repository Ubuntu 19.10 
Shell :: standard notes for x64 linux 
Shell :: ahk get command line 
Shell :: can i connect ubuntu laptop and desktop for file transfer 
Shell :: install torch librosa 
Shell :: could not get batched bridge 
Shell :: hadoop hive get time from timestamp 
Shell :: sane in ubuntu 
Shell :: UINSTALL EVERTYHING INNO 
Shell :: vue google sign in github 
Shell :: kubernetes cert kubeconfig 
Shell :: run mongo docker image on ubuntu 20 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =