aboutsummaryrefslogtreecommitdiff
path: root/unlink.1
blob: 9ac52d113432a087f57e71a9526e65367b08ce91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
UNLINK(1) "fases core"

# NAME

unlink - call the unlink(3) function

# SYNOPSIS

*unlink* *file*

# DESCRIPTION

The *unlink* command is equivalent to the following C code:

	unlink(file);

# AUTHOR

Written by Ferass El Hafidi as part of the fases project.

Source code is at https://git.vitali64.duckdns.org/utils/fases.git.

# COPYRIGHT

Copyright (C) 2023 Ferass El Hafidi