Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

A English grammar question on script

3 views
Skip to first unread message

fl

unread,
May 4, 2013, 5:13:40 PM5/4/13
to
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?


Thanks.

..................
Exercise
Try the following commands and not down the exit status:
$ expr 1 + 3
$ echo $?

$ echo Welcome
$ echo $?

$ wildwest canwork?
$ echo $?

$ date
$ echo $?

$ echon $?
$ echo $?

root

unread,
May 4, 2013, 5:23:25 PM5/4/13
to
I think it was meant to be jot down the exit status.
jot=write it down somewhere

unruh

unread,
May 4, 2013, 5:31:15 PM5/4/13
to
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.

The Natural Philosopher

unread,
May 5, 2013, 3:05:24 AM5/5/13
to
NOTE down...

--
Ineptocracy

(in-ep-toc’-ra-cy) – a system of government where the least capable to lead are elected by the least capable of producing, and where the members of society least likely to sustain themselves or succeed, are rewarded with goods and services paid for by the confiscated wealth of a diminishing number of producers.

Chris Davies

unread,
May 5, 2013, 6:53:09 AM5/5/13
to
fl <rxj...@gmail.com> wrote:
> 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?

> Try the following commands and not down the exit status:

Typo. It's probably either "jot" as someone else suggested, or
"note". Both mean "write".

Chris
0 new messages