Difference between revisions of "LinuxTips"

From CUC3
Jump to navigation Jump to search
import>Jss43
 
import>Jss43
m
Line 1: Line 1:
 
For a (useable) command line calculator (and much, much more):
 
<pre>
 
<pre>
 
alias python="python -Qnew -ic 'from math import *'"
 
alias python="python -Qnew -ic 'from math import *'"
 
</pre>
 
</pre>
for a (useable) command line calculator (and much more).
 
   
 
[http://www.student.northpark.edu/pemente/sed/sed1line.txt sed magic]
 
[http://www.student.northpark.edu/pemente/sed/sed1line.txt sed magic]
   
 
[http://www.tldp.org/LDP/abs/html/ bash scripting]
 
[http://www.tldp.org/LDP/abs/html/ bash scripting]
  +
  +
--[[User:jss43|james]] 17:13, 18 December 2006 (GMT)

Revision as of 18:13, 18 December 2006

For a (useable) command line calculator (and much, much more):

alias python="python -Qnew -ic 'from math import *'"

sed magic

bash scripting

--james 17:13, 18 December 2006 (GMT)