How do I remove a symlink?

前端 未结 6 1687
猫巷女王i
猫巷女王i 2021-01-30 19:27

i just created the symlink sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib and am wondering how i get rid of it if I wanted

6条回答
  •  失恋的感觉
    2021-01-30 19:50

    You could also use the unlink command: unlink /path/to/sym/link

    I believe just deleting the file within Finder works fine also, it will have a little shortcut icon on it.

提交回复
热议问题