mastodonien.de

social.anoxinon.de

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
So 28.07.2024 00:00:03    10.271       0      417.882    40,7 social.anoxinon.de - M... 4.2.10     500
Sa 27.07.2024 00:00:08    10.271       0      417.525    40,7 social.anoxinon.de - M... 4.2.10     500
Fr 26.07.2024 00:00:04    10.271       0      417.270    40,6 social.anoxinon.de - M... 4.2.10     500
Do 25.07.2024 00:00:02    10.271       0      417.298    40,6 social.anoxinon.de - M... 4.2.10     500
Mi 24.07.2024 00:00:04    10.271       0      417.086    40,6 social.anoxinon.de - M... 4.2.10     500
Di 23.07.2024 00:00:02    10.271       0      416.830    40,6 social.anoxinon.de - M... 4.2.10     500
Mo 22.07.2024 00:00:06    10.271       0      416.459    40,5 social.anoxinon.de - M... 4.2.10     500
So 21.07.2024 00:00:03    10.271       0      416.107    40,5 social.anoxinon.de - M... 4.2.10     500
Sa 20.07.2024 00:00:03    10.271       0      415.694    40,5 social.anoxinon.de - M... 4.2.10     500
Fr 19.07.2024 13:58:12    10.271       0      415.493    40,5 social.anoxinon.de - M... 4.2.10     500

So 28.07.2024 17:59

Für was ist ein Returncode im Programm wichtig?

Der return code, welcher von einem Programm zurückgegeben wird, kann in der shell abgefragt werden.

$ grep EXIT_SUCCESS /usr/include/stdlib.h
EXIT_SUCCESS 0 /* Successful exit status. */

EXIT_SUCCESS ist als 0 definiert - kein Fehler.

Wird ein Programm fehlerhaft beendet, so wird ein code > 0 zurückgegeben.

Einfach mal ausprobieren 😉

echo $?

[Öffentlich] Antw.: 0 Wtrl.: 0 Fav.: 0

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen