Login using ssh
Use find command and delete file. for eg delete all *.tmp file, enter
Code:
find . -iname "*.tmp" -exec rm {} \;
You can also run command using ssh
Code:
ssh user@solaris.box.com find . -iname "*.tmp" -exec rm {} \;
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!
If you have knowledge, let others light their candles at it.
Certified to work on
HP-UX /
Sun Solaris /
RedHat