linux

Remove a symlink using the unlink command

A symlink can be removed by using the unlink command.

$ unlink "someSymlink"

more bash posts

more Linux posts