Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux alle dateien löschen die älter als eine woche sind

find /path/to/files/* -mtime +X -exec rm {} ;
Comment

linux alle dateien löschen die älter als eine woche sind

find /path/to/files/* -mtime +X -exec rm {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: install vivaldi on linux mint 
Shell :: ubuntu disable ssh 
Shell :: using ffmpeg on mac to record screen 
Shell :: ping a port linux 
Shell :: git stash clean command 
Shell :: install from github pip 
Shell :: install gnu grep on mac 
Shell :: delete all docker containers and related volumes 
Shell :: .sh script: check if file exist 
Shell :: finding mac address on ubuntu 
Shell :: command to check size of folder in linux 
Shell :: install hackertyper on linux mint 
Shell :: get the latest file in a directory powershell 
Shell :: origin branch still showing in vscode though deleted 
Shell :: bash windows open folder in exporer 
Shell :: WSL2 trying to launch VSCode with code . results in error "Please install missing certificates." 
Shell :: firewall in ubuntu 18.04 
Shell :: bluetooth linux 
Shell :: sudo apt-key adv --keyserver keys.gnupg.net --recv-key 6F3EFCDE 
Shell :: install rust ubuntu 20 
Shell :: prevent always typing sudo 
Shell :: remove gitignore cache 
Shell :: descomprimir tar gz 
Shell :: git diff exclude file 
Shell :: linux download file from url 
Shell :: ubuntu photo viewer zoom in shortcut 
Shell :: gitignore already tracked files 
Shell :: ubuntu 20.10 how to open zip file 
Shell :: ubuntu server does not run scripts 
Shell :: delete directory linux 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =