On Wed, Oct 03, 2001 at 11:41:28AM -0500, Troy.A Johnson wrote:
> and then run 'wc' in a subshell:
> 
>    :! wc -w name-of-your-file.txt

This can be generalized to:

     :! wc -w %

Nate