module documentation

Functions for converting from DOS to UNIX line endings
Function dos2unix Replace CRLF with LF in argument files. Print names of changed files.
Function dos2unix​_dir Undocumented
Function dos2unix​_one​_dir Undocumented
Function unix2dos Replace LF with CRLF in argument files. Print names of changed files.
Function unix2dos​_dir Undocumented
Function unix2dos​_one​_dir Undocumented
def dos2unix(file):
Replace CRLF with LF in argument files. Print names of changed files.
def dos2unix_dir(dir_name):

Undocumented

def dos2unix_one_dir(modified_files, dir_name, file_names):

Undocumented

def unix2dos(file):
Replace LF with CRLF in argument files. Print names of changed files.
def unix2dos_dir(dir_name):

Undocumented

def unix2dos_one_dir(modified_files, dir_name, file_names):

Undocumented