I select some text and copy it using Ctrl + c. Now the text is in the system clipboard. I can paste this code using
Ctrl + v in a file and run wc
for the file to check the count of characters, lines and words.
But if I want to count the characters of the text in the clipboard without saving this in a file, is there a solution?