1234567891011121314151617181920212223242526 |
- 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
|