14 lines
292 B
Markdown
Raw Normal View History

# true
> Retourneert een succesvolle exit statuscode van 0.
> Zie ook: `false`.
> Meer informatie: <https://www.gnu.org/software/bash/manual/bash.html#index-true>.
- Retourneer een succesvolle exit code:
`true`
- Zorg ervoor dat een commando altijd afsluit met 0:
`{{commando}} || true`