Call the system function unlink to delete specified files.
The unlink command is used to call the system function unlink to delete specified files. It performs the same function as the rm command, which is to delete files.
unlink (option) (parameter)
--help: Display help information;
--version: Display version information.
File: Specifies the file to be deleted.