[BusyBox] Arithemtic expressions

Michael Sternberg MichaelS at boscom.com
Mon Jun 3 08:02:03 UTC 2002


Sorry once again :)
Spare space after variable name in "let" command.
let "result= 123 & 233"


-----Original Message-----
From: busybox-admin at busybox.net [mailto:busybox-admin at busybox.net]On Behalf
Of Michael Sternberg
Sent: Monday, June 03, 2002 4:50 PM
To: BusyBox (E-mail)
Subject: [BusyBox] Arithemtic expressions




I need some way to perform bitwise AND in shell script. 
In busybox ash both 
let "result = 123 & 233" 
: $((result = 123 & 233)) 
are not working... 
                                        Thanks, Michael 



More information about the busybox mailing list