Open xjj59307 opened 5 years ago
same problem
I tried modifying the config file without success, but after querying google, I am now temporarily using the awk command to replace \n
like
lc test 1252.cells-with-odd-values-in-a-matrix.cpp | awk '{gsub(/\\n/,"\n")}1'
test command doesn't interpret '\n' characters in stdout like follows.
stdout is very useful when debugging while all logs being printed in a single line is pretty hard to understand. Is it possible to print a new line for each '\n' in stdout?