Hdi2u S14
Remember the man pages
There are many command line options available for each of the above commands, as well as functionality we do not cover here. To read more about them, consult the manual pages:
man cat man less
An important note on line endings – CR and LF
- Besides spaces in filename, there is another major pitfalls when transferring file over to Linux.
- In Linux, the end of line is called a new line, symbol with
\n
. - Windows uses
CR
andLF
.. called theDOS
format. - Old Macs used
LF
- the tools
dos2unix
andmac2unix
convert