On 2/15/21 12:43 AM, Olan wrote:
> How do I remove a symlink?  Looks like the -f option might do that, but 
> it is not clear that it will.

Plain rm(1) does:

  $ ln -s somewhere link
  $ rm link
  $

Have a nice day,
Berny

Reply via email to