Hello,
I am able to run "df -h" on host but below command is not working.
Also tried this:
Note:- i dont wanna run this script by placing the code on host as shell script.Because i have 100s of server and dont wanna place shell script on each,
i wanna run script just like "df -h" runs .
I created the script from Administration --> Script.
Thank you.
I am able to run "df -h" on host but below command is not working.
HTML Code:
find / -name 'core.*[[:digit:]]' 2> /dev/null | xargs rm -f > /root/delcores.txt
Code:
/bin/find / -name 'core.*[[:digit:]]' 2> /dev/null | xargs rm -f > /root/delcores.txt
i wanna run script just like "df -h" runs .
I created the script from Administration --> Script.
Thank you.

Comment