Line Counter
The line counter reports how many lines a block of text contains, separating total lines from non-empty lines and unique lines. It is built for working with lists, log extracts and exported data rather than prose.
Your result will appear here.
Not sure where to start? Use Load example.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the Line Counter
- Paste your list, log extract or exported column into the input box.
- Read the total line count, then the non-empty and unique figures beneath it.
- If the unique count is lower than the total you have duplicates — use the duplicate line remover to strip them.
Example
alpha bravo alpha
Total lines: 4 Non-empty lines: 3 Unique lines: 2
Common use cases
- Confirming that an export contains the number of rows you expected.
- Checking a list of email addresses, SKUs or URLs before importing it.
- Counting log entries copied out of a terminal.
- Spotting duplicates quickly by comparing total and unique counts.
Limitations and things to watch for
- Windows (CRLF), Unix (LF) and classic Mac (CR) line endings are all recognised and counted identically.
- A trailing newline at the very end of the text does not create an extra empty line, which matches how command-line tools such as wc -l behave on well-formed files.