Horje
linux delete files older than specific date Code Example
linux delete files older than specific date
find /path ! -newermt "YYYY-MM-DD HH:MM:SS" | xargs rm -rf




Shell

Related
get newest version of original in own fork Code Example get newest version of original in own fork Code Example
instal yay arch linux Code Example instal yay arch linux Code Example
powershell array of size Code Example powershell array of size Code Example
npm dev server Code Example npm dev server Code Example
docker run ubuntu container Code Example docker run ubuntu container Code Example

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