Hi,
I have soft link and i want to delete the soft link. Can you please tell me the command
ex : ln -s file1 file2 ( creating a link)
Thanks in advance
Ammu
Hi,
I have soft link and i want to delete the soft link. Can you please tell me the command
ex : ln -s file1 file2 ( creating a link)
Thanks in advance
Ammu
rm file2 "same as you remove a regular file"