There is no status bar for the TextEdit application on the Mac to show the word or the line count of a file.
If you want to know the number of lines in a file using TextEdit, you would need to use a hack using the Find option.
- Open the file in TextEdit
- Now go to Edit -> Find -> Find... (or simply press Command + F)
- Now on the search icon (magnifying glass, click on Insert Pattern.
- Choose line break.
- You should see a count of all the line breaks in the file and this is the number of lines (add one to the count) in the file.

As you can see I get a count of 4, need to add one to get the total count of the lines the file.
Have Questions? Post them here!
- How to find path of file on Mac Terminal
- How to disable Siri on Mac Monterey
- [fix] macOS Ventura xcrun: error: invalid active developer path missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- Select Line Number TextEdit on Mac
- Go to Specific file path using Mac Finder
- How to find Java HOME in Mac Terminal
- bash: command not found error [macOS Terminal Linux, Unix or Windows]
- Must Know Homebrew Commands for Mac/Linux Users
- How to Insert an Inverted Question Mark on Mac ¿
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- How to make macOS Terminal window Transparent (or Opaque)
- How to check of Updates on Microsoft Edge Browser on Mac (macOS)
- Limit scrollback rows in macOS Terminal
- How to identify installed Java (JDK) Version on macOS
- Keyboard Shortcut to delete a file on a Mac [Macbook]
- Open Docker from Terminal Command on Mac
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to take a screenshot on a Mac - updated for Ventura 13 [updated 2023]
- ls: .: Operation not permitted - Mac Terminal ZSH Error
- How to remove username from Mac Menu Bar?
- macOS Ventura XCode Command Line Tools Installation
- Where is .zshrc file located in macOS
- How to Show Path of Files or App in Mac Spotlight Search
- How to enable root user on Mac Terminal
- Install Java 17 (LTS) JDK on ARM based M1/M2 Mac Natively
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub - Eclipse
- 'Edit Document' Requires a Windows Sharepoint Services-compatible application and Microsoft Internet Explorer 6.0 or higher - SharePoint
- [Fix] Microsoft Windows OneDrive 0x8007018b Error Code - Windows
- WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. - PIP
- Device not compatible error Android Google Play Store - Android
- [Fix] Microsoft Windows Store error 0x00000005 (Windows 8/10/11) - Windows
- How to Save Eclipse console logs in external log file - Eclipse
- How to install Python 3.9 using brew on Mac - Python