Maybe it's just me but I've looked all over to find a word count in Text Edit. Can anyone point me in the right direction. Text Edit Version 1.5 (244) Thanks in advance.
Go to Spotlight and type in AppleScript Editor
open it
type exactly this
tell application "TextEdit"
count words of document 1
end tell
then click run
there ya go
Try TextWrangler instead. It's free and full featured text editor. Great for programmers too.
Text statistics will appear in the status bar at the bottom of the window. Char count / Word count, plus other info I'm not familiar with.
You can also Get Info on the document you are editing by using the menu.