1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:42:07 +02:00

unlink: add Dutch translation (#13162)

This commit is contained in:
Sebastiaan Speck 2024-06-26 17:17:29 +02:00 committed by GitHub
parent d772c80d14
commit 7fcdccfbaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,9 @@
# unlink
> Verwijder een link naar een bestand van het bestandssysteem.
> De inhoud van het bestand gaat verloren als de link de laatste is naar het bestand.
> Meer informatie: <https://www.gnu.org/software/coreutils/unlink>.
- Verwijder het opgegeven bestand als het de laatste link is:
`unlink {{pad/naar/bestand}}`