unlink.1 378 B

1234567891011121314151617181920212223242526
  1. UNLINK(1) "fases core"
  2. # NAME
  3. unlink - call the unlink(3) function
  4. # SYNOPSIS
  5. *unlink* *file*
  6. # DESCRIPTION
  7. The *unlink* command is equivalent to the following C code:
  8. unlink(file);
  9. # AUTHOR
  10. Written by Ferass El Hafidi as part of the fases project.
  11. Source code is at https://git.vitali64.duckdns.org/utils/fases.git.
  12. # COPYRIGHT
  13. Copyright (C) 2023 Ferass El Hafidi