Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #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)
- mkdir codigo-fuente-dos
- cd codigo-fuente-dos
- wget http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.2.tar.gz
- tar -xvf dos2unix-7.4.2.tar.gz
- cd dos2unix-7.4.2
- make
- sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement