TrumanWong

unlink

The system calls the function unlink to delete the specified file.

Supplementary instructions

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.

grammar

unlink(option)(parameter)

Options

--help: display help;
--version: Display version number.

Parameters

File: Specify the file to be deleted.