Skip to content

A text file using CR (classic Mac)

100% Free No signup Instant download Browser-only 5 languages
Free download(704 B)

cr.txt

File info

File Format TXT
File Size 704 B(704 bytes)
MIME Type text/plain
MD5 1d4b7674afdf1de807aa6624333083b7
SHA-1 bc4f24a3fef969099de89bc481e70dd108c6245b
SHA-256 ee92dc04c710ac68083bbde614f9ee0f7c54cb951d849c670276b52078bb3db6

Download via command line

curl
curl -O https://devlab.itlibra.com/files/newline/cr/cr.txt
wget
wget https://devlab.itlibra.com/files/newline/cr/cr.txt
PowerShell
Invoke-WebRequest -Uri "https://devlab.itlibra.com/files/newline/cr/cr.txt" -OutFile "cr.txt"

About this file

A text file for testing newline detection and conversion, and for checking cross-platform compatibility.

Unix systems use LF (0x0A), Windows uses CRLF (0x0D 0x0A), and classic Mac used CR (0x0D). A mixed file makes different implementations disagree on the line count, and in Git an automatic newline-conversion setting can turn a small edit into a whole-file diff. The case most often missed is line-by-line reading treating a CR-only file as a single line.

FAQ

Is this file free to use?
Yes — fully free and no signup required. Use it for any commercial or non-commercial test/verification purpose.
What is inside the file?
Dummy data generated for testing — sized to match the listed size exactly.
What are the hash values for?
Verify integrity after download or use them as test data for hashing libraries.