Advertisement
test01ies

Install dos2unix windows file format to unix file format converter

May 20th, 2024 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | Source Code | 0 0
  1. #convierte archivos de texto creados en Windows (que usan saltos de lĂ­nea tipo CRLF) al formato de texto de Unix/Linux (que usa solo LF)
  2. mkdir codigo-fuente-dos
  3. cd codigo-fuente-dos
  4. wget http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.2.tar.gz
  5. tar -xvf dos2unix-7.4.2.tar.gz
  6. cd dos2unix-7.4.2
  7. make
  8. sudo make install
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement