scnzzh@ZUBT:~$ echo abc | wc -m 4 abcscnzzh@ZUBT:~$ echo -n 'abc' | wc -m 3
-m, --chars print the character counts