Differences
This shows you the differences between the selected revisions of the page.
2015-01-28 | 2015-01-28 | ||
created (martin) | typo (martin) | ||
Line 47: | Line 47: | ||
Note the two sequences ''0d 0a'' (CR + LF) indicating Windows format. | Note the two sequences ''0d 0a'' (CR + LF) indicating Windows format. | ||
- | To detect line endings used by a file on Unix/Linux system use command:((Alternatives are ''hexdump example.txt | head'' or ''od exampleu.txt | head''.)) | + | To detect line endings used by a file on Unix/Linux system use command:((Alternatives are ''hexdump example.txt | head'' or ''od example.txt | head''.)) |
<code> | <code> |