I tried to print output result of my python program to log file using by this command:
./project.py > result.log
And when i opened result.log i found one problem. It missed some tail of output i think it's about 5 - 15 of the last lines
How to solve this problem?
Addtionnal information:
- Language: Python
- Termianl: iTerm2
- OS: OSX
>i missed some tail of information.