link.1 (626B)
- .\" utils-std: Collection of commonly available Unix tools
- .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: 0BSD
- .Dd 2022-04-22
- .Dt LINK 1
- .Os
- .Sh NAME
- .Nm link
- .Nd link one file to another file
- .Sh SYNOPSIS
- .Nm
- .Ar reference
- .Ar destination
- .Sh DESCRIPTION
- .Nm
- will call
- .Xr link 3
- with
- .Ar reference
- and
- .Ar destination ,
- returning an error message in case of failure.
- .Sh EXIT STATUS
- .Ex -std
- .Sh STANDARDS
- .Nm
- should be compliant with the
- IEEE Std 1003.1-2024 (“POSIX.1”)
- specification.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me