2025-03-14 21:59:59 -06:00
|
|
|
# true
|
|
|
|
|
|
|
|
|
|
> Returnerar en lyckad utgångsstatuskod på 0.
|
|
|
|
|
> Använd detta med || operatör för att göra att ett kommando alltid stänger med 0.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Se även: `false`.
|
|
|
|
|
> Mer information: <https://www.gnu.org/software/bash/manual/bash.html#index-true>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Returnera en lyckad utgångskod:
|
|
|
|
|
|
|
|
|
|
`true`
|