logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git

link.1 (629B)


  1. .\" utils-std: Collection of commonly available Unix tools
  2. .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: MPL-2.0
  4. .Dd 2022-04-22
  5. .Dt LINK 1
  6. .Os
  7. .Sh NAME
  8. .Nm link
  9. .Nd link one file to another file
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Ar reference
  13. .Ar destination
  14. .Sh DESCRIPTION
  15. .Nm
  16. will call
  17. .Xr link 3
  18. with
  19. .Ar reference
  20. and
  21. .Ar destination ,
  22. returning an error message in case of failure.
  23. .Sh EXIT STATUS
  24. .Ex -std
  25. .Sh STANDARDS
  26. .Nm
  27. should be compliant with the
  28. IEEE Std 1003.1-2024 (“POSIX.1”)
  29. specification.
  30. .Sh AUTHORS
  31. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me