python vs awk for simple sysamin tasks

Pete Forman pete.forman at westerngeco.com
Fri Jun 4 06:40:30 EDT 2004


I recently rewrote a short shell script in python.  The latter was
about 30 times faster and I find myself reusing parts of it for other
tasks.

That said, I still would agree with others in this thread that one
liners are useful.  It is a good idea to be familiar with awk, find,
grep, sed, xargs, etc.
-- 
Pete Forman                -./\.-  Disclaimer: This post is originated
WesternGeco                  -./\.-   by myself and does not represent
pete.forman at westerngeco.com    -./\.-   opinion of Schlumberger, Baker
http://petef.port5.com           -./\.-   Hughes or their divisions.



More information about the Python-list mailing list