unlink − remove a file
unlink [−−] file
A single file is removed by calling the unlink function. If the argument is a symbolic link, the link is removed instead of the file it refers to. It is not possible to remove a directory with this program.
None.
This command exits 0 if the named file was removed successfully. If an error occurs, unlink exits with a value >0.
Written by Michael Mikonos.
Copyright (c) 2023 Michael Mikonos.
This code is licensed under the Artistic License 2.