LPIC-1 103.2 Unix Line Endings HD
Additionally you can find my video courses on Pluralsight: http://pluralsight.com/training/Authors/Details/andrew-mallett and take time to see my own site http://www.theurbanpenguin.com For this video we look at what can happen when we edit files destined for Linux on Windows, the dreaded end of line plague. Windows use CRLF or
where UNIX uses
for a new line. This can cause issues in Linux and there is a simple program dos2unix to covert the line endings. But you can doe this yourself, just delete the
using the command tr which we demonstrate.