On 2013-05-04, fl <
rxj...@gmail.com> wrote:
> Hi,
>
> I read a shell script on line tutorial. It has the exercise, see below please. I do not understand "not down the exit status". Could you explain it in simple English to me?
Yes. there is an invisible 'e' that you did not notice.
"...commands and note down the exit status."
In case you realised that and are confused about the phrase "note down"
this means to write it down. But in this context it also means to think
about its value, and why it has that value given the previous command.