LinuxTips

From CUC3
Revision as of 17:47, 26 March 2007 by import>Jss43
Jump to navigation Jump to search

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

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

(This causes problems if you run python scripts using #python script.py, but I don't...)

sed magic

bash scripting

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