How to delete a symbolic link in Solaris ?
"ln -s" command is working fine to add a symbolic link. But how the symbolic link can be deleted ?
I tried like this, but its not working
ulink abc.xml
ulink: not found
I tried unlink command , but got the following message " command not found"