commands.sh

unlink

all

Remove a link to a file from the filesystem. The file contents is lost if the link is the last one to the file.

More info →

Examples (1)

Remove the specified file if it is the last link

unlink path/to/file
made by @shridhargupta | data from tldr-pages