<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Fredrik Lundh wrote:
<blockquote cite="mide7bptn$5pa$1@sea.gmane.org" type="cite">
  <pre wrap="">Hari Sekhon wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I take it that it's still a work in progress to be able to pythonify 
everything, and until then we're just gonna have to rely on shell and 
those great C coded coreutils and stuff like that. Ok, I'm rather fond 
of Bash+coreutils, highest ratio of code lines to work I've ever 
seen.... it's the real strength of Linux. Shame about Windows...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
you make very little sense.

</F>

  </pre>
</blockquote>
how so, this is effectively what we do when we run os.system(). Usually
people are running system commands on unix like machines using
coreutils written in C to do things that are either difficult or near
impossible to do in python...<br>
<br>
I've seen people using everything from zip to touch, either out of
laziness or out of the fact it wouldn't work very well in python, this
zip case is a good example. Sometimes when doing system scripts,
they're effectively Bash scripting, but taking longer to do in many
more lines of code cos it's in python. That makes very little sense. <br>
<br>
</body>
</html>