Report issue Add example

unlink

Call the system function unlink to delete specified files.

Description

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.

Syntax

unlink (option) (parameter)

Options

--help: Display help information;
--version: Display version information.

Parameters

File: Specifies the file to be deleted.