Skip to main content
added 14 characters in body
Source Link
Vlastimil Burián
  • 31.3k
  • 67
  • 211
  • 359

It was a character problem in the file as @Kusalananda mentioned. There was a \r in the file and it was removed with sed: sed -i 's/\r$//' /tmp/count. My mistake, I appreciate your help.

My mistake, I appreciate your help.

It was a character problem in the file as @Kusalananda mentioned. There was a \r in the file and it was removed with sed: sed -i 's/\r$//' /tmp/count. My mistake, I appreciate your help.

It was a character problem in the file as @Kusalananda mentioned. There was a \r in the file and it was removed with sed: sed -i 's/\r$//' /tmp/count.

My mistake, I appreciate your help.

Source Link

It was a character problem in the file as @Kusalananda mentioned. There was a \r in the file and it was removed with sed: sed -i 's/\r$//' /tmp/count. My mistake, I appreciate your help.