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:
parent
5b54cc8ed3
commit
ebe8ccdbf5
1 changed files with 9 additions and 0 deletions
9
pages.nl/common/true.md
Normal file
9
pages.nl/common/true.md
Normal 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`
|
Loading…
Add table
Reference in a new issue