On Sat, Oct 25, 2008 at 7:56 AM, Fast Primes <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm very rusty. From a linux box, I want to run a program X.py after or while 
> setting it's list output to a file L.txt.

python X.py > L.txt

or if X.py is executable and has the correct shebang line
X.py > L.txt

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to