fixfile [options] [file file...] |
-c|--crlf | convert line endings to CRLF; default: LF (unix) |
-e|--encoding=X | convert to encoding X |
-H|--Help | print full documentation via less and exit |
-h|--help | print short help and exit |
-v|--verbose | be [not] verbose (quiet is the default) |
-V|--version | print version and exit |
--encoding
option, UTF8 by default.
\xA
), or,
with the --crlf
option, with carriage return + line feed (\xD\xA
).
ö
.
If no file is given, converts standard input to standard output. If any of the input files can not be converted for any reason, none of the files are converted and the script quits with exit value 1.
synopsis: | handle_options "$@" |
description: | handle the options. |
globals used: | Myname Version |
globals set: | args |