Hi *
FYI Corvil are currently hiring. Probably of most
interest to this group is the "Embedded Systems Developer"
detailed here: http://www.corvil.com/company/Careers/careers.html
We're looking specifically for a low level linux systems developer.
Corvil is located on Pearse St. in Dublin city center.
--
Pádraig Brady - http://www.pixelbeat.org
--- Following generated by rotagator ---
Math in shell
You can use bc, python, expr etc. to do math in the shell.
Note expr can only parse and output integers.
precision=2 num1=1.23; num2=3.21
answer=`echo "scale=${precision}; $num2/$num1" | bc`
answer=`echo "print '%.${precision}f' % ($num2/$num1)" | python`
answer=`expr 1 / 2`
--
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!