Wednesday, January 4, 2012
8:23 PM

General Commands You Should Know in Linux/Unix

General Commands You Should Know in Linux/Unix (2nd Part) 


GO TO FIRST PART


6. bc : bc command is used to invoke command based calculator. It is less friendly , extremely powerful.
It can be invoke using bc command.

Example


                   $   bc
                    17 +3
                     20
                    ctrl +d             //to end bc


$ bc
17 + 3
20
15 * 3
45



*

0 comments:

Post a Comment