Y
Hacker News
new
|
ask
|
show
|
jobs
by
robertduncan
5013 days ago
wc(1) to the rescue! :)
1 comments
slig
5013 days ago
If you're on OS X: copy the text to the clipboard and run pbpaste | wc
link
dlsym
5012 days ago
If you're on Linux: Select text and run xclip -o | wc
link
slewis
5012 days ago
or "wc" <enter> <ctrl-v> <ctrl-d>
link
jrajav
5012 days ago
Or switch to new Vim buffer, then pg<C-g>
link