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)
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.