Hacker News new | ask | show | jobs
by robertduncan 5013 days ago
wc(1) to the rescue! :)
1 comments

If you're on OS X: copy the text to the clipboard and run pbpaste | wc
If you're on Linux: Select text and run xclip -o | wc
or "wc" <enter> <ctrl-v> <ctrl-d>
Or switch to new Vim buffer, then pg<C-g>