issue206:c_c
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue206:c_c [2024/07/01 10:02] – auntiee | issue206:c_c [2024/07/01 17:04] (Version actuelle) – andre_domenech | ||
---|---|---|---|
Ligne 7: | Ligne 7: | ||
It says nothing... I need you to think of it as a comparison command in bash that nets you a boolean. That’s it. To understand where this comes from, you need to know a bit about programming. Not much, just enough to hurt yourself. You see, when a C program exits cleanly, without error, your exit status is 0. If not, it is not 0. (make sense?) The same happens here, you evaluate or compare two things and you get 0 or 1. There is no hidden meaning or anything esoteric. It’s true or false. If you want to see that result, you type: echo $?** | It says nothing... I need you to think of it as a comparison command in bash that nets you a boolean. That’s it. To understand where this comes from, you need to know a bit about programming. Not much, just enough to hurt yourself. You see, when a C program exits cleanly, without error, your exit status is 0. If not, it is not 0. (make sense?) The same happens here, you evaluate or compare two things and you get 0 or 1. There is no hidden meaning or anything esoteric. It’s true or false. If you want to see that result, you type: echo $?** | ||
- | L'un de nos ingénieurs NOC (Network Operation Center - Centre opérationnel de réseau) est en train de rédiger un examen/ | + | L'un de nos ingénieurs NOC (Network Operation Center - Centre opérationnel de réseau) est en train de rédiger un examen/ |
J'ai dû le lire deux fois pour comprendre de quoi ils parlaient. La toute dernière partie m'a frappé : à l' | J'ai dû le lire deux fois pour comprendre de quoi ils parlaient. La toute dernière partie m'a frappé : à l' | ||
Ligne 88: | Ligne 88: | ||
Maintenant, recommencez, | Maintenant, recommencez, | ||
- | NOTE : si vous êtes trop paresseux pour taper et copier/ | + | NOTE : si vous êtes trop paresseux pour taper et copier/ |
Il s' | Il s' |
issue206/c_c.1719820933.txt.gz · Dernière modification : 2024/07/01 10:02 de auntiee