lamiastella

$ git ls-files | xargs dos2unix

Jun 8th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. mona@DESKTOP-0JQ770H:/mnt/c/june1st_branch$ git ls-files | xargs dos2unix
  2. dos2unix: converting file .gitignore to Unix format ...
  3. dos2unix: converting file CMakeLists.txt to Unix format ...
  4. dos2unix: converting file Calibration.cpp to Unix format ...
  5. dos2unix: converting file Calibration.h to Unix format ...
  6. dos2unix: converting file Converter.cpp to Unix format ...
  7. dos2unix: converting file Converter.h to Unix format ...
  8. dos2unix: converting file DepthCamera.cpp to Unix format ...
  9. dos2unix: problems renaming './d2utmpIFLlVk' to 'DepthCamera.h': Operation not permitted
  10. output file remains in './d2utmpIFLlVk'
  11. dos2unix: converting file DepthCamera.h to Unix format ...
  12. dos2unix: problems converting file DepthCamera.h
  13. dos2unix: converting file DoxygenConfig to Unix format ...
  14. dos2unix: converting file Hand.cpp to Unix format ...
  15. dos2unix: converting file Hand.h to Unix format ...
  16. dos2unix: converting file LICENSE.md to Unix format ...
  17. dos2unix: LightVis: No such file or directory
  18. dos2unix: Skipping LightVis, not a regular file.
  19. dos2unix 6.0.4 (2013-12-30)
  20. Usage: dos2unix [options] [file ...] [-n infile outfile ...]
  21. -ascii convert only line breaks (default)
  22. -iso conversion between DOS and ISO-8859-1 character set
  23. -1252 Use Windows code page 1252 (Western European)
  24. -437 Use DOS code page 437 (US) (default)
  25. -850 Use DOS code page 850 (Western European)
  26. -860 Use DOS code page 860 (Portuguese)
  27. -863 Use DOS code page 863 (French Canadian)
  28. -865 Use DOS code page 865 (Nordic)
  29. -7 Convert 8 bit characters to 7 bit space
  30. -c, --convmode conversion mode
  31. convmode ascii, 7bit, iso, mac, default to ascii
  32. -f, --force force conversion of binary files
  33. -h, --help give this help
  34. -k, --keepdate keep output file date
  35. -L, --license display software license
  36. -l, --newline add additional newline
  37. -m, --add-bom add UTF-8 Byte Order Mark
  38. -n, --newfile write to new file
  39. infile original file in new file mode
  40. outfile output file in new file mode
  41. -o, --oldfile write to old file (default)
  42. file ... files to convert in old file mode
  43. -q, --quiet quiet mode, suppress all warnings
  44. always on in stdio mode
  45. -s, --safe skip binary files (default)
  46. -ul, --assume-utf16le Assume that the input format is UTF-16LE
  47. -ub, --assume-utf16be Assume that the input format is UTF-16BE
  48. -F, --follow-symlink follow symbolic links and convert the targets
  49. -R, --replace-symlink replace symbolic links with converted files
  50. (original target files remain unchanged)
  51. -S, --skip-symlink keep symbolic links and targets unchanged (default)
  52. -V, --version display version number
Add Comment
Please, Sign In to add comment