Horje
ubuntu delete files older than 5 days Code Example
ubuntu delete files older than 5 days
#this deletes all files in /path/to/directory/ older than 7 days
find /path/to/directory/ -type f -mtime +7 -execdir rm -- '{}' \;




Shell

Related
cloning repository github Code Example cloning repository github Code Example
samtools sam to fastq Code Example samtools sam to fastq Code Example
vim remove whitespace from end of line Code Example vim remove whitespace from end of line Code Example
wondershaper Code Example wondershaper Code Example
bash how to quotes work Code Example bash how to quotes work Code Example

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