find . -iname “*.PNG” -mtime -4 -print
-iname option is to search ignoring the case
Tags: shell-script, Sysadmin Posted in linux | No Comments »
ps -eaf|cut -d f2|tr -s ” “|kill
Tags: shell-script, systemadmin Posted in linux | No Comments »