1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 07:55:33 +02:00

link: add Dutch translation (#13036)

This commit is contained in:
Sebastiaan Speck 2024-06-18 15:32:03 +02:00 committed by GitHub
parent fbe10de49e
commit f4fbd9952a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
pages.nl/common/link.md Normal file
View file

@ -0,0 +1,9 @@
# 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}}`