Catagories
-
.1.3.6.1.4.1.674.10892.1 12th Generation 504 bad xml bash bios cheatsheet chmod custom delete Dell dellBiosUpdate dell_dup_componentid_00159 ESXi ESXI 4.1 ESXi 5.0 Exec format error files find firmware folders Helo command rejected HP IIS libdsupt.so libdsupt.so.1 Mail No network adapters were detected No such object oid older omreport OMSA Openmanage Prolient R410 R520 R620 R720 script snmp snmptranslate srvadmin Windows
Your Information
Tag Archives: older
remove files older than X days
find example to remove files older than 5 days: find /path/to/files* -mtime +5 -type f -exec rm {} \; Note that this command will not work when it finds too many files. It will yield an error like: bash: /usr/bin/find: … Continue reading