On Jan 15, 7:35 am, "Alex K" <[EMAIL PROTECTED]> wrote: > Hi Tim, > > Yes I mean piping the output into "more" for example. >
Why don't you "suck it and see"???
E.g.
C:\junk>copy con demomore.py
for i in range(100):
print 'line', i
^Z
1 file(s) copied.
C:\junk>python demomore.py | more
line 0
line 1
line 2
line 3
line 4
[snip]
line 50
line 51
line 52
line 53
line 54
line 55
line 56
-- More --
--
http://mail.python.org/mailman/listinfo/python-list
