79475027

Date: 2025-02-28 09:25:25
Score: 1.5
Natty:
Report link

Looks like i have a \r character in the input file. Hence the moment i print the API_NAME, the rest of the line gets printed in the next line. When the loop goes through the next iteration, the previously printed line gets over written.

To solve this, i have remove the "\r" char in the API_NAME.

 tr -d '\r'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sudharsan Simhan