mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
10 lines
313 B
Markdown
10 lines
313 B
Markdown
![]() |
# link
|
||
|
|
||
|
> Maak een harde koppeling naar een bestaand bestand.
|
||
|
> Voor meer opties, zie het `ln` commando.
|
||
|
> Meer informatie: <https://www.gnu.org/software/coreutils/link>.
|
||
|
|
||
|
- Maak een harde koppeling van een nieuw bestand naar een bestaand bestand:
|
||
|
|
||
|
`link {{pad/naar/bestaand_bestand}} {{pad/naar/nieuw_bestand}}`
|