In order to remove these you can use the dos2unix function if it is installed on your operating system.
Dos2Unix
dos2unix <filename>This command will convert the plain text file into a format compatible with Unix.Flags
-k --keepdateIf this flag is set then the output file will have the same datestamp as the input file.-q --quietThis flag suppresses all warning messages. Quiet mode.-V --versionThis prints version information.-c --convmode convmodeSets conversion mode. Where convmode is one of: ASCII, 7bit, ISO, Mac with ASCII being the default. Simulates dos2unix under SunOS.-O --oldfile file...Old file mode. Convert the file and write output to it, therefore overwriting the file. This is the default option for dos2unix-n --newfile infile outfile...New file mode. This converts the infile and writes output to outfile. Do not use wildcards as this will lose your file. File names must be given in pairs.
No comments:
Post a Comment
Please feel free to leave a comment