1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:53:59 +02:00

true: add Dutch translation (#13187)

This commit is contained in:
Sebastiaan Speck 2024-06-28 14:39:26 +02:00 committed by GitHub
parent 5b54cc8ed3
commit ebe8ccdbf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,9 @@
# true
> Retourneert een succesvolle exit statuscode van 0.
> Gebruik dit met de || operator om een commando altijd met 0 te laten afsluiten.
> Meer informatie: <https://www.gnu.org/software/coreutils/true>.
- Retourneer een succesvolle exit code:
`true`