crlf FileName, Option
FileName | string | Name of file to perform operation on. May be filename only or a fully qualified filename. (example: readme.txt or c:\apps\readme.txt) | N/A | N/A | Y |
Option | string | /LF - Convert CRLF pairs to LF only. /CRLF - Convert LF to CRLF pairs. Default is /CRLF - Convert LF to CRLF pairs. |
N/A | /CRLF | N |
Convert LF's to CRLF's in a Unix type file named "Readme." Notice that Option = /CRLF by default.
crlf readme, /crlf -or- crlf readme
Convert CRLF's to LF's in an OS/2, Win, Dos type file named "Readme.tst"
crlf readme.txt, /lf
Convert CRLF's to LF only in an OS/2, Win, Dos type file named "Readme.tst" that is located in the "C:\bin\apps" directory.
crlf C:\bin\apps\readme.txt, /lf
Display syntax and mini command line help.
crlf -or- crlf ?