bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

add examples to "help let"


From: Dan Jacobson
Subject: add examples to "help let"
Date: 13 Nov 2001 20:34:56 +0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'd say add some examples to
$ help let
if you really want it to be helpful.

Let's look at what even me, former shell powder user, did while trying
to learn from help let:

$ let x = 5
$ help let
$ help let|s
$ let 37 % 12
$ help let
$ let 37 + 12
$ let 1
$ let 1 1
$ let 1 + 1
$ expr
$ help expr #and why not?
$ man expr
$ z=((3+2))
$ z=$((3+2)) #finally gets nack
$ let 3+2
$ let m=3+4
$ echo $m

Don't worry about me... I just think each "help" item needs and
example to get folks off and running... or else they won't know what
you're talking about.
-- 
http://www.geocities.com/jidanni/ Tel+886-4-25854780
Stay off the powder.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]