Tagged Questions
3
votes
2answers
270 views
How can i redirect the output to a file when the program is build with ncurses library [duplicate]
Possible Duplicate:
Removing control chars (including console codes / colours) from script output
If we redirect output to file in this pattern top >> somefile.txt, we get lot of ...