The system calls the function unlink to delete the specified file.
unlink command is used by the system to call the function unlink to delete the specified file. It has the same effect as the rm command, which is to delete files.
unlink(option)(parameter)
--help: display help;
--version: Display version number.
File: Specify the file to be deleted.