S
Sergii
Guest
Hello everyone.
Does anybody know why there are such unexpected results at the end of execution of two below commans
########################
$ echo "12345" | wc -m
6
########################
$ echo "12345" >> numbers.txt
$ cat numbers.txt | wc -m
6
########################
Exctually i do believe there should be 5 instead of 6.
Does anybody know why there are such unexpected results at the end of execution of two below commans
########################
$ echo "12345" | wc -m
6
########################
$ echo "12345" >> numbers.txt
$ cat numbers.txt | wc -m
6
########################
Exctually i do believe there should be 5 instead of 6.