Re: Keep bash output to one line

2008-09-25 Thread Paul Jarc
mikehershey32 <[EMAIL PROTECTED]> wrote: > Is there a way that i can make new output to the file overwrite the > old file content without stopping the program and restarting the script or > rotating the log file? { python -c ' import os import time while True: time.sleep(1) os.lseek(1, 0, 0)

Keep bash output to one line

2008-09-25 Thread mikehershey32
the old file content without stopping the program and restarting the script or rotating the log file? -- View this message in context: http://www.nabble.com/Keep-bash-output-to-one-line-tp19662328p19662328.html Sent from the Gnu - Bash mailing list archive at Nabble.com.