Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
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.
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.