Hi
On Fri, Jun 22, 2018 at 10:32 AM, Lukasz Majewski wrote:
> Hi Michael,
>
>> Hi
>>
>> On Fri, Jun 22, 2018 at 9:10 AM, Lukasz Majewski
>> wrote:
>> > Hi Michael,
>> >
>> >> Hi all
>> >>
>> >> Trying to understand how to get the last result. For example:
>> >> sspi 1:0.3 24 72; sspi 1:1.3 2
Hi Michael,
> Hi
>
> On Fri, Jun 22, 2018 at 9:10 AM, Lukasz Majewski
> wrote:
> > Hi Michael,
> >
> >> Hi all
> >>
> >> Trying to understand how to get the last result. For example:
> >> sspi 1:0.3 24 72; sspi 1:1.3 24 73
> >
> > The $? shall do the job.
> >
> > => true
> > => ech
Hi
On Fri, Jun 22, 2018 at 9:10 AM, Lukasz Majewski wrote:
> Hi Michael,
>
>> Hi all
>>
>> Trying to understand how to get the last result. For example:
>> sspi 1:0.3 24 72; sspi 1:1.3 24 73
>
> The $? shall do the job.
>
> => true
> => echo $?
> 0
> => false
> => echo $?
> 1
commit d7fc
Hi Michael,
> Hi all
>
> Trying to understand how to get the last result. For example:
> sspi 1:0.3 24 72; sspi 1:1.3 24 73
The $? shall do the job.
=> true
=> echo $?
0
=> false
=> echo $?
1
Or have I misunderstood something?
>
> Now I need to have the last output of the last comman
Hi all
Trying to understand how to get the last result. For example:
sspi 1:0.3 24 72; sspi 1:1.3 24 73
Now I need to have the last output of the last command to compare in
one script. Any idea?
Michael
___
U-Boot mailing list
U-Boot@lists.denx
5 matches
Mail list logo