[olug] Unix Tip: BC AND NOT BEFORE AD
    Unix Guru Universe 
    listserv at ugu.com
       
    Sat Mar 15 19:30:02 UTC 2003
    
    
  
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
			      UNIX GURU UNIVERSE 
			         UNIX HOT TIP
			Unix Tip 1900 - March 15, 2003
		    http://www.ugu.com/sui/ugu/show?tip.today
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
BC AND NOT BEFORE AD
Fire up our old friend and often forgotten bc.  
% bc
Enter your arthimetic expression
20+20
Will return 
40
but the best part is, use the 
"obase" and "ibase" commands for all 
your conversion needs.
For example, type: 
obase=16 
then type: 
255
This will output "FF".   
Next, if you type:
obase=2 
Then a dot (or period), it stands for 
"the last number") 
It will return "11111111", that's 255 in binary!
If you need hex to dec, 
just type "ibase=16" and "obase=10"
Have fun!
--------------------------------------------------------------------------
To Subscribe:    http://www.ugu.com/sui/ugu/show?tip.subscribe
To Unsubscribe:  http://www.ugu.com/sui/ugu/show?tip.unsubscribe
To Submit A Tip: http://www.ugu.com/sui/ugu/show?tip.today
==========================================================================
DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX GURU UNIVERSE AND ARE
NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN CONSENT OF THE UNIX 
GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK". UGU  ADVISES THAT 
ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT ENVIRONMENT FIRST.
Unix Guru Universe - www.ugu.com - tips at ugu.com - Copyright 1994-2001
==========================================================================
    
    
More information about the OLUG
mailing list