
25 Mar
2008
25 Mar
'08
10:16 p.m.
In message Pine.LNX.4.64.0802142043290.18440@blarg.am.freescale.net you wrote:
Add a simple expr style command that will set an env variable as the result of the command. This allows us to do simple math in shell. The following operations are supported: &, |, ^, +, -, *, /.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
docs will be added online since that appears to be where all detailed command docs are located right now.
common/Makefile | 1 + common/cmd_setexpr.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++ include/config_cmd_all.h | 1 + 3 files changed, 72 insertions(+), 0 deletions(-) create mode 100644 common/cmd_setexpr.c
Well, actually I applied this one... Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
It seems intuitively obvious to me, which means that it might be
wrong. -- Chris Torek