📝 Text files
Plain-text test files
✅ Free forever
🚫 No signup
⚡ Instant download
100 KB
TXT
102,400 bytes
text/plain
100 MB
TXT
104,857,600 bytes
text/plain
10 KB
TXT
10,240 bytes
text/plain
10 MB
TXT
10,485,760 bytes
text/plain
1 MB
TXT
1,048,576 bytes
text/plain
About Text files
Plain-text files from 10 KB to 100 MB are available free, for verifying text processing, simulating log files, and checking how editors cope with large files.
Only two variables cause trouble in plain text: character encoding and newline convention. Files for each newline convention (LF, CRLF, CR, and mixed) are on the newline test page.
Typical uses
- Checking whether a text editor or viewer can open a large file at all
- Measuring how long a log-analysis tool takes
- Confirming the reader works line by line — slurping the whole file strains memory
- Benchmarking line and character counting