27 lines
815 B
Plaintext
27 lines
815 B
Plaintext
|
DOS2UNIX(1) User Commands DOS2UNIX(1)
|
||
|
|
||
|
NAME
|
||
|
dos2unix - convert from from dos to unix format
|
||
|
|
||
|
SYNOPSIS
|
||
|
dos2unix [FILE]
|
||
|
|
||
|
DESCRIPTION
|
||
|
The dos2unix utility converts a text file from the DOS format to the
|
||
|
Unix format. A line in a DOS text file is terminated by the carriage-
|
||
|
return and line-feed characters. A Unix file is terminated only by
|
||
|
the line-feed character.
|
||
|
|
||
|
|
||
|
AUTHOR
|
||
|
Dave Hein
|
||
|
|
||
|
COPYRIGHT
|
||
|
Copyright (c) 2011, 2012, Dave Hein
|
||
|
MIT License (See license.txt in the root directory)
|
||
|
This is free software: you are free to change and redistribute it.
|
||
|
There is no warranty, to the extent permitted by law.
|
||
|
|
||
|
|
||
|
SPINIX utility March 2012 DOS2UNIX(1)
|