Mailinglist Archive: opensuse (3648 mails)
| < Previous | Next > |
Re: [SLE] silly silly quesiton but i forgot
- From: Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx>
- Date: 06 Jul 2001 10:58:07 +0200
- Message-id: <861ynutoww.fsf@xxxxxxxxxxxxxxxxxxxxx>
Mads Martin =?iso-8859-1?Q?J=F8rgensen?= <mmj@xxxxxxxx> writes:
> * Landy Roman <landie@xxxxxxxxxxxxxx> [Jul 05. 2001 16:25]:
> > what turns on and off or what is true and false
> >
> > 0 or 1
>
> 0 is false and 1 is true.
Or, if you evaluate exit codes, the opposite is true:
$ true; echo $?
0
$ false; echo $?
1
In other words: There is always an excuse, no matter how you mess it
up ;-).
--
Alexandr.Malusek@xxxxxxxxxx
> * Landy Roman <landie@xxxxxxxxxxxxxx> [Jul 05. 2001 16:25]:
> > what turns on and off or what is true and false
> >
> > 0 or 1
>
> 0 is false and 1 is true.
Or, if you evaluate exit codes, the opposite is true:
$ true; echo $?
0
$ false; echo $?
1
In other words: There is always an excuse, no matter how you mess it
up ;-).
--
Alexandr.Malusek@xxxxxxxxxx
| < Previous | Next > |